Skip to content

Commit

Permalink
fix(install): use bitnami/kubectl image for helm hooks
Browse files Browse the repository at this point in the history
Fix #6326

Signed-off-by: Charly Molter <[email protected]>
  • Loading branch information
lahabana committed Sep 6, 2023
1 parent 433f652 commit abb2bc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -606,15 +606,13 @@ kumactl:
tag:

kubectl:
# kuma image that support v1.20.15 image */ } }
# see: https://hub.docker.com/r/kumahq/kubectl */ } }
image:
# -- The kubectl image registry
registry: kumahq
registry: bitnami
# -- The kubectl image repository
repository: kubectl
# -- The kubectl image tag
tag: "v1.20.15"
tag: "sha256:40e954bf850f5fbf23d45ad685fa5655f63850caa062f2a1a807d6fbc0aab895"
hooks:
# -- Node selector for the HELM hooks
nodeSelector:
Expand Down
6 changes: 2 additions & 4 deletions deployments/charts/kuma/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -606,15 +606,13 @@ kumactl:
tag:

kubectl:
# kuma image that support v1.20.15 image */ } }
# see: https://hub.docker.com/r/kumahq/kubectl */ } }
image:
# -- The kubectl image registry
registry: kumahq
registry: bitnami
# -- The kubectl image repository
repository: kubectl
# -- The kubectl image tag
tag: "v1.20.15"
tag: "sha256:40e954bf850f5fbf23d45ad685fa5655f63850caa062f2a1a807d6fbc0aab895"
hooks:
# -- Node selector for the HELM hooks
nodeSelector:
Expand Down

0 comments on commit abb2bc8

Please sign in to comment.