Skip to content

Commit

Permalink
fix(container): update image spegel to v0.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
layla-bot[bot] authored Oct 15, 2024
1 parent 3fa6727 commit ce38f1d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: spegel
version: v0.0.25
version: v0.0.27
sourceRef:
kind: HelmRepository
name: spegel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
chart:
spec:
chart: spegel
version: v0.0.25
version: v0.0.27
sourceRef:
kind: HelmRepository
name: spegel
Expand Down
2 changes: 1 addition & 1 deletion talos/main/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ releases:
- name: spegel
namespace: kube-system
chart: oci://ghcr.io/spegel-org/helm-charts/spegel
version: v0.0.25
version: v0.0.27
values: ["../../kubernetes/main/apps/kube-system/spegel/app/helm-values.yaml"]
needs: ["cilium", "coredns", "kubelet-csr-approver"]
wait: true
2 changes: 1 addition & 1 deletion talos/raspi/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ releases:
- name: spegel
namespace: kube-system
chart: oci://ghcr.io/spegel-org/helm-charts/spegel
version: v0.0.25
version: v0.0.27
values: ["../../kubernetes/raspi/apps/kube-system/spegel/app/helm-values.yaml"]
needs: ["cilium", "coredns", "kubelet-csr-approver"]
wait: true

0 comments on commit ce38f1d

Please sign in to comment.