Skip to content

Commit

Permalink
Fix missing "/" (#3528)
Browse files Browse the repository at this point in the history
* Fix missing "/"

* Fix spegel location

You have it in kube-tools
  • Loading branch information
vrozaksen authored Jan 14, 2025
1 parent 6a314cb commit 5268a4d
Showing 1 changed file with 4 additions and 4 deletions.
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

0 comments on commit 5268a4d

Please sign in to comment.