Skip to content

Commit

Permalink
fix(argo-rollouts): Add traefik.io api group (argoproj#2703)
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Kaswob <[email protected]>
  • Loading branch information
Kaswob authored Jul 1, 2024
1 parent 24275df commit 475d7e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/argo-rollouts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v1.7.1
description: A Helm chart for Argo Rollouts
name: argo-rollouts
version: 2.37.1
version: 2.37.2
home: https://github.com/argoproj/argo-helm
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
keywords:
Expand All @@ -18,5 +18,5 @@ annotations:
fingerprint: 2B8F22F57260EFA67BE1C5824B11F800CD9D2252
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: |
- kind: fixed
description: Fix subscriptions into notifications-configmap
- kind: added
description: Added traefik.io apiGroup to Role and ClusterRole
1 change: 1 addition & 0 deletions charts/argo-rollouts/templates/controller/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ rules:
# Traefik access needed when using the Traefik provider
- apiGroups:
- traefik.containo.us
- traefik.io
resources:
- traefikservices
verbs:
Expand Down
1 change: 1 addition & 0 deletions charts/argo-rollouts/templates/controller/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ rules:
# Traefik access needed when using the Traefik provider
- apiGroups:
- traefik.containo.us
- traefik.io
resources:
- traefikservices
verbs:
Expand Down

0 comments on commit 475d7e7

Please sign in to comment.