Skip to content

Commit 883e4ae

Browse files
committed
prepare for release 0.5.0
Signed-off-by: Steve Scaffidi <[email protected]>
1 parent 76d6c65 commit 883e4ae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

chart/fortsa/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ apiVersion: v2
22
name: fortsa
33
description: A Helm chart to distribute the project fortsa
44
type: application
5-
version: v0.4.0
6-
appVersion: "v0.4.0"
5+
version: v0.5.0
6+
appVersion: "v0.5.0"
77
icon: "https://example.com/icon.png"

chart/fortsa/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ controllerManager:
44
container:
55
image:
66
repository: ghcr.io/istio-ecosystem/fortsa
7-
tag: v0.4.0
7+
tag: v0.5.0
88
args:
99
- "--leader-elect"
1010
- "--metrics-bind-address=:8443"

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: ghcr.io/istio-ecosystem/fortsa
8-
newTag: v0.4.0
8+
newTag: v0.5.0

0 commit comments

Comments
 (0)