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

helm: Fix operator cloud image digests #18116

Conversation

joestringer
Copy link
Member

@joestringer joestringer commented Dec 3, 2021

Tested by applying this patch to v1.11 branch and validating that the
digest matches the correct cloud image vs. the v1.11.0-rc3 images on
Quay.io:

   $ helm template cilium ./install/kubernetes/cilium/ --version 1.10.0-rc3 \
          --namespace kube-system --set eni.enabled=true --set ipam.mode=eni \
          --set egressMasqueradeInterfaces=eth0 --set tunnel=disabled \
     | grep operator.*sha
          image: quay.io/cilium/operator-aws:v1.11.0-rc3@sha256:5ea0ccb6a866a5fb13f4bdfcf1ed8bce12a1355cb10a0914ea52af25f3a8f931

Fixes: 4638de2 ("cleanup the cilium helm chart:")
Fixes: 1ccb845 ("install/kubernetes: fix helm generation for operator image digest")

@joestringer joestringer requested a review from a team as a code owner December 3, 2021 21:21
@joestringer joestringer requested a review from a team December 3, 2021 21:21
@joestringer joestringer added release-blocker/1.11 This issue will prevent the release of the next version of Cilium. release-note/bug This PR fixes an issue in a previous release of Cilium. release-note/misc This PR makes changes that have no direct user impact. labels Dec 3, 2021
@maintainer-s-little-helper maintainer-s-little-helper bot added dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. and removed dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. labels Dec 3, 2021
Tested by applying this patch to v1.11 branch and validating that the
digest matches the correct cloud image vs. the v1.11.0-rc3 images on
Quay.io:

   $ helm template cilium ./install/kubernetes/cilium/ --version 1.10.0-rc3 \
          --namespace kube-system --set eni.enabled=true --set ipam.mode=eni \
          --set egressMasqueradeInterfaces=eth0 --set tunnel=disabled \
     | grep operator.*sha
          image: quay.io/cilium/operator-aws:v1.11.0-rc3@sha256:5ea0ccb6a866a5fb13f4bdfcf1ed8bce12a1355cb10a0914ea52af25f3a8f931

Signed-off-by: Joe Stringer <joe@cilium.io>
@joestringer
Copy link
Member Author

joestringer commented Dec 3, 2021

Note, these helm changes are not tested in CI and not in the master CI, so the best we can do is to review & merge it. No point in triggering the full testsuite.

@maintainer-s-little-helper maintainer-s-little-helper bot added this to Needs backport from master in 1.11.0 Dec 3, 2021
@joestringer joestringer removed the release-note/misc This PR makes changes that have no direct user impact. label Dec 3, 2021
@nathanjsweet nathanjsweet merged commit 915a7f5 into cilium:master Dec 3, 2021
@joestringer joestringer deleted the submit/fix-cloud-operator-helm-charts branch December 3, 2021 21:38
@maintainer-s-little-helper maintainer-s-little-helper bot moved this from Needs backport from master to Backport pending to v1.10 in 1.11.0 Dec 3, 2021
@joestringer joestringer added backport-done/1.11 The backport for Cilium 1.11.x for this PR is done. and removed backport-pending/1.11 labels Dec 5, 2021
@joestringer joestringer moved this from Backport pending to v1.11 to Backport done to v1.11 in 1.11.0 Dec 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-done/1.11 The backport for Cilium 1.11.x for this PR is done. release-blocker/1.11 This issue will prevent the release of the next version of Cilium. release-note/bug This PR fixes an issue in a previous release of Cilium.
Projects
No open projects
1.11.0
Backport done to v1.11
Development

Successfully merging this pull request may close these issues.

None yet

4 participants