From 19dff1ac754cded11eb5c8714afc072d56ab2f10 Mon Sep 17 00:00:00 2001 From: Sebastian Gaiser Date: Tue, 1 Oct 2024 21:46:25 +0200 Subject: [PATCH] fix(capacitor): add terraforms to clusterrole --- charts/capacitor/Chart.yaml | 2 +- charts/capacitor/README.md | 2 +- charts/capacitor/templates/clusterrole.yaml | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/charts/capacitor/Chart.yaml b/charts/capacitor/Chart.yaml index 09ff8c4..0feb8f0 100644 --- a/charts/capacitor/Chart.yaml +++ b/charts/capacitor/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: capacitor description: A Helm chart for deploying capacitor, a general purpose UI for FluxCD type: application -version: 0.1.2 +version: 0.1.3 # renovate: image=ghcr.io/gimlet-io/capacitor appVersion: v0.4.4 maintainers: diff --git a/charts/capacitor/README.md b/charts/capacitor/README.md index 4870053..cd0c219 100644 --- a/charts/capacitor/README.md +++ b/charts/capacitor/README.md @@ -1,6 +1,6 @@ # capacitor -![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.4.4](https://img.shields.io/badge/AppVersion-v0.4.4-informational?style=flat-square) +![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.4.4](https://img.shields.io/badge/AppVersion-v0.4.4-informational?style=flat-square) A Helm chart for deploying capacitor, a general purpose UI for FluxCD diff --git a/charts/capacitor/templates/clusterrole.yaml b/charts/capacitor/templates/clusterrole.yaml index 987f485..8bfc080 100644 --- a/charts/capacitor/templates/clusterrole.yaml +++ b/charts/capacitor/templates/clusterrole.yaml @@ -33,6 +33,7 @@ rules: - source.toolkit.fluxcd.io - kustomize.toolkit.fluxcd.io - helm.toolkit.fluxcd.io + - infra.contrib.fluxcd.io resources: - gitrepositories - ocirepositories @@ -41,6 +42,7 @@ rules: - helmcharts - kustomizations - helmreleases + - terraforms verbs: - get - watch