Skip to content

Commit

Permalink
Prepare release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoberger committed Oct 15, 2019
1 parent 6d2fd2c commit 6029e69
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -4,7 +4,7 @@
| ----- | ----------- | ------- |
| `replicaCount` | Number of replications which should be created. | `1` |
| `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.3.0` |
| `image.tag` | The tag of the Docker image which should be used. | `1.3.1` |
| `image.pullPolicy` | The pull policy for the Docker image, | `IfNotPresent` |
| `image.args` | Command-line arguments which should be passed to the container. This can be used to configure the logging. | `[]` |
| `image.volumeMounts` | Mount additional volumns to the container. | `[]` |
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.3.0
appVersion: 1.3.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/master/assets/logo.png
maintainers:
- name: Rico Berger
url: https://ricoberger.de
name: vault-secrets-operator
version: 1.3.0
version: 1.3.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 @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: ricoberger/vault-secrets-operator
tag: 1.3.0
tag: 1.3.1
pullPolicy: IfNotPresent
args: []
volumeMounts: []
Expand Down

0 comments on commit 6029e69

Please sign in to comment.