Skip to content

Commit 88bc28b

Browse files
authored
Merge pull request #143 from superstreamlabs/qa
0.1.42
2 parents 7f10e8e + 6f5083c commit 88bc28b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

charts/superstream/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ type: application
2525
# This is the chart version. This version number should be incremented each time you make changes
2626
# to the chart and its templates, including the app version.
2727
# Versions are expected to follow Semantic Versioning (https://semver.org/)
28-
version: 0.1.41
28+
version: 0.1.42
2929
# This is the version number of the application being deployed. This version number should be
3030
# incremented each time you make changes to the application. Versions are not expected to
3131
# follow Semantic Versioning. They should reflect the version the application is using.
3232
# It is recommended to use it with quotes.
33-
appVersion: "1.1.304"
33+
appVersion: "1.1.310"
3434
icon: https://memphis-public-files.s3.eu-central-1.amazonaws.com/superstream_logo.png
3535
dependencies:
3636
- name: nats

charts/superstream/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ superstreamControlPlane:
6666
# Policy for pulling the image
6767
pullPolicy: Always
6868
# Overrides the image tag whose default is the chart appVersion.
69-
tag: "1.1.304"
69+
tag: "1.1.310"
7070
registry:
7171
imagePullSecrets: []
7272
initContainers:
@@ -103,7 +103,7 @@ superstreamControlPlane:
103103
# Policy for pulling the image
104104
pullPolicy: Always
105105
# Overrides the image tag whose default is the chart appVersion.
106-
tag: "1.1.302"
106+
tag: "1.1.304"
107107
registry:
108108
imagePullSecrets: []
109109
initContainers:
@@ -130,7 +130,7 @@ superstreamEngine:
130130
# Policy for pulling the image
131131
pullPolicy: Always
132132
# Overrides the image tag whose default is the chart appVersion.
133-
tag: "1.1.309"
133+
tag: "1.1.313"
134134
registry:
135135
imagePullSecrets: []
136136
# Overrides for Helm's default naming conventions
@@ -238,7 +238,7 @@ autoScaler:
238238
# Policy for pulling the image
239239
pullPolicy: Always
240240
# Overrides the image tag whose default is the chart appVersion.
241-
tag: "1.1.206"
241+
tag: "1.1.300"
242242
podAnnotations:
243243
prometheus.io/path: "/monitoring/metrics"
244244
prometheus.io/scrape: 'true'

version.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.41
1+
0.1.42

0 commit comments

Comments
 (0)