diff --git a/.github/workflows/catalog-test.yaml b/.github/workflows/catalog-test.yaml index b7c16590de1..a9cdd895876 100644 --- a/.github/workflows/catalog-test.yaml +++ b/.github/workflows/catalog-test.yaml @@ -15,7 +15,7 @@ jobs: name: Test SCALE Catalog runs-on: ubuntu-latest container: - image: ghcr.io/truecharts/devcontainer:v2.6.0@sha256:d3da15f9a48e8bb2d36329c81db2d928fd332cc3d0e3718fe0b6dcad40eff7e9 + image: ghcr.io/truecharts/devcontainer:v2.6.0@sha256:a82c7d302bc6028271f98162779be7e15a998f55556f513b5216241a8d517330 steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 name: Checkout diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 8fef763d7f1..b1ba3a727af 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -14,7 +14,7 @@ jobs: release-scale: runs-on: ubuntu-latest container: - image: ghcr.io/truecharts/devcontainer:v2.6.0@sha256:d3da15f9a48e8bb2d36329c81db2d928fd332cc3d0e3718fe0b6dcad40eff7e9 + image: ghcr.io/truecharts/devcontainer:v2.6.0@sha256:a82c7d302bc6028271f98162779be7e15a998f55556f513b5216241a8d517330 steps: - name: Install Kubernetes tools uses: yokawasa/action-setup-kube-tools@f7f73d7965074b0f5491b7210ff51e3254d42058 # tag=v0.8.2 @@ -175,7 +175,7 @@ jobs: release-helm: runs-on: ubuntu-latest container: - image: ghcr.io/truecharts/devcontainer:v2.6.0@sha256:d3da15f9a48e8bb2d36329c81db2d928fd332cc3d0e3718fe0b6dcad40eff7e9 + image: ghcr.io/truecharts/devcontainer:v2.6.0@sha256:a82c7d302bc6028271f98162779be7e15a998f55556f513b5216241a8d517330 needs: release-scale steps: - name: Install Kubernetes tools