mirror of
https://gitlab.durp.info/durfy/apps/durpot.git
synced 2026-05-07 07:50:32 -05:00
update chart
This commit is contained in:
parent
36d2a725e5
commit
fe12f755c6
2 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue