Skip to content

Commit

Permalink
Merge pull request #92 from superstreamlabs/staging
Browse files Browse the repository at this point in the history
0.1.22
  • Loading branch information
valeraBr authored Nov 15, 2024
2 parents e49dfed + 0037427 commit 1234e4a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 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.21
version: 0.1.22
# 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.0.803"
appVersion: "1.0.805"
icon: https://memphis-public-files.s3.eu-central-1.amazonaws.com/superstream_logo.png
dependencies:
- name: nats
Expand Down
12 changes: 8 additions & 4 deletions charts/superstream/templates/deployment-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,18 @@ spec:
ports:
- containerPort: {{ .Values.superstreamControlPlane.userInterface.service.port }}
name: ui
protocol: TCP
{{- if .Values.superstreamControlPlane.userInterface.extraEnv }}
{{- range .Values.superstreamControlPlane.userInterface.extraEnv }}
protocol: TCP
env:
{{- if .Values.global.proxy.enabled }}
- name: HTTPS_PROXY
value: {{ .Values.global.proxy.proxyUrl }}
{{- end }}
{{- if .Values.superstreamControlPlane.userInterface.extraEnv }}
{{- range .Values.superstreamControlPlane.userInterface.extraEnv }}
- name: {{ .name }}
value: {{ .value | quote }}
{{- end }}
{{- end }}
{{- end }}
resources:
requests:
cpu: 50m
Expand Down
4 changes: 2 additions & 2 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.0.803"
tag: "1.0.805"
registry:
imagePullSecrets: []
initContainers:
Expand Down Expand Up @@ -95,7 +95,7 @@ superstreamControlPlane:
# Policy for pulling the image
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "1.0.804"
tag: "1.0.806"
registry:
imagePullSecrets: []
initContainers:
Expand Down
2 changes: 1 addition & 1 deletion version.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.21
0.1.22

0 comments on commit 1234e4a

Please sign in to comment.