Skip to content
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

deps(helmfile): bump all dependencies #8

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
ff804c4
chore: Bump "postgresql" Helm Chart Version for Helmfile "helmfile.d/...
updateclibot[bot] Dec 3, 2024
59ef2d1
chore: Bump "postgresql" Helm Chart Version for Helmfile "helmfile.d/...
updateclibot[bot] Dec 4, 2024
da0e71a
chore: Bump "postgresql" Helm Chart Version for Helmfile "helmfile.d/...
updateclibot[bot] Dec 11, 2024
9a66855
chore: Bump "postgresql" Helm Chart Version for Helmfile "helmfile.d/...
updateclibot[bot] Dec 13, 2024
fbc2c33
chore: Bump "postgresql" Helm Chart Version for Helmfile "helmfile.d/...
updateclibot[bot] Dec 16, 2024
6820bb6
chore: Bump "udash-agent" Helm Chart Version for Helmfile "helmfile.d...
updateclibot[bot] Dec 20, 2024
8a44847
chore: Bump "postgresql" Helm Chart Version for Helmfile "helmfile.d/...
updateclibot[bot] Dec 21, 2024
e43d338
chore: Bump "postgresql" Helm Chart Version for Helmfile "helmfile.d/...
updateclibot[bot] Dec 23, 2024
d10e2ec
chore: Bump "postgresql" Helm Chart Version for Helmfile "helmfile.d/...
updateclibot[bot] Jan 3, 2025
782dc41
chore: Bump "postgresql" Helm Chart Version for Helmfile "helmfile.d/...
updateclibot[bot] Jan 13, 2025
f2fdd19
chore: Bump "postgresql" Helm Chart Version for Helmfile "helmfile.d/...
updateclibot[bot] Jan 13, 2025
df54252
chore: Bump "postgresql" Helm Chart Version for Helmfile "helmfile.d/...
updateclibot[bot] Jan 15, 2025
00aa55f
chore: Bump "cert-manager" Helm Chart Version for Helmfile "helmfile....
updateclibot[bot] Jan 16, 2025
6854058
chore: Bump "postgresql" Helm Chart Version for Helmfile "helmfile.d/...
updateclibot[bot] Jan 20, 2025
832210d
chore: Bump "postgresql" Helm Chart Version for Helmfile "helmfile.d/...
updateclibot[bot] Jan 21, 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.16.2
version: v1.16.3
chart: cert-manager/cert-manager
disableValidationOnInstall: true
wait: true
Expand Down
4 changes: 2 additions & 2 deletions 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.2.3
version: 16.4.5
secrets:
- ../secrets.d/udash/postgresql.yaml
wait: true
Expand All @@ -25,7 +25,7 @@ releases:
- name: udash-agent
namespace: udash
chart: updatecli/udash-agent
version: 0.4.0
version: 0.5.0
values:
- ../values.d/udash/agent.yaml
secrets:
Expand Down
Loading