-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into allow-nginx-additional-config
Signed-off-by: Florent Poinsaut <[email protected]>
- Loading branch information
Showing
15 changed files
with
280 additions
and
159 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
|
||
name: Release Charts | ||
# only run one instance of this workflow at a time | ||
# ref: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency | ||
concurrency: chart_releaser | ||
|
||
on: | ||
push: | ||
|
@@ -13,17 +16,10 @@ on: | |
|
||
jobs: | ||
release: | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
|
||
- name: Turnstyle | ||
uses: softprops/turnstyle@v1 | ||
with: | ||
continue-after-seconds: 180 | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
uses: actions/checkout@v4 | ||
|
||
- name: Fetch history | ||
run: git fetch --prune --unshallow | ||
|
@@ -47,3 +43,4 @@ jobs: | |
uses: helm/[email protected] | ||
env: | ||
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | ||
CR_GENERATE_RELEASE_NOTES: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
dependencies: | ||
- name: postgresql | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 11.6.26 | ||
repository: oci://registry-1.docker.io/bitnamicharts | ||
version: 12.6.9 | ||
- name: mariadb | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 11.0.14 | ||
repository: oci://registry-1.docker.io/bitnamicharts | ||
version: 12.2.8 | ||
- name: redis | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 16.12.3 | ||
digest: sha256:26d3436ece41f0fbe00d0184c1cda7f5cccb7d49642982cfff49f113c11c0f34 | ||
generated: "2022-10-30T11:48:19.745391397+01:00" | ||
repository: oci://registry-1.docker.io/bitnamicharts | ||
version: 17.13.2 | ||
digest: sha256:e292db0f38d48fdde0b9feff58c406eef920c7e3b592e7f0ec1907e7599a7a2b | ||
generated: "2023-07-24T16:19:14.475458+02:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
apiVersion: v2 | ||
name: nextcloud | ||
version: 3.6.0 | ||
appVersion: 26.0.1 | ||
version: 4.2.2 | ||
appVersion: 27.0.2 | ||
description: A file sharing server that puts the control and security of your own data back into your hands. | ||
keywords: | ||
- nextcloud | ||
|
@@ -23,14 +23,14 @@ maintainers: | |
email: [email protected] | ||
dependencies: | ||
- name: postgresql | ||
version: 11.6.* | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 12.6.* | ||
repository: oci://registry-1.docker.io/bitnamicharts | ||
condition: postgresql.enabled | ||
- name: mariadb | ||
version: 11.0.* | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 12.2.* | ||
repository: oci://registry-1.docker.io/bitnamicharts | ||
condition: mariadb.enabled | ||
- name: redis | ||
version: 16.12.* | ||
repository: https://charts.bitnami.com/bitnami | ||
version: 17.13.* | ||
repository: oci://registry-1.docker.io/bitnamicharts | ||
condition: redis.enabled |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters