Skip to content

Commit

Permalink
Update Docker Image in Helm Chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoberger committed Oct 29, 2024
1 parent 1dc68bc commit 2e0d1ae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
| `replicaCount` | Number of replications which should be created. | `1` |
| `deploymentStrategy` | Deployment strategy which should be used. | `{}` |
| `image.repository` | The repository of the Docker image. | `ghcr.io/ricoberger/vault-secrets-operator` |
| `image.tag` | The tag of the Docker image which should be used. | `v1.25.0` |
| `image.tag` | The tag of the Docker image which should be used. | `v1.25.1` |
| `image.digest` | The image digest of the Docker image which should be used | `""` |
| `image.pullPolicy` | The pull policy for the Docker image, | `IfNotPresent` |
| `image.volumeMounts` | Mount additional volumns to the container. | `[]` |
Expand Down
5 changes: 3 additions & 2 deletions charts/vault-secrets-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
apiVersion: v1
appVersion: v1.25.0
appVersion: v1.25.1
description: Create Kubernetes secrets from Vault for a secure GitOps based workflow.
home: https://github.com/ricoberger/vault-secrets-operator
icon: https://raw.githubusercontent.com/ricoberger/vault-secrets-operator/main/assets/logo.png
maintainers:
- name: Rico Berger
url: https://ricoberger.de
name: vault-secrets-operator
version: 2.6.0
version: 2.6.1
2 changes: 1 addition & 1 deletion charts/vault-secrets-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ deploymentStrategy: {}

image:
repository: ghcr.io/ricoberger/vault-secrets-operator
tag: v1.25.0
tag: v1.25.1
# digest: sha256:7246830da1852a7417cccc1092beecdf524d9eb9fb7b29aabcf10796cccb3def

pullPolicy: IfNotPresent
Expand Down

0 comments on commit 2e0d1ae

Please sign in to comment.