Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
14 commits
Select commit Hold shift + click to select a range
2f85f0e
chore: deps(helmfile): update "postgresql" Helm Chart version to 18.0.7
updateclibot[bot] Oct 6, 2025
7050b3b
chore: deps(helmfile): update "postgresql" Helm Chart version to 18.0.8
updateclibot[bot] Oct 7, 2025
a5b0186
chore: deps(helmfile): update "cert-manager" Helm Chart version to v1...
updateclibot[bot] Oct 7, 2025
6657434
chore: deps(helmfile): update "postgresql" Helm Chart version to 18.0.9
updateclibot[bot] Oct 11, 2025
912255f
chore: deps(helmfile): update "postgresql" Helm Chart version to 18.0.11
updateclibot[bot] Oct 11, 2025
2f18841
chore: deps(helmfile): update "postgresql" Helm Chart version to 18.0.12
updateclibot[bot] Oct 12, 2025
764e334
chore: deps(helmfile): update "postgresql" Helm Chart version to 18.0.14
updateclibot[bot] Oct 13, 2025
c6907bc
chore: deps(helmfile): update "postgresql" Helm Chart version to 18.0.15
updateclibot[bot] Oct 14, 2025
3bb384d
chore: deps(helmfile): update "cert-manager" Helm Chart version to v1...
updateclibot[bot] Oct 15, 2025
b1f6393
chore: deps(helmfile): update "postgresql" Helm Chart version to 18.0.16
updateclibot[bot] Oct 18, 2025
f4f0ad2
chore: deps(helmfile): update "postgresql" Helm Chart version to 18.0.17
updateclibot[bot] Oct 18, 2025
bb6b99a
chore: deps(helmfile): update "postgresql" Helm Chart version to 18.1.1
updateclibot[bot] Oct 21, 2025
5a18e9f
chore: deps(helmfile): update "postgresql" Helm Chart version to 18.1.2
updateclibot[bot] Oct 27, 2025
fcbf60b
chore: deps(helmfile): update "postgresql" Helm Chart version to 18.1.3
updateclibot[bot] Oct 28, 2025
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 helmfile.d/cert-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ helmDefaults:
releases:
- name: cert-manager
namespace: cert-manager
version: v1.18.2
version: v1.19.1
chart: cert-manager/cert-manager
disableValidationOnInstall: true
wait: true
Expand Down
2 changes: 1 addition & 1 deletion helmfile.d/udash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ releases:
- name: postgresql
namespace: udash
chart: bitnami/postgresql
version: 16.7.27
version: 18.1.3
secrets:
- ../secrets.d/udash/postgresql.yaml
wait: true
Expand Down