From 5c828a83595ba9c4189751339fce77bdec82ccf7 Mon Sep 17 00:00:00 2001 From: Steve Scaffidi Date: Tue, 29 Oct 2024 22:09:19 -0400 Subject: [PATCH] Release for version 0.0.17 --- 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 1ac2aa7..2ef2771 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.16 +version: v0.0.17 # 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.16" +appVersion: "v0.0.17" diff --git a/chart/istio-fortsa/values.yaml b/chart/istio-fortsa/values.yaml index 357f386..d556c35 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.16 + tag: v0.0.17 resources: limits: cpu: 500m diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 0a80d6a..bfd2b98 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.16 + newTag: v0.0.17