Skip to content

Commit b61b410

Browse files
openprojectcioliverguenther
authored andcommitted
Update helm chart for core release v17.0.1
1 parent 47435b8 commit b61b410

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/17-0-1_major.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@openproject/helm-charts": patch
3+
---
4+
5+
Upgrade OpenProject core version to 17.0.1 (patch update)

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: 17.0.0
8+
appVersion: 17.0.1
99
version: 13.0.1
1010
maintainers:
1111
- name: OpenProject

charts/openproject/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ image:
296296
## For the helm chart, use the `-slim` variants as the all-in-one container is not compatible
297297
## with some of the options (non-root execution, password splitting, etc.) and is inefficient for using in helm
298298
## due to embedded a number of services.
299-
tag: "17.0.0-slim"
299+
tag: "17.0.1-slim"
300300

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

0 commit comments

Comments
 (0)