Skip to content

Commit

Permalink
Update helm chart for core release 15.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
openprojectci committed Feb 19, 2025
1 parent 2296851 commit bdf058a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/15-3-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.3.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.2.1
appVersion: 15.3.0
version: 9.6.0
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.2.1-slim"
tag: "15.3.0-slim"

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

0 comments on commit bdf058a

Please sign in to comment.