-
Notifications
You must be signed in to change notification settings - Fork 46
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
fix: use a rebuilt cosi-controller image #1542
Merged
jimmidyson
merged 3 commits into
master
from
dkoshkin/fix-cosi-controller-rebuilt-image
Jan 23, 2025
Merged
fix: use a rebuilt cosi-controller image #1542
jimmidyson
merged 3 commits into
master
from
dkoshkin/fix-cosi-controller-rebuilt-image
Jan 23, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
No need to include the namespace, Helm will create it. This also fixes the upgrade tests not being able to import the namespace.
The image was built as part of mesosphere/dkp-container-images#14
dkoshkin
force-pushed
the
dkoshkin/fix-cosi-controller-rebuilt-image
branch
from
January 22, 2025 23:17
03b7a69
to
860321d
Compare
dkoshkin
changed the base branch from
master
to
dkoshkin/fix-cosi-controller-namespace
January 22, 2025 23:17
Stacked on #1543 to fix the namespace upgrade issue |
mhrabovcin
approved these changes
Jan 23, 2025
jimmidyson
approved these changes
Jan 23, 2025
Base automatically changed from
dkoshkin/fix-cosi-controller-namespace
to
master
January 23, 2025 09:20
github-actions bot
pushed a commit
that referenced
this pull request
Jan 23, 2025
…as part of mesosphere/dkp-container-images#14 --------- Co-authored-by: Jimmi Dyson <[email protected]>
takirala
added a commit
to takirala/charts
that referenced
this pull request
Jan 23, 2025
…was built as part of mesosphere/dkp-container-images#14 --------- Co-authored-by: Jimmi Dyson <[email protected]>
takirala
added a commit
to takirala/charts
that referenced
this pull request
Jan 23, 2025
…was built as part of mesosphere/dkp-container-images#14 --------- Co-authored-by: Jimmi Dyson <[email protected]>
takirala
added a commit
to takirala/charts
that referenced
this pull request
Jan 23, 2025
…was built as part of mesosphere/dkp-container-images#14 --------- Co-authored-by: Jimmi Dyson <[email protected]>
takirala
added a commit
to takirala/charts
that referenced
this pull request
Jan 23, 2025
…was built as part of mesosphere/dkp-container-images#14 --------- Co-authored-by: Jimmi Dyson <[email protected]>
takirala
added a commit
to takirala/charts
that referenced
this pull request
Jan 24, 2025
…was built as part of mesosphere/dkp-container-images#14 --------- Co-authored-by: Jimmi Dyson <[email protected]>
takirala
added a commit
to takirala/charts
that referenced
this pull request
Jan 25, 2025
…was built as part of mesosphere/dkp-container-images#14 --------- Co-authored-by: Jimmi Dyson <[email protected]>
takirala
added a commit
to takirala/charts
that referenced
this pull request
Jan 27, 2025
…was built as part of mesosphere/dkp-container-images#14 --------- Co-authored-by: Jimmi Dyson <[email protected]>
takirala
added a commit
to takirala/charts
that referenced
this pull request
Jan 28, 2025
…was built as part of mesosphere/dkp-container-images#14 --------- Co-authored-by: Jimmi Dyson <[email protected]>
dkoshkin
added a commit
to nutanix-cloud-native/cluster-api-runtime-extensions-nutanix
that referenced
this pull request
Feb 3, 2025
**What problem does this PR solve?**: The `gcr.io/k8s-staging-sig-storage` repository is being shut down. Temporarily moving the image until upstream moves it to a more permanent location. This pulls in the changes: - mesosphere/charts#1542 - mesosphere/charts#1543 **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> The e2e tests will verify the controller is running. I've also verified the image by following the examples in https://github.com/nutanix-cloud-native/cosi-driver-nutanix **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
Chore
What this PR does/ why we need it:
The upstream repository will be removed.
The image was re-built as part of mesosphere/dkp-container-images#14
Which issue(s) this PR fixes:
https://jira.nutanix.com/browse/NCN-105277
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
Checklist