Skip to content

Commit 4141453

Browse files
committed
Remove image.isRepositoryPublic
1 parent 75af33b commit 4141453

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Version 0.3.7 (2025-11-19)
22
---------------------------
33
charts/cluster-warmer: Add Docker authentication support for private registries
4+
charts/cluster-warmer: Remove image.isRepositoryPublic to enforce authenticated pulls
45

56
Version 0.3.6 (2025-11-13)
67
---------------------------

charts/cluster-warmer/templates/deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ spec:
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" . }}"

charts/cluster-warmer/values.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ fullnameOverride: ""
88
image:
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

0 commit comments

Comments
 (0)