Skip to content

Commit 8457bc5

Browse files
author
openprojectci
committed
Update helm chart for core release v17.1.1
1 parent b42df5c commit 8457bc5

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.changeset/17-1-1_patch.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.1.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.1.0
8+
appVersion: 17.1.1
99
version: 13.3.0
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.1.0-slim"
299+
tag: "17.1.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)