File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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. | ` [] ` |
Original file line number Diff line number Diff line change 11apiVersion : v1
2- appVersion : v1.23.1
2+ appVersion : v1.23.2
33description : Create Kubernetes secrets from Vault for a secure GitOps based workflow.
44home : https://github.com/ricoberger/vault-secrets-operator
55icon : https://raw.githubusercontent.com/ricoberger/vault-secrets-operator/main/assets/logo.png
66maintainers :
77 - name : Rico Berger
88 url : https://ricoberger.de
99name : vault-secrets-operator
10- version : 2.5.3
10+ version : 2.5.4
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ deploymentStrategy: {}
33
44image :
55 repository : ricoberger/vault-secrets-operator
6- tag : v1.23.1
6+ tag : v1.23.2
77 # digest: sha256:7246830da1852a7417cccc1092beecdf524d9eb9fb7b29aabcf10796cccb3def
88
99 pullPolicy : IfNotPresent
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments