Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stack changes for Gimlet v0.24.0 #61

Merged
merged 1 commit into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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