update chart
This commit is contained in:
@@ -16,6 +16,9 @@ spec:
|
||||
app: durpot
|
||||
spec:
|
||||
containers:
|
||||
- name: {{ .Chart.Name }}
|
||||
image: "{{ .Values.deployment.image }}:{{ default .Chart.Version .Values.deployment.tag }}"
|
||||
imagePullPolicy: {{ .Values.deployment.imagePullPolicy }}
|
||||
- name: durpot
|
||||
image: registry.gitlab.com/developerdurp/durpot
|
||||
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