Skip to content

Commit

Permalink
Merge staging into qa
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Feb 26, 2025
2 parents fba3b2e + 0cc3dc7 commit 3c898a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/superstream/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ annotations:
category: Streaming and Messaging
licenses: Memphis Business Source License 1.0
dataPlaneVersion: "1.1.400"
autoScalerVersion: "1.1.303"
autoScalerVersion: "1.1.400"
artifacthub.io/changes: |-
- kind: changed
description: Bump Superstream-Data-Plane to 1.1.400
description: Bump Superstream-Autoscaler to 1.1.400
name: superstream
description: Superstream Official Helm chart
home: https://superstream.ai
Expand All @@ -30,7 +30,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.6.2
version: 0.6.3
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
2 changes: 0 additions & 2 deletions charts/superstream/charts/telegraf/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ spec:
securityContext:
{{ toYaml .Values.containerSecurityContext | indent 10 }}
{{- end }}
#image: "{{ .Values.image.repo }}:{{ .Values.image.tag }}"
#imagePullPolicy: {{ default "" .Values.image.pullPolicy | quote }}
{{ include "telegraf.image" (merge (pick $.Values "global") .Values.image) | nindent 8 }}
resources:
{{ toYaml .Values.resources | indent 10 }}
Expand Down
2 changes: 1 addition & 1 deletion version.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.2
0.6.3

0 comments on commit 3c898a8

Please sign in to comment.