File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ annotations:
55 dataPlaneVersion : " 1.1.944"
66 autoScalerVersion : " 1.1.902"
77 artifacthub.io/changes : |-
8- - kind: changed
9- description: Bump Superstream-Data-Plane to 1.1.944
8+ - kind: added
9+ description: Add Datadog Autoscaling
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.9.55
33+ version : 0.9.56
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 1010- apiGroups : [""]
1111 resources : ["pods"]
1212 verbs : ["get", "list", "delete"]
13+ - apiGroups : ["apps"]
14+ resources : ["deployments", "replicasets"] # ← Add replicasets here
15+ verbs : ["get", "update", "patch"]
1316{{- end }}
Original file line number Diff line number Diff line change 1- 0.9.55
1+ 0.9.56
You can’t perform that action at this time.
0 commit comments