We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49f011 commit 4d38c77Copy full SHA for 4d38c77
2 files changed
charts/library-chart/Chart.yaml
@@ -1,4 +1,4 @@
1
apiVersion: v2
2
name: library-chart
3
-version: 1.7.0
+version: 1.7.1
4
type: library
charts/library-chart/templates/_secret.tpl
@@ -23,6 +23,7 @@ type: Opaque
23
stringData:
24
AWS_ACCESS_KEY_ID: {{ .Values.s3.accessKeyId | quote }}
25
AWS_S3_ENDPOINT: {{ .Values.s3.endpoint | quote }}
26
+ AWS_ENDPOINT_URL: {{ printf "https://%s/" .Values.s3.endpoint | quote }}
27
S3_ENDPOINT: {{ printf "https://%s/" .Values.s3.endpoint | quote }}
28
AWS_DEFAULT_REGION: {{ .Values.s3.defaultRegion | quote }}
29
AWS_SECRET_ACCESS_KEY: {{ .Values.s3.secretAccessKey | quote }}
0 commit comments