Skip to content

Commit a178204

Browse files
Merge pull request #200 from superstreamlabs/staging
Staging
2 parents fd6f6e8 + 3bb3005 commit a178204

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

charts/superstream/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
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.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.

charts/superstream/charts/datadog/templates/role.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ rules:
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 }}

version.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.55
1+
0.9.56

0 commit comments

Comments
 (0)