diff --git a/.github/workflows/apps.test.yaml b/.github/workflows/apps.test.yaml index e1a00cb63ae..3c8f6c1e5ed 100644 --- a/.github/workflows/apps.test.yaml +++ b/.github/workflows/apps.test.yaml @@ -6,7 +6,7 @@ on: - '**' tags-ignore: - '**' - paths: + paths: - 'charts/**' - '.github/workflows/apps.test.yaml' - '.github/ct-install.yaml' @@ -141,12 +141,12 @@ jobs: if: ${{ matrix.app != 'common' && matrix.app != '.gitkee' && steps.prep-lint.outputs.install != 'false' }} uses: nolar/setup-k3d-k3s@v1 with: - version: v1.22.2+k3s1 + version: v1.22.4+k3s1 ## TODO: Fix common-test - name: Run chart-testing (install) if: ${{ matrix.app != 'common' && matrix.app != '.gitkee' && steps.prep-lint.outputs.install != 'false' }} - run: find ./charts/${{ steps.prep-lint.outputs.train }}/${{ matrix.app }} -type f -name *.yaml -exec sed -i 's/tccr.io/ghcr.io/gI' {} \; && ct install --config .github/ct-install.yaml --charts 'charts/${{ steps.prep-lint.outputs.train }}/${{ matrix.app }}' + run: find ./ -type f -name *.yaml -exec sed -i 's/tccr.io/ghcr.io/gI' {} \; && ct install --config .github/ct-install.yaml --charts 'charts/${{ steps.prep-lint.outputs.train }}/${{ matrix.app }}' app-tests-complete: needs: [app-tests] diff --git a/.github/workflows/common.test.yaml b/.github/workflows/common.test.yaml index 69600e5943d..3401860ebea 100644 --- a/.github/workflows/common.test.yaml +++ b/.github/workflows/common.test.yaml @@ -103,7 +103,7 @@ jobs: - name: Create k3d cluster uses: nolar/setup-k3d-k3s@v1 with: - version: v1.19 + version: v1.22.4+k3s1 - name: Run chart-testing (install) - run: ct install --config .github/ct-install.yaml --charts 'charts/library/common-test' + run: find ./ -type f -name *.yaml -exec sed -i 's/tccr.io/ghcr.io/gI' {} \; && ct install --config .github/ct-install.yaml --charts 'charts/library/common-test' diff --git a/charts/stable/dsmr-reader/values.yaml b/charts/stable/dsmr-reader/values.yaml index 0f996740c09..582c8d89586 100644 --- a/charts/stable/dsmr-reader/values.yaml +++ b/charts/stable/dsmr-reader/values.yaml @@ -2,7 +2,7 @@ image: # -- image repository repository: tccr.io/truecharts/dsmr-reader # -- image tag - tag: v2021.09.02@sha256:4858edb1ae63a20639a0ef9c51c7b2cf599686db5c582ead7b37b2a288122935 + tag: v2021.09.02@sha256:bf3454b0b379d325d95ec0693e2634bcfd4bfd917ec59d0918ca60d32a6073c5 # -- image pull policy pullPolicy: IfNotPresent