Skip to content

Commit

Permalink
Bump the chart version and default tags to 0.3.1 (#386)
Browse files Browse the repository at this point in the history
Missed the version bump in the 0.3.0 release, so bumping everything to
0.3.1.
  • Loading branch information
benashz authored Sep 28, 2023
1 parent 582d6fa commit eef3fd0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.1 (September 27th, 2023)
Fix:
* Helm: bump the chart version and default tags to 0.3.1: [GH-386](https://github.com/hashicorp/vault-secrets-operator/pull/386)

## 0.3.0 (September 27th, 2023)

Improvements:
Expand Down
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

apiVersion: v2
name: vault-secrets-operator
version: 0.3.0-rc.1
appVersion: "0.3.0-rc.1"
version: 0.3.1
appVersion: "0.3.1"
kubeVersion: ">=1.22.0-0"
description: Official Vault Secrets Operator Chart
type: application
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ controller:
# Image sets the repo and tag of the vault-secrets-operator image to use for the controller.
image:
repository: hashicorp/vault-secrets-operator
tag: 0.3.0-rc.1
tag: 0.3.1

# Configures the client cache which is used by the controller to cache (and potentially persist) vault tokens that
# are the result of using the VaultAuthMethod. This enables re-use of Vault Tokens
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ kind: Kustomization
images:
- name: controller
newName: hashicorp/vault-secrets-operator
newTag: 0.3.0-rc.1
newTag: 0.3.1

0 comments on commit eef3fd0

Please sign in to comment.