From f34398df25681119aec5a8f8b57fae78fcf2e9fe Mon Sep 17 00:00:00 2001 From: Max! Date: Sat, 2 Dec 2023 12:05:45 +0100 Subject: [PATCH] Release new version of helmc hart that uses the updated docker container v0.4.0 (#85) * bump chart and run helm-docs for new release * Update ci-helm-lint-test.yml * Update .github/workflows/ci-helm-lint-test.yml - bump docker version for kind * Update .github/workflows/ci-helm-lint-test.yml - bump docker version * Update ci-helm-lint-test.yml - point at github actions secrets for bot secrets ref: https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#using-secrets-in-a-workflow --------- Co-authored-by: JesseBot --- .github/workflows/ci-helm-lint-test.yml | 6 +++--- charts/bitwarden-eso-provider/Chart.yaml | 4 ++-- charts/bitwarden-eso-provider/README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-helm-lint-test.yml b/.github/workflows/ci-helm-lint-test.yml index 0d69b95..63c923d 100644 --- a/.github/workflows/ci-helm-lint-test.yml +++ b/.github/workflows/ci-helm-lint-test.yml @@ -45,8 +45,8 @@ jobs: - name: Pull and side-load docker container run: | - docker pull --platform=linux/amd64 docker.io/jessebot/bweso:v0.3.0 && \ - kind load docker-image docker.io/jessebot/bweso:v0.3.0 --name kind-chart-testing + docker pull --platform=linux/amd64 docker.io/jessebot/bweso:v0.4.0 && \ + kind load docker-image docker.io/jessebot/bweso:v0.4.0 --name chart-testing shell: bash - name: Run chart-testing (install) @@ -57,4 +57,4 @@ jobs: --helm-extra-set-args="--set=bitwarden_eso_provider.create_cluster_secret_store=false \ --set=bitwarden_eso_provider.auth.password=${{ secrets.BOT_PASSWORD }} \ --set=bitwarden_eso_provider.auth.clientID=${{ secrets.BOT_CLIENT_ID }} \ - --set=bitwarden_eso_provider.auth.clientSecret=${{ BOT_CLIENT_SECRET }}" + --set=bitwarden_eso_provider.auth.clientSecret=${{ secrets.BOT_CLIENT_SECRET }}" \ No newline at end of file diff --git a/charts/bitwarden-eso-provider/Chart.yaml b/charts/bitwarden-eso-provider/Chart.yaml index ec0d621..5caecf3 100644 --- a/charts/bitwarden-eso-provider/Chart.yaml +++ b/charts/bitwarden-eso-provider/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.5.1 +version: 0.5.2 # renovate: image=jessebot/bweso -appVersion: "v0.3.0" +appVersion: "v0.4.0" maintainers: - name: "cloudymax" diff --git a/charts/bitwarden-eso-provider/README.md b/charts/bitwarden-eso-provider/README.md index 24959f9..5a91d11 100644 --- a/charts/bitwarden-eso-provider/README.md +++ b/charts/bitwarden-eso-provider/README.md @@ -1,6 +1,6 @@ # bitwarden-eso-provider -![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.3.0](https://img.shields.io/badge/AppVersion-v0.3.0-informational?style=flat-square) +![Version: 0.5.2](https://img.shields.io/badge/Version-0.5.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.4.0](https://img.shields.io/badge/AppVersion-v0.4.0-informational?style=flat-square) Helm chart to use Bitwarden as a Provider for External Secrets Operator