Skip to content

Commit df189d2

Browse files
author
Steve Scaffidi
committed
Release for version 0.0.18-alpha11
1 parent 628d87b commit df189d2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

chart/istio-fortsa/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: v0.0.18-alpha10
16+
version: v0.0.18-alpha11
1717
# This is the version number of the application being deployed. This version number should be
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.
2020
# It is recommended to use it with quotes.
21-
appVersion: "v0.0.18-alpha10"
21+
appVersion: "v0.0.18-alpha11"

chart/istio-fortsa/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ controllerManager:
3939
- ALL
4040
image:
4141
repository: ghcr.io/hercynium/istio-fortsa
42-
tag: v0.0.18-alpha10
42+
tag: v0.0.18-alpha11
4343
resources:
4444
limits:
4545
cpu: 500m

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: ghcr.io/hercynium/istio-fortsa
8-
newTag: v0.0.18-alpha10
8+
newTag: v0.0.18-alpha11

0 commit comments

Comments
 (0)