UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Update gatekeeper to 3.6.0

Merged Jordan Olachea requested to merge bb-747-retry into main
1 unresolved thread
3 files
+ 24
19
Compare changes
  • Side-by-side
  • Inline
Files
3
{{/*
Create imagePullSecret related to bug in 3.6.0
*/}}
{{- define "imagePullSecret" }}
{{- with .Values.imageCredentials }}
{{- printf "{\"auths\":{\"%s\":{\"username\":\"%s\",\"password\":\"%s\",\"email\":\"%s\",\"auth\":\"%s\"}}}" .registry .username .password .email (printf "%s:%s" .username .password | b64enc) | b64enc }}
{{- end }}
{{- end }}
{{/*
Expand the name of the chart.
@@ -24,16 +32,6 @@ If release name contains chart name it will be used as a full name.
{{- end -}}
{{- end -}}
{{/*
Create imagePullSecret related to bug in 3.6.0
*/}}
{{- define "private-registry" }}
{{- with .Values.imageCredentials }}
{{- printf "{\"auths\":{\"%s\":{\"username\":\"%s\",\"password\":\"%s\",\"email\":\"%s\",\"auth\":\"%s\"}}}" .registry .username .password .email (printf "%s:%s" .username .password | b64enc) | b64enc }}
{{- end }}
{{- end }}
{{/*
Create chart name and version as used by the chart label.
*/}}
Loading