File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0.5 .0
18+ version : 0.6 .0
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : v0.5 .0
24+ appVersion : v0.6 .0
2525
2626dependencies :
2727 - name : nats
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ global:
1010controller :
1111 image :
1212 repository : rancher-sandbox/sbombastic/controller
13- tag : v0.5 .0
13+ tag : v0.6 .0
1414 pullPolicy : IfNotPresent
1515 replicas : 3
1616 logLevel : " info"
@@ -25,7 +25,7 @@ controller:
2525storage :
2626 image :
2727 repository : rancher-sandbox/sbombastic/storage
28- tag : v0.5 .0
28+ tag : v0.6 .0
2929 pullPolicy : IfNotPresent
3030 replicas : 3
3131 # logLevel: "debug" //TODO: uncomment this, when the log parser in storage is implemented
@@ -72,7 +72,7 @@ storage:
7272worker :
7373 image :
7474 repository : rancher-sandbox/sbombastic/worker
75- tag : v0.5 .0
75+ tag : v0.6 .0
7676 pullPolicy : IfNotPresent
7777 replicas : 3
7878 logLevel : " info"
You can’t perform that action at this time.
0 commit comments