Skip to content

Commit

Permalink
Prepare release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoberger committed Dec 30, 2020
1 parent 735594c commit 4b1a243
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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. | `ricoberger/vault-secrets-operator` |
| `image.tag` | The tag of the Docker image which should be used. | `1.10.2` |
| `image.tag` | The tag of the Docker image which should be used. | `1.11.0` |
| `image.pullPolicy` | The pull policy for the Docker image, | `IfNotPresent` |
| `image.volumeMounts` | Mount additional volumns to the container. | `[]` |
| `imagePullSecrets` | Secrets which can be used to pull the Docker image. | `[]` |
Expand Down
4 changes: 2 additions & 2 deletions charts/vault-secrets-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v1
appVersion: 1.10.2
appVersion: 1.11.0
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/master/assets/logo.png
maintainers:
- name: Rico Berger
url: https://ricoberger.de
name: vault-secrets-operator
version: 1.10.2
version: 1.11.0
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: ricoberger/vault-secrets-operator
tag: 1.10.2
tag: 1.11.0
pullPolicy: IfNotPresent
volumeMounts: []
# - name: ca
Expand Down
2 changes: 1 addition & 1 deletion config/manager/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
- /manager
args:
- --enable-leader-election
image: ricoberger/vault-secrets-operator:1.10.2
image: ricoberger/vault-secrets-operator:1.11.0
name: manager
env:
- name: WATCH_NAMESPACE
Expand Down

0 comments on commit 4b1a243

Please sign in to comment.