Skip to content

Commit 1e8103f

Browse files
committed
fix: update pull secrets
1 parent bdd49a3 commit 1e8103f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/common/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ maintainers:
77
- email: alex@kharkevich.org
88
name: Alexander Kharkevich
99
name: common
10-
version: 2.1.4
10+
version: 2.1.5

charts/common/templates/_deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
{{- include "common.affinity" . | nindent 6 }}
2727
{{- include "common.tolerations" . | nindent 6 }}
2828
{{- include "common.security.context" . | nindent 6 }}
29-
{{- if ne $pullSecretsEnabled false }}
29+
{{- if $pullSecretsEnabled }}
3030
{{- $pullSecrets := default (tuple "docker-registry") $image.pullSecrets }}
3131
imagePullSecrets:
3232
{{- range $pullSecrets }}

0 commit comments

Comments
 (0)