diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 377d6496..c481e7d3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: env: # UPDATE_HERE # https://hub.docker.com/r/rancher/k3s/tags - K3S_VERSION: v1.30.2-k3s1 + K3S_VERSION: v1.30.0-k3s1 # https://github.com/helm-unittest/helm-unittest/releases HELM_UNITTEST_VERSION: 0.5.1 @@ -51,7 +51,6 @@ jobs: - name: Unit tests and envtest integration tests run: make test - # shellcheck disable=SC2086 - name: start k3d run: | docker version @@ -72,9 +71,8 @@ jobs: # k3d integration tests - name: In cluster integration tests run: | - GNUPGHOME="$(mktemp -d)" - export GNUPGHOME - cat >${GNUPGHOME}/foo <$GNUPGHOME/foo <