Skip to content

Commit 498b120

Browse files
chore: Helm chart 0.6.0 release (#499)
1 parent f8479f8 commit 498b120

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

charts/sbombastic/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2626
dependencies:
2727
- name: nats

charts/sbombastic/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ global:
1010
controller:
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:
2525
storage:
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:
7272
worker:
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"

0 commit comments

Comments
 (0)