diff --git a/charts/superstream/Chart.yaml b/charts/superstream/Chart.yaml index af6f10e..41ebaed 100644 --- a/charts/superstream/Chart.yaml +++ b/charts/superstream/Chart.yaml @@ -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 @@ -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. diff --git a/charts/superstream/charts/telegraf/templates/deployment.yaml b/charts/superstream/charts/telegraf/templates/deployment.yaml index b1388c4..2a459f2 100644 --- a/charts/superstream/charts/telegraf/templates/deployment.yaml +++ b/charts/superstream/charts/telegraf/templates/deployment.yaml @@ -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 }} diff --git a/version.conf b/version.conf index b1d7abc..a0a1517 100644 --- a/version.conf +++ b/version.conf @@ -1 +1 @@ -0.6.2 \ No newline at end of file +0.6.3 \ No newline at end of file