Skip to content

Commit f17e09a

Browse files
author
Jenkins
committed
Merge qa into master
2 parents bce11c0 + 3c898a8 commit f17e09a

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

charts/superstream/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
1010
name: superstream
1111
description: Superstream Official Helm chart
1212
home: 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.

charts/superstream/charts/telegraf/templates/deployment.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ spec:
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 }}

version.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.2
1+
0.6.3

0 commit comments

Comments
 (0)