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:
3
3
category : Streaming and Messaging
4
4
licenses : Memphis Business Source License 1.0
5
5
dataPlaneVersion : " 1.1.400"
6
- autoScalerVersion : " 1.1.303 "
6
+ autoScalerVersion : " 1.1.400 "
7
7
artifacthub.io/changes : |-
8
8
- kind: changed
9
- description: Bump Superstream-Data-Plane to 1.1.400
9
+ description: Bump Superstream-Autoscaler to 1.1.400
10
10
name : superstream
11
11
description : Superstream Official Helm chart
12
12
home : https://superstream.ai
@@ -30,7 +30,7 @@ type: application
30
30
# This is the chart version. This version number should be incremented each time you make changes
31
31
# to the chart and its templates, including the app version.
32
32
# Versions are expected to follow Semantic Versioning (https://semver.org/)
33
- version : 0.6.2
33
+ version : 0.6.3
34
34
# This is the version number of the application being deployed. This version number should be
35
35
# incremented each time you make changes to the application. Versions are not expected to
36
36
# follow Semantic Versioning. They should reflect the version the application is using.
Original file line number Diff line number Diff line change 40
40
securityContext :
41
41
{{ toYaml .Values.containerSecurityContext | indent 10 }}
42
42
{{- end }}
43
- # image: "{{ .Values.image.repo }}:{{ .Values.image.tag }}"
44
- # imagePullPolicy: {{ default "" .Values.image.pullPolicy | quote }}
45
43
{{ include "telegraf.image" (merge (pick $.Values "global") .Values.image) | nindent 8 }}
46
44
resources :
47
45
{{ 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