fix(argo-rollouts): Add traefik.io api group

Add traefik.io (which is the only supported apiGroup for traefik >3.0)
to clusterrole and role of argo-rollouts chart

Signed-off-by: Kamil Swoboda <kswoboda@getresponse.com>
This commit is contained in:
Kamil Swoboda 2024-05-20 09:24:08 +02:00
parent f9eb0b394c
commit 9c506b1ef3
3 changed files with 5 additions and 3 deletions

View file

@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: v1.6.6 appVersion: v1.7.0
description: A Helm chart for Argo Rollouts description: A Helm chart for Argo Rollouts
name: argo-rollouts name: argo-rollouts
version: 2.35.2 version: 2.35.3
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: added - kind: added
description: Added pod labels for the controller and the dashboard components description: Added traefik.io apiGroup to Role and ClusterRole

View file

@ -248,6 +248,7 @@ rules:
# Traefik access needed when using the Traefik provider # Traefik access needed when using the Traefik provider
- apiGroups: - apiGroups:
- traefik.containo.us - traefik.containo.us
- traefik.io
resources: resources:
- traefikservices - traefikservices
verbs: verbs:

View file

@ -249,6 +249,7 @@ rules:
# Traefik access needed when using the Traefik provider # Traefik access needed when using the Traefik provider
- apiGroups: - apiGroups:
- traefik.containo.us - traefik.containo.us
- traefik.io
resources: resources:
- traefikservices - traefikservices
verbs: verbs: