update chart
This commit is contained in:
@@ -16,6 +16,9 @@ spec:
|
|||||||
app: durpot
|
app: durpot
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
|
- name: {{ .Chart.Name }}
|
||||||
|
image: "{{ .Values.deployment.image }}:{{ default .Chart.Version .Values.deployment.tag }}"
|
||||||
|
imagePullPolicy: {{ .Values.deployment.imagePullPolicy }}
|
||||||
- name: durpot
|
- name: durpot
|
||||||
image: registry.gitlab.com/developerdurp/durpot
|
image: registry.gitlab.com/developerdurp/durpot
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
|
|||||||
4
charts/durpot/values.yaml
Normal file
4
charts/durpot/values.yaml
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
deployment:
|
||||||
|
image: registry.gitlab.com/developerdurp/durpot
|
||||||
|
tag: ""
|
||||||
|
imagePullPolicy: Always
|
||||||
Reference in New Issue
Block a user