From 4a61f9d5143e48527c495dcd9da87dcb3a228c6b Mon Sep 17 00:00:00 2001 From: vldastar <175396011+vldastar@users.noreply.github.com> Date: Sun, 28 Jul 2024 11:14:00 +1200 Subject: [PATCH] releas --- .github/workflows/release.yaml | 2 +- charts/karpenter/Chart.lock | 3 --- charts/karpenter/README.md.gotmpl | 44 ------------------------------- charts/universal-helm/Chart.yaml | 2 +- 4 files changed, 2 insertions(+), 49 deletions(-) delete mode 100644 charts/karpenter/Chart.lock delete mode 100644 charts/karpenter/README.md.gotmpl diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1b5cf3f..1fe290a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -39,4 +39,4 @@ jobs: # #config: cr.yaml env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - CR_SKIP_EXISTING: "false" + CR_SKIP_EXISTING: "true" diff --git a/charts/karpenter/Chart.lock b/charts/karpenter/Chart.lock deleted file mode 100644 index 6454ce9..0000000 --- a/charts/karpenter/Chart.lock +++ /dev/null @@ -1,3 +0,0 @@ -dependencies: [] -digest: sha256:5595919ac269b4105dd65d20eb27cb271b8976c1d10903e0b504d349df30f017 -generated: "2020-12-02T11:48:25.741819-08:00" diff --git a/charts/karpenter/README.md.gotmpl b/charts/karpenter/README.md.gotmpl deleted file mode 100644 index ee4c8d1..0000000 --- a/charts/karpenter/README.md.gotmpl +++ /dev/null @@ -1,44 +0,0 @@ -{{ template "chart.header" . }} -{{ template "chart.description" . }} - -{{ template "chart.versionBadge" . }}{{ template "chart.typeBadge" . }}{{ template "chart.appVersionBadge" . }} - -## Documentation - -For full Karpenter documentation please checkout [https://karpenter.sh](https://karpenter.sh/docs/). - -## Installing the Chart - -You can follow the detailed installation instruction in the [documentation](https://karpenter.sh/docs/getting-started/getting-started-with-karpenter) which covers the Karpenter prerequisites and installation options. The outcome of these instructions should result in something like the following command. - -```bash -helm upgrade --install --namespace karpenter --create-namespace \ - karpenter oci://public.ecr.aws/karpenter/{{ template "chart.name" . }} \ - --version {{ template "chart.version" . }} \ - --set "serviceAccount.annotations.eks\.amazonaws\.com/role-arn=${KARPENTER_IAM_ROLE_ARN}" \ - --set settings.clusterName=${CLUSTER_NAME} \ - --set settings.interruptionQueue=${CLUSTER_NAME} \ - --wait -``` - -### Verification - -As the OCI Helm chart is signed by [Cosign](https://github.com/sigstore/cosign) as part of the release process you can verify the chart before installing it by running the following command. - -```shell -cosign verify public.ecr.aws/karpenter/karpenter:{{ template "chart.version" . }} \ - --certificate-oidc-issuer=https://token.actions.githubusercontent.com \ - --certificate-identity-regexp='https://github\.com/aws/karpenter-provider-aws/\.github/workflows/release\.yaml@.+' \ - --certificate-github-workflow-repository=aws/karpenter-provider-aws \ - --certificate-github-workflow-name=Release \ - --certificate-github-workflow-ref=refs/tags/v{{ template "chart.version" . }} \ - --annotations version={{ template "chart.version" . }} -``` - -{{ template "chart.requirementsSection" . }} - -{{ template "chart.valuesSection" . }} - ----------------------------------------------- - -Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs/). diff --git a/charts/universal-helm/Chart.yaml b/charts/universal-helm/Chart.yaml index 38a6c4c..ec7bc7b 100644 --- a/charts/universal-helm/Chart.yaml +++ b/charts/universal-helm/Chart.yaml @@ -11,4 +11,4 @@ maintainers: type: application -version: 0.6.10 +version: 0.6.11