Skip to content

Commit 7565784

Browse files
committed
bump to 0.4.4
1 parent 6a9bb1d commit 7565784

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

charts/langstream/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: langstream
33
description: Helm chart for LangStream
44
type: application
5-
version: 0.4.3
5+
version: 0.4.4
66
appVersion: 0.4.3

charts/langstream/templates/deployer/deployer-serviceaccount.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,12 @@ rules:
7575
- statefulsets
7676
verbs:
7777
- "*"
78-
- apiGroups: [""]
79-
resources:
80-
- services
81-
verbs:
82-
- "*"
8378
- apiGroups:
8479
- ""
8580
resources:
8681
- secrets
82+
- services
83+
- pods
8784
verbs:
8885
- "*"
8986
---

0 commit comments

Comments
 (0)