From c447661a93b3c858d2450f0d526673495edd4679 Mon Sep 17 00:00:00 2001 From: Steve Scaffidi Date: Fri, 1 Nov 2024 21:50:44 -0400 Subject: [PATCH] Release for version 0.0.19 --- chart/istio-fortsa/Chart.yaml | 4 ++-- chart/istio-fortsa/templates/manager-rbac.yaml | 1 + chart/istio-fortsa/values.yaml | 2 +- config/manager/kustomization.yaml | 2 +- config/rbac/role.yaml | 1 + 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/chart/istio-fortsa/Chart.yaml b/chart/istio-fortsa/Chart.yaml index 1c959a6..afc38d1 100644 --- a/chart/istio-fortsa/Chart.yaml +++ b/chart/istio-fortsa/Chart.yaml @@ -13,9 +13,9 @@ 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: v0.0.18 +version: v0.0.19 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.0.18" +appVersion: "v0.0.19" diff --git a/chart/istio-fortsa/templates/manager-rbac.yaml b/chart/istio-fortsa/templates/manager-rbac.yaml index bfbb40e..829b2b8 100644 --- a/chart/istio-fortsa/templates/manager-rbac.yaml +++ b/chart/istio-fortsa/templates/manager-rbac.yaml @@ -51,6 +51,7 @@ rules: resources: - daemonset - deployment + - replicaset - statefulset verbs: - get diff --git a/chart/istio-fortsa/values.yaml b/chart/istio-fortsa/values.yaml index c10c8f7..cfd6592 100644 --- a/chart/istio-fortsa/values.yaml +++ b/chart/istio-fortsa/values.yaml @@ -39,7 +39,7 @@ controllerManager: - ALL image: repository: ghcr.io/hercynium/istio-fortsa - tag: v0.0.18 + tag: v0.0.19 resources: limits: cpu: 500m diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index feb8c00..9603d64 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: ghcr.io/hercynium/istio-fortsa - newTag: v0.0.18 + newTag: v0.0.19 diff --git a/config/rbac/role.yaml b/config/rbac/role.yaml index 3875cd1..4e95e62 100644 --- a/config/rbac/role.yaml +++ b/config/rbac/role.yaml @@ -50,6 +50,7 @@ rules: resources: - daemonset - deployment + - replicaset - statefulset verbs: - get