Skip to content

Commit

Permalink
Stack changes for Gimlet v0.24.0 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph authored Dec 20, 2023
1 parent 55610f5 commit bc7a737
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion helm-releases/gimlet-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ rules:
- get
- watch
- list
- apiGroups:
- batch
resources:
- jobs
verbs:
- create
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand Down Expand Up @@ -65,7 +71,7 @@ spec:
serviceAccount: gimlet-agent
image:
repository: ghcr.io/gimlet-io/gimlet
tag: agent-v0.23.0
tag: agent-v0.24.0
pullPolicy: IfNotPresent
vars:
HOST: {{ .gimletAgent.dashboardAddress }}
Expand Down
2 changes: 1 addition & 1 deletion helm-releases/gimlet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
containerPort: 9000
image:
repository: ghcr.io/gimlet-io/gimlet
tag: v0.23.0
tag: v0.24.0
pullPolicy: IfNotPresent
probe:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion stack-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,7 @@ components:
}
]
changeLog: |
- 🍎 Upgrading Gimlet and Gimlet Agent to v0.23.0
- 🍎 Upgrading Gimlet and Gimlet Agent to v0.24.0
message: |
Hey 👋 Laszlo here, the founder of Gimlet.io
Expand Down

0 comments on commit bc7a737

Please sign in to comment.