Skip to content

Commit

Permalink
feat(infra-apps): Update RBAC Manager from 1.8.0 to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hairmare committed Sep 13, 2024
1 parent b9eba17 commit f65e5f9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
12 changes: 7 additions & 5 deletions charts/infra-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: infra-apps
description: Argo CD app-of-apps config for infrastructure components
type: application
version: 0.218.0
version: 0.219.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -18,7 +18,9 @@ annotations:
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/changes: |
- kind: changed
description: "Update ingress-nginx to 4.11.2"
- kind: changed
description: "Fixes CVE-2024-7646: Ingress-nginx Annotation Validation Bypass"
url: https://github.com/kubernetes/kubernetes/issues/126744
description: "feat: Update rbac-manager to 1.9.0"
links:
- name: "RBAC Manager 1.9.0"
url: https://github.com/FairwindsOps/rbac-manager/releases/tag/v1.9.0
- name: "Helm Change"
url: https://github.com/FairwindsOps/charts/pull/1505
4 changes: 2 additions & 2 deletions charts/infra-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/infra-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ rbacManager:
# -- Chart
chart: rbac-manager
# -- [rbac-manager operator Helm chart](https://github.com/FairwindsOps/charts/tree/master/stable/rbac-manager) version
targetRevision: 1.20.0
targetRevision: 1.21.0
# -- Helm values
# @default -- [upstream values](https://github.com/FairwindsOps/charts/blob/master/stable/rbac-manager/values.yaml)
values: {}
Expand Down

0 comments on commit f65e5f9

Please sign in to comment.