Skip to content

Commit

Permalink
chore(argo-workflows): Upgrade argo-workflows to 3.5.0 (#2228)
Browse files Browse the repository at this point in the history
Diff based on the rc1 branch currently here [3.4.10...3.5.0](argoproj/argo-workflows@v3.4.10...v3.5.0)

Signed-off-by: jmeridth <jmeridth@gmail.com>
  • Loading branch information
jmeridth authored Oct 13, 2023
1 parent 2730dc2 commit df9ee89
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/argo-workflows/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: v3.4.11
appVersion: v3.5.0
name: argo-workflows
description: A Helm chart for Argo Workflows
type: application
version: 0.34.0
version: 0.35.0
icon: https://argoproj.github.io/argo-workflows/assets/logo.png
home: https://github.com/argoproj/argo-helm
sources:
Expand All @@ -17,4 +17,4 @@ annotations:
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: |
- kind: changed
description: Configure declarative server auth mode.
description: Upgrade to Argo Workflows v3.4.10
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,8 @@ spec:
type: object
securityToken:
type: string
useSDKCreds:
type: boolean
required:
- key
type: object
Expand Down Expand Up @@ -470,6 +472,17 @@ spec:
type: object
bucket:
type: string
caSecret:
properties:
key:
type: string
name:
type: string
optional:
type: boolean
required:
- key
type: object
createBucketIfNotPresent:
properties:
objectLocking:
Expand Down

0 comments on commit df9ee89

Please sign in to comment.