diff --git a/charts/argo-workflows/Chart.yaml b/charts/argo-workflows/Chart.yaml index f8e89adc..02f258f8 100644 --- a/charts/argo-workflows/Chart.yaml +++ b/charts/argo-workflows/Chart.yaml @@ -3,7 +3,7 @@ appVersion: v3.6.10 name: argo-workflows description: A Helm chart for Argo Workflows type: application -version: 0.45.17 +version: 0.45.18 icon: https://argo-workflows.readthedocs.io/en/stable/assets/logo.png home: https://github.com/argoproj/argo-helm sources: @@ -16,5 +16,5 @@ annotations: fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252 url: https://argoproj.github.io/argo-helm/pgp_keys.asc artifacthub.io/changes: | - - kind: changed - description: Add check whether the workflow server is enabled + - kind: fixed + description: Fix incorrect values note diff --git a/charts/argo-workflows/values.yaml b/charts/argo-workflows/values.yaml index bf849dbc..7f3da07e 100644 --- a/charts/argo-workflows/values.yaml +++ b/charts/argo-workflows/values.yaml @@ -863,7 +863,7 @@ artifactRepository: # keyFormat: "{{ \"{{workflow.namespace}}/{{workflow.name}}/{{pod.name}}\" }}" # # serviceAccountKeySecret is a secret selector. # # It references the k8s secret named 'my-gcs-credentials'. - # # This secret is expected to have have the key 'serviceAccountKey', + # # This secret is expected to have the key 'serviceAccountKey', # # containing the base64 encoded credentials # # to the bucket. # # @@ -880,7 +880,7 @@ artifactRepository: # blobNameFormat: path/in/container # # accountKeySecret is a secret selector. # # It references the k8s secret named 'my-azure-storage-credentials'. - # # This secret is expected to have have the key 'account-access-key', + # # This secret is expected to have the key 'account-access-key', # # containing the base64 encoded credentials to the storage account. # # If a managed identity has been assigned to the machines running the # # workflow (e.g., https://docs.microsoft.com/en-us/azure/aks/use-managed-identity) @@ -936,7 +936,7 @@ artifactRepositoryRef: {} # bucket: $mybucket # # accessKeySecret and secretKeySecret are secret selectors. # # It references the k8s secret named 'bucket-workflow-artifect-credentials'. - # # This secret is expected to have have the keys 'accessKey' + # # This secret is expected to have the keys 'accessKey' # # and 'secretKey', containing the base64 encoded credentials # # to the bucket. # accessKeySecret: