mirror of
https://gitlab.durp.info/durfy/apps/durpot.git
synced 2026-05-07 16:00:33 -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
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue