Skip to content

Commit

Permalink
update OpenProject version to 14 (#109)
Browse files Browse the repository at this point in the history
* update OpenProject version to 14

* Create changeset

* update repo
  • Loading branch information
machisuji authored May 23, 2024
1 parent 83d6002 commit 15014b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/three-kids-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@openproject/helm-charts": patch
---

update OpenProject version to 14
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: '13'
appVersion: '14'
version: 5.1.3
maintainers:
- name: OpenProject
Expand Down
4 changes: 2 additions & 2 deletions charts/openproject/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ image:

## Define repository string.
#
repository: "openproject/community"
repository: "openproject/openproject"

## Define a imagePullPolicy.
##
Expand All @@ -173,7 +173,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: "13-slim"
tag: "14-slim"

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

0 comments on commit 15014b4

Please sign in to comment.