Skip to content

Commit 8fe62ec

Browse files
committed
bump-chart
1 parent c7cc262 commit 8fe62ec

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

charts/keepup/Chart.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
apiVersion: v1
22
name: keepup
3-
version: 1.1.0
3+
version: 1.0.0
4+
appVersion: 1.0.0

charts/keepup/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ spec:
3030
{{ end }}
3131
- name: keepup-main-container
3232
imagePullPolicy: {{ .Values.main.pullPolicy }}
33-
image: {{ .Values.main.image | quote }}
33+
image: "{{ .Values.main.image }}:{{ .Values.main.tag | default .Chart.AppVersion }}"
3434
env:
3535
{{ include "project.config" . | indent 12 }}
3636
readinessProbe:

charts/keepup/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
replicas: 1
22

33
main:
4-
image: "docker.io/sskorobohatko/keepup:latest"
4+
image: "docker.io/sskorobohatko/keepup"
5+
tag: ""
56
pullPolicy: "IfNotPresent"
67

78
redis:

0 commit comments

Comments
 (0)