Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Commit c2f428c

Browse files
author
Shai Katz
committed
Update to kamus 0.9.0.3
1 parent 6c3099b commit c2f428c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/kamus/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
apiVersion: v1
22
description: An open source, git-ops, zero-trust secrets encryption and decryption solution for Kubernetes applications
33
name: kamus
4-
version: 0.9.2
4+
version: 0.9.3
55
home: https://kamus.soluto.io
66
icon: https://raw.githubusercontent.com/Soluto/kamus/master/images/logo.png
7-
appVersion: 0.9.0.2
7+
appVersion: 0.9.0.3
88
keywords:
99
- gitops
1010
- secrets

charts/kamus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The chart can be customized using the following configurable parameters. Most se
2525
| `airbag.authority` | The authority issueing the token |
2626
| `airbag.audience` | The audience used to validate the token (`aud` claim) |
2727
| `airbag.issuer` | The issuer used to validate the token (`iss` claim) |
28-
| `image.version` | The image of Kamus to pull. Image naming convention is `kamus:encryption-{version}` and `kamus:encryption-{version}` | `0.9.0.2`
28+
| `image.version` | The image of Kamus to pull. Image naming convention is `kamus:encryption-{version}` and `kamus:encryption-{version}` | `0.9.0.3`
2929
| `image.repository` | The docker repository to pull the images from | `soluto`
3030
| `image.pullPolicy` | Kamus containers pull policy | `IfNotPresent`
3131
| `service.type` | The type of the service (careful, values other than `ClusterIp` expose the decryptor to the internet) | `ClusterIp`

charts/kamus/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ airbag:
77
repository: soluto
88
tag: 0.8
99
image:
10-
version: 0.9.0.2
10+
version: 0.9.0.3
1111
repository: soluto
1212
pullPolicy: IfNotPresent
1313
pod:

0 commit comments

Comments
 (0)