UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Update registry1.dso.mil/ironbank/opensource/kubernetes/kubectl Docker tag to v1.29.5

Merged bigbang bot requested to merge renovate/ironbank into main
7 files
+ 30
9
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -123,6 +123,9 @@ spec:
{{- with .disableControllers }}
- --disable-controllers={{ . }}
{{- end }}
{{- with .disableInformerCache }}
- --disable-informer-cache={{ . }}
{{- end }}
{{- with .garbageCollectionFrequency }}
- --garbage-collection-frequency={{ . }}
{{- end }}
@@ -163,6 +166,10 @@ spec:
{{- with .namespace }}
- --namespace={{ . }}
{{- end }}
{{- with .extraArgs }}
### User-supplied overwrite flags
{{- toYaml . | nindent 12 }}
{{- end }}
{{- end }}
{{- with .Values.resources.server }}
resources:
Loading