Skip to content

Commit

Permalink
Fix updating values.yml after release
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Jan 13, 2025
1 parent 56f9c4f commit fe97207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Commit release
run: |
git add .changeset/*.md
git add charts/openproject/Chart.yaml
git add charts/openproject/*.yaml
git commit -m "Update helm chart for core release ${{ inputs.tag }}"
git push origin main
env:
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.0-slim"
tag: "15.1.1-slim"

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

0 comments on commit fe97207

Please sign in to comment.