From f5692da80c8ac8875155a291bc33ff3a53ca44c1 Mon Sep 17 00:00:00 2001 From: Marc Boorshtein Date: Tue, 17 Sep 2024 16:54:30 -0400 Subject: [PATCH] remove double annotations from RBAC --- orchestra-login-portal-argocd/Chart.yaml | 2 +- orchestra/Chart.yaml | 2 +- orchestra/templates/infrastructure/rbac.yaml | 4 ---- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/orchestra-login-portal-argocd/Chart.yaml b/orchestra-login-portal-argocd/Chart.yaml index d5ee7ea..376a57f 100644 --- a/orchestra-login-portal-argocd/Chart.yaml +++ b/orchestra-login-portal-argocd/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.3.60 +version: 2.3.61 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/orchestra/Chart.yaml b/orchestra/Chart.yaml index 7842188..036515f 100644 --- a/orchestra/Chart.yaml +++ b/orchestra/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.10.9 +version: 2.10.10 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/orchestra/templates/infrastructure/rbac.yaml b/orchestra/templates/infrastructure/rbac.yaml index d110175..3a4360a 100644 --- a/orchestra/templates/infrastructure/rbac.yaml +++ b/orchestra/templates/infrastructure/rbac.yaml @@ -254,8 +254,6 @@ roleRef: apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: - annotations: - audit2rbac.liggitt.net/version: v0.7.0 labels: audit2rbac.liggitt.net/generated: "true" audit2rbac.liggitt.net/user: system-serviceaccount-openunison-openunison-{{ .Release.Name }} @@ -277,8 +275,6 @@ rules: apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: - annotations: - audit2rbac.liggitt.net/version: v0.7.0 labels: audit2rbac.liggitt.net/generated: "true" audit2rbac.liggitt.net/user: system-serviceaccount-openunison-openunison-{{ .Release.Name }}