Skip to content

Commit 98bf4be

Browse files
committed
Update Docker Image in Helm Chart
1 parent 309be30 commit 98bf4be

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

charts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
| `replicaCount` | Number of replications which should be created. | `1` |
66
| `deploymentStrategy` | Deployment strategy which should be used. | `{}` |
77
| `image.repository` | The repository of the Docker image. | `ricoberger/vault-secrets-operator` |
8-
| `image.tag` | The tag of the Docker image which should be used. | `v1.23.1` |
8+
| `image.tag` | The tag of the Docker image which should be used. | `v1.23.2` |
99
| `image.digest` | The image digest of the Docker image which should be used | `""` |
1010
| `image.pullPolicy` | The pull policy for the Docker image, | `IfNotPresent` |
1111
| `image.volumeMounts` | Mount additional volumns to the container. | `[]` |
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apiVersion: v1
2-
appVersion: v1.23.1
2+
appVersion: v1.23.2
33
description: Create Kubernetes secrets from Vault for a secure GitOps based workflow.
44
home: https://github.com/ricoberger/vault-secrets-operator
55
icon: https://raw.githubusercontent.com/ricoberger/vault-secrets-operator/main/assets/logo.png
66
maintainers:
77
- name: Rico Berger
88
url: https://ricoberger.de
99
name: vault-secrets-operator
10-
version: 2.5.3
10+
version: 2.5.4

charts/vault-secrets-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ deploymentStrategy: {}
33

44
image:
55
repository: ricoberger/vault-secrets-operator
6-
tag: v1.23.1
6+
tag: v1.23.2
77
# digest: sha256:7246830da1852a7417cccc1092beecdf524d9eb9fb7b29aabcf10796cccb3def
88

99
pullPolicy: IfNotPresent

config/manager/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
- /manager
2222
args:
2323
- -leader-elect
24-
image: ricoberger/vault-secrets-operator:v1.23.1
24+
image: ricoberger/vault-secrets-operator:v1.23.2
2525
name: manager
2626
env:
2727
- name: WATCH_NAMESPACE

0 commit comments

Comments
 (0)