Skip to content

Commit

Permalink
Fix regression from 0.9.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Shai Katz committed Feb 14, 2021
1 parent c2f428c commit 92477cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/kamus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: v1
description: An open source, git-ops, zero-trust secrets encryption and decryption solution for Kubernetes applications
name: kamus
version: 0.9.3
version: 0.9.4
home: https://kamus.soluto.io
icon: https://raw.githubusercontent.com/Soluto/kamus/master/images/logo.png
appVersion: 0.9.0.3
appVersion: 0.9.0.4
keywords:
- gitops
- secrets
Expand Down
2 changes: 1 addition & 1 deletion charts/kamus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The chart can be customized using the following configurable parameters. Most se
| `airbag.authority` | The authority issueing the token |
| `airbag.audience` | The audience used to validate the token (`aud` claim) |
| `airbag.issuer` | The issuer used to validate the token (`iss` claim) |
| `image.version` | The image of Kamus to pull. Image naming convention is `kamus:encryption-{version}` and `kamus:encryption-{version}` | `0.9.0.3`
| `image.version` | The image of Kamus to pull. Image naming convention is `kamus:encryption-{version}` and `kamus:encryption-{version}` | `0.9.0.4`
| `image.repository` | The docker repository to pull the images from | `soluto`
| `image.pullPolicy` | Kamus containers pull policy | `IfNotPresent`
| `service.type` | The type of the service (careful, values other than `ClusterIp` expose the decryptor to the internet) | `ClusterIp`
Expand Down
2 changes: 1 addition & 1 deletion charts/kamus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ airbag:
repository: soluto
tag: 0.8
image:
version: 0.9.0.3
version: 0.9.0.4
repository: soluto
pullPolicy: IfNotPresent
pod:
Expand Down

0 comments on commit 92477cb

Please sign in to comment.