From 63134a01ced6b2ff6adfd593ccdee592cec985f6 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Mon, 1 Jan 2024 16:20:50 +0100 Subject: [PATCH] yet another OCI fix --- .github/workflows/common.release.yaml | 2 +- library/common/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/common.release.yaml b/.github/workflows/common.release.yaml index 10b23469..80eb4e87 100644 --- a/.github/workflows/common.release.yaml +++ b/.github/workflows/common.release.yaml @@ -72,7 +72,7 @@ jobs: name="${filename%%-[0-9]*.[0-9]*.[0-9]*.tgz}" echo "uploading $name" helm push "${pkg}" oci://quay.io/truecharts || echo "failed to upload $pkg to OCI" - curl -X POST -H "Content-Type: application/json" -d '{"visibility": "public"}' -H "Authorization: Bearer ${{ secrets.QUAY_API_TOKEN }}" "https://quay.io/api/v1/repository/truecharts/$pkg/changevisibility" || echo "failed to set $pkg to public on OCI" + curl -X POST -H "Content-Type: application/json" -d '{"visibility": "public"}' -H "Authorization: Bearer ${{ secrets.QUAY_TOKEN }}" "https://quay.io/api/v1/repository/truecharts/$pkg/changevisibility" || echo "failed to set $pkg to public on OCI" done - name: Helm | Logout diff --git a/library/common/Chart.yaml b/library/common/Chart.yaml index 492dd23e..a2938ed3 100644 --- a/library/common/Chart.yaml +++ b/library/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 17.2.13 +version: 17.2.14