From 5e35a954a303152c01c42f64280b35b0f5b466e4 Mon Sep 17 00:00:00 2001 From: Steve Scaffidi Date: Fri, 1 Nov 2024 14:51:56 -0400 Subject: [PATCH] Release for version 0.0.18 --- 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 d8d6da0..1c959a6 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-alpha11 +version: v0.0.18 # 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-alpha11" +appVersion: "v0.0.18" diff --git a/chart/istio-fortsa/values.yaml b/chart/istio-fortsa/values.yaml index b296dde..c10c8f7 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-alpha11 + tag: v0.0.18 resources: limits: cpu: 500m diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index bf14849..feb8c00 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-alpha11 + newTag: v0.0.18