From 4444881f21906acc23a5dd9f1a9df2337c4c226a Mon Sep 17 00:00:00 2001 From: Christoph Barbian Date: Wed, 19 Jul 2023 20:21:56 +0200 Subject: [PATCH] update workflows --- .github/workflows/build.yaml | 3 ++- .github/workflows/publish.yaml | 1 + .github/workflows/release.yaml | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index c5ffbfe..274188c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -189,4 +189,5 @@ jobs: $CHART_DIRECTORY kubectl create ns component-system kubectl -n component-system apply -f examples/sample.yaml - kubectl -n component-system wait -f examples/sample.yaml --for condition=Ready --timeout 120s \ No newline at end of file + kubectl -n component-system wait -f examples/sample.yaml --for condition=Ready --timeout 120s + diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 3cd1e03..962a6ef 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -137,3 +137,4 @@ jobs: cd crds repository=$REGISTRY/${{ github.repository }}/crds tar cvz * | regctl artifact put -m application/gzip ${repository,,}:${{ github.event.release.tag_name }} + diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8aec72c..0fe224a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -170,3 +170,4 @@ jobs: target_commitish: ${{ steps.get_target_commit.outputs.sha }} token: ${{ secrets.WORKFLOW_USER_GH_TOKEN }} generate_release_notes: false +