diff --git a/.github/workflows/_provenance.yaml b/.github/workflows/_provenance.yaml index 7724358f3ad6..cf911de6769c 100644 --- a/.github/workflows/_provenance.yaml +++ b/.github/workflows/_provenance.yaml @@ -30,7 +30,7 @@ jobs: actions: read # For getting workflow run info to build provenance id-token: write # needed for signing the images # need to use non hash version because of: https://github.com/slsa-framework/slsa-github-generator/issues/3498 - uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0.0 + uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@5a775b367a56d5bd118a224a811bba288150a563 # v2.0.0 with: base64-subjects: ${{ inputs.BINARY_ARTIFACTS_HASH_AS_FILE }} upload-assets: ${{ github.ref_type == 'tag' }} @@ -57,7 +57,7 @@ jobs: matrix: IMAGE: ${{ fromJSON(inputs.IMAGES) }} # need to use non hash version because of: https://github.com/slsa-framework/slsa-github-generator/issues/3498 - uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@v2.0.0 + uses: slsa-framework/slsa-github-generator/.github/workflows/generator_container_slsa3.yml@5a775b367a56d5bd118a224a811bba288150a563 # v2.0.0 with: image: ${{ inputs.REGISTRY }}/${{ matrix.IMAGE }} digest: ${{ fromJSON(inputs.IMAGE_DIGESTS)[matrix.IMAGE] }} diff --git a/deployments/charts/kuma/values.yaml b/deployments/charts/kuma/values.yaml index e765d6137db2..0fe702bf9d77 100644 --- a/deployments/charts/kuma/values.yaml +++ b/deployments/charts/kuma/values.yaml @@ -695,7 +695,7 @@ kubectl: # -- The kubectl image repository repository: bitnami/kubectl # -- The kubectl image tag - tag: "1.32.0" + tag: "1.32.0@sha256:493d1b871556d48d6b25d471f192c2427571cd6f78523eebcaf4d263353c7487" hooks: # -- Node selector for the HELM hooks nodeSelector: