fix(argo-rollouts): Add required ingress permission (#2207)
This commit is contained in:
parent
f0ac0b7cf4
commit
eae0bdd871
3 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||||
appVersion: v1.5.1
|
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.3
|
version: 2.31.4
|
||||||
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:
|
||||||
|
@ -19,4 +19,4 @@ annotations:
|
||||||
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: fixed
|
- kind: fixed
|
||||||
description: Fix helm lint error when `extraObjects` is defined
|
description: Add required ingress permission
|
||||||
|
|
|
@ -135,6 +135,7 @@ rules:
|
||||||
- get
|
- get
|
||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
|
- update
|
||||||
- patch
|
- patch
|
||||||
# job access needed for analysis template job metrics
|
# job access needed for analysis template job metrics
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
|
|
|
@ -136,6 +136,7 @@ rules:
|
||||||
- get
|
- get
|
||||||
- list
|
- list
|
||||||
- watch
|
- watch
|
||||||
|
- update
|
||||||
- patch
|
- patch
|
||||||
# job access needed for analysis template job metrics
|
# job access needed for analysis template job metrics
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
|
|
Loading…
Reference in a new issue