Skip to content

Commit

Permalink
Bump versions (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
benashz authored May 30, 2024
1 parent b111dc8 commit bf1746f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.7.0
appVersion: "0.7.0"
version: 0.7.1
appVersion: "0.7.1"
kubeVersion: ">=1.21.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 @@ -149,7 +149,7 @@ controller:
image:
pullPolicy: IfNotPresent
repository: hashicorp/vault-secrets-operator
tag: 0.7.0
tag: 0.7.1

# logging
logging:
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.7.0
newTag: 0.7.1

0 comments on commit bf1746f

Please sign in to comment.