From a4e83286a62889216e03bb32127c886f8cb61739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20B=C3=A4hler?= Date: Wed, 1 Nov 2023 17:04:51 +0100 Subject: [PATCH] chore(maintainers): new organization contribution MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs(repo): add dependency policy Signed-off-by: Oliver Bähler * docs(repo): migrate development guide Signed-off-by: Oliver Bähler * chore(ci): migrate workflows and change company for oliver Signed-off-by: Oliver Bähler --------- Signed-off-by: Oliver Bähler --- .github/maintainers.yaml | 2 +- .github/workflows/docker-publish.yml | 2 +- .github/workflows/helm-publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/maintainers.yaml b/.github/maintainers.yaml index d9e7c3a7..fa2a6151 100644 --- a/.github/maintainers.yaml +++ b/.github/maintainers.yaml @@ -18,6 +18,6 @@ - https://github.com/clastix/capsule-proxy - name: Oliver Bähler github: https://github.com/oliverbaehler - company: Bedag Informatik AG + company: Peak Scale projects: - https://github.com/projectcapsule/capsule diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index c068b95c..8aceee22 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -39,7 +39,7 @@ jobs: uses: sigstore/cosign-installer@11086d25041f77fe8fe7b9ea4e48e3b9192b8f19 # v3.1.2 - name: Publish Capsule id: publish-capsule - uses: oliverbaehler/github-actions/ko-publish-image@979018716f7d0cbe8d2711f572b350afad4ef211 # v0.1.1 + uses: peak-scale/github-actions/make-ko-publish@38322faabccd75abfa581c435e367d446b6d2c3b # v0.1.0 with: makefile-target: ko-publish-capsule registry: ghcr.io diff --git a/.github/workflows/helm-publish.yml b/.github/workflows/helm-publish.yml index e29ab78c..cbbaa67e 100644 --- a/.github/workflows/helm-publish.yml +++ b/.github/workflows/helm-publish.yml @@ -52,7 +52,7 @@ jobs: echo "version=$(echo $VERSION)" >> $GITHUB_OUTPUT - name: Helm | Publish id: helm_publish - uses: oliverbaehler/github-actions/helm-oci-chart@979018716f7d0cbe8d2711f572b350afad4ef211 # v0.1.1 + uses: peak-scale/github-actions/helm-oci-chart@38322faabccd75abfa581c435e367d446b6d2c3b # v0.1.0 with: registry: ghcr.io repository: ${{ github.repository_owner }}/charts