Skip to content

Commit fb118c2

Browse files
committed
chore(helm): update eso dependencies
Updates: external-secrets (0.16.2 → 0.18.2)
1 parent 6d88ed2 commit fb118c2

File tree

6 files changed

+16
-14
lines changed

6 files changed

+16
-14
lines changed

charts/eso/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: external-secrets
33
repository: https://charts.external-secrets.io
4-
version: 0.16.2
5-
digest: sha256:94cbf896c19437687c2804fc14c7937cd9b12f6d70cc32b1a78aa323777580cb
6-
generated: "2025-05-14T10:23:28.800416977Z"
4+
version: 0.18.2
5+
digest: sha256:f097aac1c4afcfb03e1f6e59a7ca63f0452eadb553cfd3d9bda0d90c12d315a9
6+
generated: "2025-07-16T10:25:41.787870701Z"

charts/eso/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apiVersion: v2
22
name: eso
33
description: A Helm chart ESO for Kubernetes
44
type: application
5-
version: 0.1.4
5+
version: 0.1.5
66
appVersion: "0.14.2"
77
dependencies:
88
- name: external-secrets
9-
version: 0.16.2
9+
version: 0.18.2
1010
repository: https://charts.external-secrets.io
1111
alias: eso
1212
maintainers:

charts/eso/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# eso
22

3-
![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.14.2](https://img.shields.io/badge/AppVersion-0.14.2-informational?style=flat-square)
3+
![Version: 0.1.5](https://img.shields.io/badge/Version-0.1.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.14.2](https://img.shields.io/badge/AppVersion-0.14.2-informational?style=flat-square)
44

55
## Prerequisites
66

@@ -11,7 +11,7 @@
1111

1212
| Repository | Name | Version |
1313
|------------|------|---------|
14-
| https://charts.external-secrets.io | eso(external-secrets) | 0.16.2 |
14+
| https://charts.external-secrets.io | eso(external-secrets) | 0.18.2 |
1515

1616
## Maintainers
1717

@@ -30,6 +30,7 @@ A Helm chart ESO for Kubernetes
3030
|-----|------|---------|-------------|
3131
| eso.affinity | object | `{}` | |
3232
| eso.bitwarden-sdk-server.enabled | bool | `false` | |
33+
| eso.bitwarden-sdk-server.namespaceOverride | string | `""` | |
3334
| eso.certController.affinity | object | `{}` | |
3435
| eso.certController.create | bool | `true` | Specifies whether a certificate controller deployment be created. |
3536
| eso.certController.deploymentAnnotations | object | `{}` | Annotations to add to Deployment |
@@ -266,7 +267,7 @@ spec:
266267

267268
source:
268269
repoURL: "https://edixos.github.io/ekp-helm"
269-
targetRevision: "0.1.4"
270+
targetRevision: "0.1.5"
270271
chart: eso
271272
path: ''
272273

-137 KB
Binary file not shown.
139 KB
Binary file not shown.

charts/eso/values.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ eso:
3333

3434
bitwarden-sdk-server:
3535
enabled: false
36+
namespaceOverride: ""
3637

3738
# -- Specifies the amount of historic ReplicaSets k8s should keep (see https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#clean-up-policy)
3839
revisionHistoryLimit: 10
@@ -281,8 +282,8 @@ eso:
281282
# -- Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
282283
podDisruptionBudget:
283284
enabled: false
284-
minAvailable: 1
285-
# maxUnavailable: 1
285+
minAvailable: 1 # @schema type:[integer, string]
286+
# maxUnavailable: "50%"
286287

287288
# -- Run the controller on the host network
288289
hostNetwork: false
@@ -389,8 +390,8 @@ eso:
389390
# -- Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
390391
podDisruptionBudget:
391392
enabled: false
392-
minAvailable: 1
393-
# maxUnavailable: 1
393+
minAvailable: 1 # @schema type:[integer, string]
394+
# maxUnavailable: "50%"
394395

395396
metrics:
396397

@@ -525,8 +526,8 @@ eso:
525526
# -- Pod disruption budget - for more details see https://kubernetes.io/docs/concepts/workloads/pods/disruptions/
526527
podDisruptionBudget:
527528
enabled: false
528-
minAvailable: 1
529-
# maxUnavailable: 1
529+
minAvailable: 1 # @schema type:[integer, string]
530+
# maxUnavailable: "50%"
530531

531532
metrics:
532533

0 commit comments

Comments
 (0)