From 7c069ec280478cbcc45ce3730a2fef86a6405690 Mon Sep 17 00:00:00 2001 From: Steve Scaffidi Date: Tue, 29 Oct 2024 17:34:55 -0400 Subject: [PATCH] Release for version 0.0.16 --- chart/istio-fortsa/values.yaml | 2 +- config/manager/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/istio-fortsa/values.yaml b/chart/istio-fortsa/values.yaml index fd60d6f..357f386 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.15 + tag: v0.0.16 resources: limits: cpu: 500m diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 0a882a6..0a80d6a 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.15 + newTag: v0.0.16