File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
charts/telegraf/templates Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ annotations:
33 category : Streaming and Messaging
44 licenses : Memphis Business Source License 1.0
55 dataPlaneVersion : " 1.1.400"
6- autoScalerVersion : " 1.1.303 "
6+ autoScalerVersion : " 1.1.400 "
77 artifacthub.io/changes : |-
88 - kind: changed
9- description: Bump Superstream-Data-Plane to 1.1.400
9+ description: Bump Superstream-Autoscaler to 1.1.400
1010name : superstream
1111description : Superstream Official Helm chart
1212home : https://superstream.ai
@@ -30,7 +30,7 @@ type: application
3030# This is the chart version. This version number should be incremented each time you make changes
3131# to the chart and its templates, including the app version.
3232# Versions are expected to follow Semantic Versioning (https://semver.org/)
33- version : 0.6.2
33+ version : 0.6.3
3434# This is the version number of the application being deployed. This version number should be
3535# incremented each time you make changes to the application. Versions are not expected to
3636# follow Semantic Versioning. They should reflect the version the application is using.
Original file line number Diff line number Diff line change 4040 securityContext :
4141{{ toYaml .Values.containerSecurityContext | indent 10 }}
4242{{- end }}
43- # image: "{{ .Values.image.repo }}:{{ .Values.image.tag }}"
44- # imagePullPolicy: {{ default "" .Values.image.pullPolicy | quote }}
4543 {{ include "telegraf.image" (merge (pick $.Values "global") .Values.image) | nindent 8 }}
4644 resources :
4745{{ toYaml .Values.resources | indent 10 }}
Original file line number Diff line number Diff line change 1- 0.6.2
1+ 0.6.3
You can’t perform that action at this time.
0 commit comments