Merge branch 'main' into syncoptions

This commit is contained in:
Aikawa 2023-07-22 22:24:46 +09:00 committed by GitHub
commit 13121e47af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 11 deletions

View file

@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: v1.5.0 appVersion: v1.5.1
description: A Helm chart for Argo Rollouts description: A Helm chart for Argo Rollouts
name: argo-rollouts name: argo-rollouts
version: 2.31.0 version: 2.31.1
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
keywords: keywords:
@ -18,5 +18,5 @@ annotations:
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252 fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
url: https://argoproj.github.io/argo-helm/pgp_keys.asc url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: added - kind: changed
description: Support Traffic Router Plugins description: Update to app version 1.5.1

View file

@ -3328,7 +3328,6 @@ spec:
type: string type: string
required: required:
- arn - arn
- fullName
- name - name
type: object type: object
loadBalancer: loadBalancer:
@ -3341,7 +3340,6 @@ spec:
type: string type: string
required: required:
- arn - arn
- fullName
- name - name
type: object type: object
stableTargetGroup: stableTargetGroup:
@ -3354,7 +3352,6 @@ spec:
type: string type: string
required: required:
- arn - arn
- fullName
- name - name
type: object type: object
type: object type: object

View file

@ -1,9 +1,9 @@
apiVersion: v2 apiVersion: v2
appVersion: v3.4.8 appVersion: v3.4.9
name: argo-workflows name: argo-workflows
description: A Helm chart for Argo Workflows description: A Helm chart for Argo Workflows
type: application type: application
version: 0.31.0 version: 0.32.0
icon: https://argoproj.github.io/argo-workflows/assets/logo.png icon: https://argoproj.github.io/argo-workflows/assets/logo.png
home: https://github.com/argoproj/argo-helm home: https://github.com/argoproj/argo-helm
sources: sources:
@ -16,5 +16,5 @@ annotations:
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252 fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
url: https://argoproj.github.io/argo-helm/pgp_keys.asc url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: | artifacthub.io/changes: |
- kind: added - kind: changed
description: Add support for artifactRepositoryRef description: Upgrade to Argo Workflows v3.4.9