Skip to content

Commit

Permalink
🚀 deploy: fix image version in osc-ccm-manifest.yml
Browse files Browse the repository at this point in the history
Fixes #387
  • Loading branch information
jfbus committed Jan 7, 2025
1 parent 7fa8f4a commit 3d7c4e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deploy/osc-ccm-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 6 additions & 5 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3d7c4e2

Please sign in to comment.