Skip to content

Commit e30019b

Browse files
authored
Merge pull request #135 from superstreamlabs/staging
Release 0.4.17
2 parents 97c2db7 + 2c00833 commit e30019b

File tree

6 files changed

+8
-6
lines changed

6 files changed

+8
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ nats:
3737
3838
To deploy it, run the following:
3939
```bash
40-
helm repo add superstream https://k8s.superstream.ai/ --force-update && helm install superstream superstream/superstream -f custom_values.yaml --create-namespace --namespace superstream --wait
40+
helm repo add superstream https://k8s.superstream.ai/ --force-update && helm upgrade --install superstream superstream/superstream -f custom_values.yaml --create-namespace --namespace superstream --wait
4141
```
4242

4343
## Parameters

charts/superstream/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.4.16
28+
version: 0.4.17
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.0.403"
33+
appVersion: "1.0.404"
3434
icon: https://memphis-public-files.s3.eu-central-1.amazonaws.com/superstream_logo.png
3535
dependencies:
3636
- name: nats

charts/superstream/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ nats:
3737
3838
To deploy it, run the following:
3939
```bash
40-
helm repo add superstream https://k8s.superstream.ai/ --force-update && helm install superstream superstream/superstream -f custom_values.yaml --create-namespace --namespace superstream --wait
40+
helm repo add superstream https://k8s.superstream.ai/ --force-update && helm upgrade --install superstream superstream/superstream -f custom_values.yaml --create-namespace --namespace superstream --wait
4141
```
4242

4343
## Parameters

charts/superstream/templates/deployment-syslog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
{{- end }}
2929
{{- end }}
3030
securityContext:
31-
fsGroup: 911
31+
{{- toYaml .Values.syslog.podSecurityContext | nindent 8 }}
3232
containers:
3333
- name: syslog-ng
3434
{{ include "superstream.image" (merge (pick $.Values "global") .Values.syslog.image) | nindent 8 }}

charts/superstream/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ syslog:
173173
cpu: 50m
174174
podAnnotations:
175175
prometheus.io/scrape: 'false'
176+
podSecurityContext:
177+
fsGroup: 911
176178
remoteSyslog:
177179
destinationHost: telegraf
178180
port: 6514

version.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.16
1+
0.4.17

0 commit comments

Comments
 (0)