Skip to content

Commit

Permalink
Update helm chart for core release 15.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
openprojectci committed Jan 22, 2025
1 parent d0b2956 commit 8e0fc0d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/15-2-0_minor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@openproject/helm-charts": minor
---

Upgrade OpenProject core version to 15.2.0 (minor update)
2 changes: 1 addition & 1 deletion charts/openproject/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: A Helm chart for running OpenProject via Kubernetes
home: https://www.openproject.org/
icon: https://charts.openproject.org/logo.svg
type: application
appVersion: 15.1.1
appVersion: 15.2.0
version: 9.4.1
maintainers:
- name: OpenProject
Expand Down
2 changes: 1 addition & 1 deletion charts/openproject/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ image:
## For the helm chart, use the `-slim` variants as the all-in-one container is not compatible
## with some of the options (non-root execution, password splitting, etc.) and is inefficient for using in helm
## due to embedded a number of services.
tag: "15.1.1-slim"
tag: "15.2.0-slim"

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

0 comments on commit 8e0fc0d

Please sign in to comment.