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

Fix missing "/" #3528

Merged
merged 2 commits into from
Jan 14, 2025
Merged
Changes from all commits
Commits
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
8 changes: 4 additions & 4 deletions kubernetes/main/bootstrap/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ releases:
- kube-system/cilium

- name: spegel
namespace: kube-system
namespace: kube-tools
chart: oci://ghcr.io/spegel-org/helm-charts/spegel
version: v0.0.29
values:
- ../apps/kube-system/spegel/app/helm-values.yaml
- ../apps/kube-tools/spegel/app/helm-values.yaml
needs:
- kube-system/coredns

Expand All @@ -61,7 +61,7 @@ releases:
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
version: 0.13.0
values:
- ../appsflux-system/flux-operator/app/helm-values.yaml
- ../apps/flux-system/flux-operator/app/helm-values.yaml
needs:
- kube-system/wipe-rook

Expand All @@ -71,6 +71,6 @@ releases:
version: 0.13.0
wait: false
values:
- ../appsflux-system/flux-operator/instance/helm-values.yaml
- ../apps/flux-system/flux-operator/instance/helm-values.yaml
needs:
- flux-system/flux-operator
Loading