Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
a1e0155
chore(chart-deps): update sealed-secrets to version 2.18.6
svcAPLBot May 22, 2026
e93e1ff
Merge branch 'main' into ci-update-sealed-secrets-to-2.18.6
svcAPLBot May 26, 2026
eda9bbc
Merge branch 'main' into ci-update-sealed-secrets-to-2.18.6
svcAPLBot May 26, 2026
d1c3357
Merge branch 'main' into ci-update-sealed-secrets-to-2.18.6
svcAPLBot May 26, 2026
8840785
Merge branch 'main' into ci-update-sealed-secrets-to-2.18.6
svcAPLBot May 26, 2026
3284046
Merge branch 'main' into ci-update-sealed-secrets-to-2.18.6
svcAPLBot May 26, 2026
d202f67
Merge branch 'main' into ci-update-sealed-secrets-to-2.18.6
svcAPLBot May 26, 2026
60731e3
Merge branch 'main' into ci-update-sealed-secrets-to-2.18.6
svcAPLBot May 26, 2026
8f4ae78
Merge branch 'main' into ci-update-sealed-secrets-to-2.18.6
svcAPLBot May 26, 2026
5b702ce
Merge branch 'main' into ci-update-sealed-secrets-to-2.18.6
svcAPLBot May 27, 2026
0de6eb9
Merge branch 'main' into ci-update-sealed-secrets-to-2.18.6
svcAPLBot May 27, 2026
0cc3159
Merge branch 'main' into ci-update-sealed-secrets-to-2.18.6
svcAPLBot May 28, 2026
8401fe3
Merge branch 'main' into ci-update-sealed-secrets-to-2.18.6
svcAPLBot May 28, 2026
4bf405e
Merge branch 'main' into ci-update-sealed-secrets-to-2.18.6
svcAPLBot May 28, 2026
75a4b5d
Merge branch 'main' into ci-update-sealed-secrets-to-2.18.6
svcAPLBot May 28, 2026
3edbd21
Merge branch 'main' into ci-update-sealed-secrets-to-2.18.6
svcAPLBot May 28, 2026
b8982ca
Merge branch 'main' into ci-update-sealed-secrets-to-2.18.6
svcAPLBot May 28, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ appsInfo:
isBeta: true
sealed-secrets:
title: Sealed Secrets
appVersion: 0.36.6
appVersion: 0.37.0
repo: https://github.com/bitnami-labs/sealed-secrets
maintainers: Bitnami Labs
relatedLinks:
Expand Down
2 changes: 1 addition & 1 deletion chart/chart-index/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ dependencies:
version: 4.4.34
repository: https://charts.bitnami.com/bitnami
- name: sealed-secrets
version: 2.18.5
version: 2.18.6
repository: https://bitnami-labs.github.io/sealed-secrets/
- name: tekton-pipeline
alias: tekton-pipelines
Expand Down
4 changes: 2 additions & 2 deletions charts/sealed-secrets/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotations:
category: DeveloperTools
apiVersion: v2
appVersion: 0.36.6
appVersion: 0.37.0
description: Helm chart for the sealed-secrets controller.
home: https://github.com/bitnami-labs/sealed-secrets
icon: https://bitnami.com/assets/stacks/sealed-secrets/img/sealed-secrets-stack-220x234.png
Expand All @@ -16,4 +16,4 @@ name: sealed-secrets
sources:
- https://github.com/bitnami-labs/sealed-secrets
type: application
version: 2.18.5
version: 2.18.6
2 changes: 1 addition & 1 deletion charts/sealed-secrets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ The command removes all the Kubernetes components associated with the chart and
| ------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------ | ----------------------------------- |
| `image.registry` | Sealed Secrets image registry | `docker.io` |
| `image.repository` | Sealed Secrets image repository | `bitnami/sealed-secrets-controller` |
| `image.tag` | Sealed Secrets image tag (immutable tags are recommended) | `0.36.6` |
| `image.tag` | Sealed Secrets image tag (immutable tags are recommended) | `0.37.0` |
| `image.pullPolicy` | Sealed Secrets image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Sealed Secrets image pull secrets | `[]` |
| `revisionHistoryLimit` | Number of old history to retain to allow rollback (If not set, default Kubernetes value is set to 10) | `""` |
Expand Down
2 changes: 1 addition & 1 deletion charts/sealed-secrets/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ commonLabels: {}
image:
registry: docker.io
repository: bitnami/sealed-secrets-controller
tag: 0.36.6
tag: 0.37.0
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
Loading