Skip to content

Commit

Permalink
Update Chart.yaml - update appVersion and point at jessebot repo inst…
Browse files Browse the repository at this point in the history
…ead (#2)

* Update Chart.yaml - update dockerfile version

* update default docker repo to be jessebot
  • Loading branch information
jessebot committed Aug 8, 2023
1 parent 3bd2a25 commit ff120bd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.2.0
version: 0.2.1

# renovate: image=deserializeme/bweso
appVersion: "v0.0.1"
# renovate: image=jessebot/bweso
appVersion: "v0.1.0"

maintainers:
- name: "cloudymax"
Expand Down
4 changes: 2 additions & 2 deletions 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.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.0.1](https://img.shields.io/badge/AppVersion-v0.0.1-informational?style=flat-square)
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.1.0](https://img.shields.io/badge/AppVersion-v0.1.0-informational?style=flat-square)

A Helm chart for Kubernetes

Expand Down Expand Up @@ -32,7 +32,7 @@ A Helm chart for Kubernetes
| bitwarden_eso_provider.create_cluster_secret_store | bool | `true` | if set to True, we'll create a cluster-wide accessible Cluster Secret Store see: https://external-secrets.io/latest/introduction/overview/#clustersecretstore |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | Overrides the image pullPolicy. Hint: set to Always if using latest tag |
| image.repository | string | `"deserializeme/bweso"` | Overrides the image repository |
| image.repository | string | `"jessebot/bweso"` | Overrides the image repository |
| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. |
| imagePullSecrets | list | `[]` | |
| nameOverride | string | `""` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/bitwarden-eso-provider/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1

image:
# -- Overrides the image repository
repository: deserializeme/bweso
repository: jessebot/bweso
# -- Overrides the image pullPolicy. Hint: set to Always if using latest tag
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion.
Expand Down

0 comments on commit ff120bd

Please sign in to comment.