From b101aa67eee0321233b82d20c6396566275c77ec Mon Sep 17 00:00:00 2001 From: Guilherme Sautner Date: Wed, 13 Dec 2023 11:25:53 -0300 Subject: [PATCH] misc: new package group and new permissions --- .github/workflows/release.yml | 9 +++++---- charts/cryptpad/Chart.yaml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 491e107..3119e5d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,9 +11,10 @@ on: - '!**.md' - '!**.md.gotmpl' -permissions: - contents: write - packages: write +#permissions: +# contents: write +# packages: write +permissions: write-all jobs: @@ -112,5 +113,5 @@ jobs: if [ -z "${pkg:-}" ]; then break fi - helm push --debug "${pkg}" oci://ghcr.io/${GITHUB_REPOSITORY_OWNER}/helm + helm push --debug "${pkg}" oci://ghcr.io/${GITHUB_REPOSITORY_OWNER}/helm-charts done \ No newline at end of file diff --git a/charts/cryptpad/Chart.yaml b/charts/cryptpad/Chart.yaml index 3fdceee..b5579e2 100644 --- a/charts/cryptpad/Chart.yaml +++ b/charts/cryptpad/Chart.yaml @@ -21,7 +21,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.17-Beta.4 +version: 0.0.17-Beta.5 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to