Skip to content

Commit

Permalink
Release new version of helmc hart that uses the updated docker contai…
Browse files Browse the repository at this point in the history
…ner 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 <[email protected]>
  • Loading branch information
cloudymax and jessebot authored Dec 2, 2023
1 parent a0c257e commit f34398d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-helm-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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 }}"
4 changes: 2 additions & 2 deletions charts/bitwarden-eso-provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion charts/bitwarden-eso-provider/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit f34398d

Please sign in to comment.