Skip to content

Commit

Permalink
chore(base-cluster): remove pause container image configuration (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau committed Aug 23, 2023
1 parent 7b69767 commit d95087f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions charts/base-cluster/templates/_images.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
{{- include "common.images.image" (dict "imageRoot" .Values.global.kubectl.image "global" .Values.global) -}}
{{- end -}}

{{- define "base-cluster.pause.image" -}}
{{- include "common.images.image" (dict "imageRoot" .Values.global.pause.image "global" .Values.global) -}}
{{- end -}}

{{- define "base-cluster.flux.image" -}}
{{- include "common.images.image" (dict "imageRoot" .Values.global.flux.image "global" .Values.global) -}}
{{- end -}}
Expand Down
5 changes: 0 additions & 5 deletions charts/base-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ global:
registry: docker.io
repository: bitnami/kubectl
tag: 1.27.4
pause:
image:
registry: k8s.gcr.io
repository: pause
tag: "3.9"
flux:
image:
registry: docker.io
Expand Down

0 comments on commit d95087f

Please sign in to comment.