Skip to content

Commit

Permalink
Merge pull request #143 from superstreamlabs/qa
Browse files Browse the repository at this point in the history
0.1.42
  • Loading branch information
valeraBr authored Feb 12, 2025
2 parents 7f10e8e + 6f5083c commit 88bc28b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.41
version: 0.1.42
# 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.304"
appVersion: "1.1.310"
icon: https://memphis-public-files.s3.eu-central-1.amazonaws.com/superstream_logo.png
dependencies:
- name: nats
Expand Down
8 changes: 4 additions & 4 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.304"
tag: "1.1.310"
registry:
imagePullSecrets: []
initContainers:
Expand Down Expand Up @@ -103,7 +103,7 @@ superstreamControlPlane:
# Policy for pulling the image
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "1.1.302"
tag: "1.1.304"
registry:
imagePullSecrets: []
initContainers:
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.309"
tag: "1.1.313"
registry:
imagePullSecrets: []
# Overrides for Helm's default naming conventions
Expand Down Expand Up @@ -238,7 +238,7 @@ autoScaler:
# Policy for pulling the image
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "1.1.206"
tag: "1.1.300"
podAnnotations:
prometheus.io/path: "/monitoring/metrics"
prometheus.io/scrape: 'true'
Expand Down
2 changes: 1 addition & 1 deletion version.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.41
0.1.42

0 comments on commit 88bc28b

Please sign in to comment.