Skip to content

Commit

Permalink
Merge pull request #126 from superstreamlabs/qa
Browse files Browse the repository at this point in the history
0.1.35
  • Loading branch information
valeraBr authored Jan 27, 2025
2 parents eb799ff + 6254cc0 commit ff2e45c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/superstream/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.34
version: 0.1.35
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.1.214"
appVersion: "1.1.215"
icon: https://memphis-public-files.s3.eu-central-1.amazonaws.com/superstream_logo.png
dependencies:
- name: nats
Expand Down
14 changes: 7 additions & 7 deletions charts/superstream/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ superstreamControlPlane:
# Policy for pulling the image
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "1.1.214"
tag: "1.1.215"
registry:
imagePullSecrets: []
initContainers:
Expand All @@ -82,7 +82,7 @@ superstreamControlPlane:
environment: production
tasksLambdaName: ""
clusterPageBiDataLambdaName: ""
extraEnv: {}
extraEnv: []
# Add custom environment variables below
# - name: FEATURE_CP_FLAG
# value: "enabled"
Expand All @@ -109,7 +109,7 @@ superstreamControlPlane:
initContainers:
# Image used for readiness checks or setup tasks before the main containers start
image: curlimages/curl:8.6.0
extraEnv: {}
extraEnv: []
# Add custom environment variables below
# - name: FEATURE_CP_UI_FLAG
# value: "enabled"
Expand All @@ -130,7 +130,7 @@ superstreamEngine:
# Policy for pulling the image
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "1.1.204"
tag: "1.1.207"
registry:
imagePullSecrets: []
# Overrides for Helm's default naming conventions
Expand Down Expand Up @@ -184,7 +184,7 @@ superstreamEngine:
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""
extraEnv: {}
extraEnv: []
# Add custom environment variables below
# - name: FEATURE_DP_FLAG
# value: "enabled"
Expand Down Expand Up @@ -253,7 +253,7 @@ autoScaler:
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
extraEnv: {}
extraEnv: []
# Add custom environment variables below
# - name: FEATURE_AS_FLAG
# value: "enabled"
Expand Down Expand Up @@ -290,7 +290,7 @@ syslog:
tag: "4.7.1" # Use a specific version to ensure consistency across deployments
registry:
imagePullSecrets: []
extraEnv: {}
extraEnv: []
# Add custom environment variables below
# - name: FEATURE_SYSLOG_FLAG
# value: "enabled"
Expand Down
2 changes: 1 addition & 1 deletion version.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.34
0.1.35

0 comments on commit ff2e45c

Please sign in to comment.