diff --git a/.github/workflows/helm-lint.yml b/.github/workflows/helm-lint.yml index 8381e58..a5c64ea 100644 --- a/.github/workflows/helm-lint.yml +++ b/.github/workflows/helm-lint.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/helm-unittest.yml b/.github/workflows/helm-unittest.yml index 6b5adfe..39aebd4 100644 --- a/.github/workflows/helm-unittest.yml +++ b/.github/workflows/helm-unittest.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false diff --git a/.github/workflows/superlinter.yml b/.github/workflows/superlinter.yml index caced29..6df27ad 100644 --- a/.github/workflows/superlinter.yml +++ b/.github/workflows/superlinter.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false # Full git history is needed to get a proper list of changed files within `super-linter` diff --git a/Chart.yaml b/Chart.yaml index 48d8b6a..1d58957 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -6,4 +6,4 @@ keywords: - confidential-computing - confidential-containers name: sandboxed-containers -version: 0.2.0 +version: 0.2.1 diff --git a/README.md b/README.md index 8ae5944..ce6aa84 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # sandboxed-containers -![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) +![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) A Helm chart to provide an opinionated deployment of Sandboxed Containers in a validated pattern diff --git a/templates/ssh-key-eso.yaml b/templates/ssh-key-eso.yaml index 5c5a2a2..84f44a8 100644 --- a/templates/ssh-key-eso.yaml +++ b/templates/ssh-key-eso.yaml @@ -1,6 +1,6 @@ {{- if and (dig "coco" "enableSSHDebug" false .Values.global) (ne (.Values.global.secretStore.backend | default "none") "none") (eq (.Values.global.clusterPlatform | default "") "Azure") }} --- -apiVersion: "external-secrets.io/v1beta1" +apiVersion: "external-secrets.io/v1" kind: ExternalSecret metadata: annotations: