Skip to content

Commit 6254cc0

Browse files
authored
Merge pull request #125 from superstreamlabs/staging
qa
2 parents 26e881d + a6e15aa commit 6254cc0

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
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.34
28+
version: 0.1.35
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.214"
33+
appVersion: "1.1.215"
3434
icon: https://memphis-public-files.s3.eu-central-1.amazonaws.com/superstream_logo.png
3535
dependencies:
3636
- name: nats

charts/superstream/values.yaml

+7-7
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.214"
69+
tag: "1.1.215"
7070
registry:
7171
imagePullSecrets: []
7272
initContainers:
@@ -82,7 +82,7 @@ superstreamControlPlane:
8282
environment: production
8383
tasksLambdaName: ""
8484
clusterPageBiDataLambdaName: ""
85-
extraEnv: {}
85+
extraEnv: []
8686
# Add custom environment variables below
8787
# - name: FEATURE_CP_FLAG
8888
# value: "enabled"
@@ -109,7 +109,7 @@ superstreamControlPlane:
109109
initContainers:
110110
# Image used for readiness checks or setup tasks before the main containers start
111111
image: curlimages/curl:8.6.0
112-
extraEnv: {}
112+
extraEnv: []
113113
# Add custom environment variables below
114114
# - name: FEATURE_CP_UI_FLAG
115115
# value: "enabled"
@@ -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.204"
133+
tag: "1.1.207"
134134
registry:
135135
imagePullSecrets: []
136136
# Overrides for Helm's default naming conventions
@@ -184,7 +184,7 @@ superstreamEngine:
184184
# The name of the service account to use.
185185
# If not set and create is true, a name is generated using the fullname template
186186
name: ""
187-
extraEnv: {}
187+
extraEnv: []
188188
# Add custom environment variables below
189189
# - name: FEATURE_DP_FLAG
190190
# value: "enabled"
@@ -253,7 +253,7 @@ autoScaler:
253253
# readOnlyRootFilesystem: true
254254
# runAsNonRoot: true
255255
# runAsUser: 1000
256-
extraEnv: {}
256+
extraEnv: []
257257
# Add custom environment variables below
258258
# - name: FEATURE_AS_FLAG
259259
# value: "enabled"
@@ -290,7 +290,7 @@ syslog:
290290
tag: "4.7.1" # Use a specific version to ensure consistency across deployments
291291
registry:
292292
imagePullSecrets: []
293-
extraEnv: {}
293+
extraEnv: []
294294
# Add custom environment variables below
295295
# - name: FEATURE_SYSLOG_FLAG
296296
# value: "enabled"

version.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.34
1+
0.1.35

0 commit comments

Comments
 (0)