File tree 3 files changed +11
-3
lines changed
3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ appVersion: v3.6.2
3
3
name : argo-workflows
4
4
description : A Helm chart for Argo Workflows
5
5
type : application
6
- version : 0.45.2
6
+ version : 0.45.3
7
7
icon : https://argo-workflows.readthedocs.io/en/stable/assets/logo.png
8
8
home : https://github.com/argoproj/argo-helm
9
9
sources :
@@ -16,5 +16,5 @@ annotations:
16
16
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
17
17
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
18
18
artifacthub.io/changes : |
19
- - kind: fixed
20
- description: Reference to ingress link was fixed
19
+ - kind: added
20
+ description: Support ephemeral credentials for s3 artifact repository
Original file line number Diff line number Diff line change 83
83
secretKeySecret:
84
84
key: {{ tpl .Values.artifactRepository.s3.secretKeySecret.key . }}
85
85
name: {{ tpl .Values.artifactRepository.s3.secretKeySecret.name . }}
86
+ {{- if .Values.artifactRepository.s3.sessionTokenSecret }}
87
+ sessionTokenSecret:
88
+ key: {{ tpl .Values.artifactRepository.s3.sessionTokenSecret.key . }}
89
+ name: {{ tpl .Values.artifactRepository.s3.sessionTokenSecret.name . }}
90
+ {{- end }}
86
91
{{- end }}
87
92
bucket: {{ tpl (.Values.artifactRepository.s3.bucket | default "") . }}
88
93
endpoint: {{ tpl (.Values.artifactRepository.s3.endpoint | default "") . }}
Original file line number Diff line number Diff line change @@ -812,6 +812,9 @@ artifactRepository:
812
812
# secretKeySecret:
813
813
# name: "{{ .Release.Name }}-minio"
814
814
# key: secretkey
815
+ # sessionTokenSecret:
816
+ # name: "{{ .Release.Name }}-minio"
817
+ # key: sessionToken
815
818
# # insecure will disable TLS. Primarily used for minio installs not configured with TLS
816
819
# insecure: false
817
820
# caSecret:
You can’t perform that action at this time.
0 commit comments