File tree Expand file tree Collapse file tree 6 files changed +8
-6
lines changed Expand file tree Collapse file tree 6 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 3737
3838To 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
Original file line number Diff line number Diff 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 "
3434icon : https://memphis-public-files.s3.eu-central-1.amazonaws.com/superstream_logo.png
3535dependencies :
3636 - name : nats
Original file line number Diff line number Diff line change 3737
3838To 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
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- 0.4.16
1+ 0.4.17
You can’t perform that action at this time.
0 commit comments