From 3d7c4e281f1910c9c04454f39ad3b7aea8a70e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Bustarret?= Date: Tue, 7 Jan 2025 14:27:55 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20deploy:=20fix=20image=20version?= =?UTF-8?q?=20in=20osc-ccm-manifest.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #387 --- deploy/osc-ccm-manifest.yml | 2 +- docs/development.md | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/deploy/osc-ccm-manifest.yml b/deploy/osc-ccm-manifest.yml index a62634c0..ab93cbba 100644 --- a/deploy/osc-ccm-manifest.yml +++ b/deploy/osc-ccm-manifest.yml @@ -148,7 +148,7 @@ spec: - name: registry-dockerconfigjson containers: - name: osc-cloud-controller-manager - image: outscale/cloud-provider-osc:v0.2.3 + image: outscale/cloud-provider-osc:v0.2.7 imagePullPolicy: IfNotPresent command: - /bin/osc-cloud-controller-manager diff --git a/docs/development.md b/docs/development.md index e3d6eeef..bd624049 100644 --- a/docs/development.md +++ b/docs/development.md @@ -114,8 +114,9 @@ make build-image image-tag image-push helm_deploy test-e2e 3. Update cloud-provider-osc version in [values.yaml](../deploy/k8s-osc-ccm/values.yaml) 4. Update prerequisites section in [deploy/README.md](../deploy/README.md) 5. Generate helm doc `make helm-docs` -6. Commit version with `git commit -am "cloud-controller-manager vX.Y.Z"` -7. Create PR and merge it to OSC-MIGRATION -8. Create Tag with `git tag vX.Y.Z` on OSC-MIGRATION -9. Push tag on Github -10. Publish the release on Github +6. Update version in [deploy/osc-ccm-manifest.yml](../deploy/osc-ccm-manifest.yml) +7. Commit version with `git commit -am "cloud-controller-manager vX.Y.Z"` +8. Create PR and merge it to OSC-MIGRATION +9. Create Tag with `git tag vX.Y.Z` on OSC-MIGRATION +10. Push tag on Github +11. Publish the release on Github