Commit df189d2 Steve Scaffidi
committed
1 parent 628d87b commit df189d2 Copy full SHA for df189d2
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ type: application
13
13
# This is the chart version. This version number should be incremented each time you make changes
14
14
# to the chart and its templates, including the app version.
15
15
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16
- version : v0.0.18-alpha10
16
+ version : v0.0.18-alpha11
17
17
# This is the version number of the application being deployed. This version number should be
18
18
# incremented each time you make changes to the application. Versions are not expected to
19
19
# follow Semantic Versioning. They should reflect the version the application is using.
20
20
# It is recommended to use it with quotes.
21
- appVersion : " v0.0.18-alpha10 "
21
+ appVersion : " v0.0.18-alpha11 "
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ controllerManager:
39
39
- ALL
40
40
image :
41
41
repository : ghcr.io/hercynium/istio-fortsa
42
- tag : v0.0.18-alpha10
42
+ tag : v0.0.18-alpha11
43
43
resources :
44
44
limits :
45
45
cpu : 500m
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ kind: Kustomization
5
5
images :
6
6
- name : controller
7
7
newName : ghcr.io/hercynium/istio-fortsa
8
- newTag : v0.0.18-alpha10
8
+ newTag : v0.0.18-alpha11
You can’t perform that action at this time.
0 commit comments