Skip to content

deps(helmfile): bump all dependencies #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
db42cfe
chore: deps(helmfile): update "cert-manager" Helm Chart version to v1...
updateclibot[bot] Jun 10, 2025
b4d205f
chore: deps(helmfile): update "postgresql" Helm Chart version to 16.7.11
updateclibot[bot] Jun 11, 2025
702441d
chore: deps(helmfile): update "postgresql" Helm Chart version to 16.7.12
updateclibot[bot] Jun 17, 2025
87ffd8b
chore: deps(helmfile): update "cert-manager" Helm Chart version to v1...
updateclibot[bot] Jun 18, 2025
75eb6a1
chore: deps(helmfile): update "postgresql" Helm Chart version to 16.7.13
updateclibot[bot] Jun 19, 2025
d2b9f26
chore: deps(helmfile): update "postgresql" Helm Chart version to 16.7.14
updateclibot[bot] Jun 26, 2025
9db8175
chore: deps(helmfile): update "postgresql" Helm Chart version to 16.7.15
updateclibot[bot] Jul 1, 2025
5643143
chore: deps(helmfile): update "cert-manager" Helm Chart version to v1...
updateclibot[bot] Jul 2, 2025
13cb461
chore: deps(helmfile): update "postgresql" Helm Chart version to 16.7.16
updateclibot[bot] Jul 9, 2025
6d4619f
chore: deps(helmfile): update "postgresql" Helm Chart version to 16.7.17
updateclibot[bot] Jul 11, 2025
8e92e93
chore: deps(helmfile): update "postgresql" Helm Chart version to 16.7.18
updateclibot[bot] Jul 12, 2025
c76ce37
chore: deps(helmfile): update "postgresql" Helm Chart version to 16.7.19
updateclibot[bot] Jul 15, 2025
a600a32
chore: deps(helmfile): update "udash-agent" Helm Chart version to 0.10.0
updateclibot[bot] Jul 17, 2025
660782c
chore: deps(helmfile): update "postgresql" Helm Chart version to 16.7.20
updateclibot[bot] Jul 18, 2025
3f1fd8e
chore: deps(helmfile): update "postgresql" Helm Chart version to 16.7.21
updateclibot[bot] Jul 21, 2025
df1cdfe
chore: deps(helmfile): update "udash" Helm Chart version to 0.14.0
updateclibot[bot] Jul 25, 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.17.2
version: v1.18.2
chart: cert-manager/cert-manager
disableValidationOnInstall: true
wait: true
Expand Down
6 changes: 3 additions & 3 deletions helmfile.d/udash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ releases:
- name: postgresql
namespace: udash
chart: bitnami/postgresql
version: 16.7.10
version: 16.7.21
secrets:
- ../secrets.d/udash/postgresql.yaml
wait: true
- name: udash
namespace: udash
chart: updatecli/udash
version: 0.13.0
version: 0.14.0
values:
- ../values.d/udash/ingress.yaml
secrets:
Expand All @@ -25,7 +25,7 @@ releases:
- name: udash-agent
namespace: udash
chart: updatecli/udash-agent
version: 0.8.0
version: 0.10.0
values:
- ../values.d/udash/agent.yaml
secrets:
Expand Down