Skip to content

Commit a6800cb

Browse files
committed
Update chart
1 parent 9bc2784 commit a6800cb

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

charts/tfstater/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ type: application
33
name: tfstater
44
description: An HTTP Terraform state backend with locking support
55

6-
version: 0.1.2
7-
appVersion: 0.1.0
6+
version: 0.1.3
7+
appVersion: 0.1.1
88
kubeVersion: ">=1.14.0-0"
99

1010
home: https://github.com/gi0baro/tfstater

charts/tfstater/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spec:
3939
securityContext:
4040
{{- toYaml .Values.securityContext | nindent 12 }}
4141
{{- end }}
42-
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default (printf "v%s" .Chart.AppVersion) }}"
42+
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default (printf "%s" .Chart.AppVersion) }}"
4343
imagePullPolicy: {{ .Values.image.pullPolicy }}
4444
{{- with .Values.env }}
4545
env:

charts/tfstater/templates/hooks/job-admin-user.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ spec:
3232
securityContext:
3333
{{- toYaml .Values.securityContext | nindent 12 }}
3434
{{- end }}
35-
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default (printf "v%s" .Chart.AppVersion) }}"
35+
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default (printf "%s" .Chart.AppVersion) }}"
3636
imagePullPolicy: {{ .Values.image.pullPolicy }}
3737
command:
3838
- emmett

charts/tfstater/templates/hooks/job-migrations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
securityContext:
3232
{{- toYaml .Values.securityContext | nindent 12 }}
3333
{{- end }}
34-
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default (printf "v%s" .Chart.AppVersion) }}"
34+
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default (printf "%s" .Chart.AppVersion) }}"
3535
imagePullPolicy: {{ .Values.image.pullPolicy }}
3636
command:
3737
- emmett

charts/tfstater/templates/secret.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ stringData:
3838
bucket: {{ $bucket.name }}
3939
{{- else }}
4040
endpoint: {{ $objStoreConfig.endpoint }}
41+
bucket: {{ $objStoreConfig.bucket }}
4142
region: {{ $objStoreConfig.region }}
4243
access_key: {{ $objStoreConfig.access_key }}
4344
secret_key: {{ $objStoreConfig.secret_key }}

0 commit comments

Comments
 (0)