Skip to content

Commit 6947d42

Browse files
authored
Update app.yaml (#65)
* Update app.yaml * Update Chart.yaml
1 parent 4a45fbd commit 6947d42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/tiphys/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: tiphys
33
description: A High Level Helm Chart
44
type: application
5-
version: 0.9.30
5+
version: 0.9.31
66
appVersion: 1.16.3
77

88
dependencies:

charts/tiphys/templates/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ spec:
374374
containers:
375375
- name: app
376376
image: {{ default $.Values.defaultImage $app.image | quote }}
377-
imagePullPolicy: Always
377+
imagePullPolicy: {{ default "Always" $app.service.imagePullPolicy | quote }}
378378
{{- if $app.imagePullSecrets }}
379379
imagePullSecrets:
380380
{{- toYaml default $app.imagePullSecrets | nindent 16 }}

0 commit comments

Comments
 (0)