Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 deploy: fix image version in osc-ccm-manifest.yml #392

Merged
merged 1 commit into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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