From 70e68e14020124e89c40d4d415eb788ada80b623 Mon Sep 17 00:00:00 2001 From: Steve Scaffidi Date: Mon, 10 Mar 2025 13:11:13 -0400 Subject: [PATCH] Release for version 0.0.22 --- chart/istio-fortsa/Chart.yaml | 4 ++-- chart/istio-fortsa/values.yaml | 2 +- config/manager/kustomization.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/chart/istio-fortsa/Chart.yaml b/chart/istio-fortsa/Chart.yaml index 47cf3cb..4c6223d 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.21 +version: v0.0.22 # 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.21" +appVersion: "v0.0.22" diff --git a/chart/istio-fortsa/values.yaml b/chart/istio-fortsa/values.yaml index c2c41c7..08d0262 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.21 + tag: v0.0.22 resources: limits: cpu: 500m diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 3d0899d..82c443f 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.21 + newTag: v0.0.22