Merge branch 'main' into dependabot/github_actions/github/codeql-action-2.3.5

This commit is contained in:
Marco Kilchhofer 2023-05-27 19:36:07 +02:00 committed by GitHub
commit d0613c7fff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View file

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v1.5.0
description: A Helm chart for Argo Rollouts
name: argo-rollouts
version: 2.30.0
version: 2.30.1
home: https://github.com/argoproj/argo-helm
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
keywords:
@ -19,4 +19,4 @@ annotations:
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: |
- kind: added
description: ability to annotate controller Deployment
description: Missing get access for configmaps in argo rollouts dashboard service account role

View file

@ -71,6 +71,12 @@ rules:
verbs:
- list
- watch
- apiGroups:
- ""
resources:
- configmaps
verbs:
- get
- apiGroups:
- coordination.k8s.io
resources: