Skip to content

Commit 57d032f

Browse files
Bump version to 15.0.
1 parent f3aa2fd commit 57d032f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/grumpy-cups-tell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@openproject/helm-charts": major
3+
---
4+
5+
Upgrade OpenProject to 15.0

charts/openproject/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: A Helm chart for running OpenProject via Kubernetes
55
home: https://www.openproject.org/
66
icon: https://charts.openproject.org/logo.svg
77
type: application
8-
appVersion: 14.6.3
8+
appVersion: 15.0.1
99
version: 8.3.2
1010
maintainers:
1111
- name: OpenProject

charts/openproject/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ image:
201201
## For the helm chart, use the `-slim` variants as the all-in-one container is not compatible
202202
## with some of the options (non-root execution, password splitting, etc.) and is inefficient for using in helm
203203
## due to embedded a number of services.
204-
tag: "14.6.3-slim"
204+
tag: "15.0.1-slim"
205205

206206
## Define image sha256 - mutual exclusive with image tag.
207207
## The sha256 has a higher precedence than

0 commit comments

Comments
 (0)