This repository was archived by the owner on Mar 25, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v1
22description : An open source, git-ops, zero-trust secrets encryption and decryption solution for Kubernetes applications
33name : kamus
4- version : 0.9.2
4+ version : 0.9.3
55home : https://kamus.soluto.io
66icon : https://raw.githubusercontent.com/Soluto/kamus/master/images/logo.png
7- appVersion : 0.9.0.2
7+ appVersion : 0.9.0.3
88keywords :
99 - gitops
1010 - secrets
Original file line number Diff line number Diff 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 `
Original file line number Diff line number Diff line change 77 repository : soluto
88 tag : 0.8
99image :
10- version : 0.9.0.2
10+ version : 0.9.0.3
1111 repository : soluto
1212 pullPolicy : IfNotPresent
1313pod :
You can’t perform that action at this time.
0 commit comments