Skip to content
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
3 changes: 3 additions & 0 deletions charts/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

This chart does not yet follow SemVer.

## 0.34.0
- Extend permissions for Kubernetes ServiceAccount role to add reading services

## 0.33.0
- Add configuration values for complaint form email sender and recipient

Expand Down
2 changes: 1 addition & 1 deletion charts/api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for the WBStack API
name: api
version: 0.33.0
version: 0.34.0
home: https://github.com/wbstack
maintainers:
- name: WBstack
Expand Down
2 changes: 1 addition & 1 deletion charts/api/templates/role-defaultrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ rules:
resources: ["ingresses"]
verbs: ["get", "create", "list"]
- apiGroups: [""]
resources: ["pods"]
resources: ["pods", "services"]
verbs: ["get", "list", "watch"]
- apiGroups: ["batch"]
resources: ["jobs"]
Expand Down
Loading