File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 11Version 0.3.7 (2025-11-19)
22---------------------------
33charts/cluster-warmer: Add Docker authentication support for private registries
4+ charts/cluster-warmer: Remove image.isRepositoryPublic to enforce authenticated pulls
45
56Version 0.3.6 (2025-11-13)
67---------------------------
Original file line number Diff line number Diff line change 1919 nodeSelector :
2020 {{- toYaml .Values.nodeSelector | nindent 8 }}
2121 {{- end }}
22- {{- if not .Values.image.isRepositoryPublic }}
2322 imagePullSecrets :
2423 - name : {{ .Values.dockerconfigjson.name }}
25- {{- end }}
2624 terminationGracePeriodSeconds : 0
2725 containers :
2826 - name : " {{ include " app.fullname" . }}"
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ fullnameOverride: ""
88image :
99 repository : " registry.k8s.io/pause"
1010 tag : " 3.9"
11- # -- Whether the repository is public
12- isRepositoryPublic : true
1311 # -- The image pullPolicy to use
1412 pullPolicy : " IfNotPresent"
1513
You can’t perform that action at this time.
0 commit comments