Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion bootstrap/helmfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ releases:
namespace: kube-system
atomic: true
chart: oci://ghcr.io/spegel-org/helm-charts/spegel
version: 0.3.0
version: 0.4.0
values: ['{{ requiredEnv "ROOT_DIR" }}/kubernetes/apps/kube-system/spegel/app/helm/values.yaml']
needs: ['kube-system/coredns']

Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/kube-system/spegel/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
tag: 0.3.0
tag: 0.4.0
url: oci://ghcr.io/spegel-org/helm-charts/spegel
verify:
provider: cosign
Expand Down
2 changes: 1 addition & 1 deletion templates/config/bootstrap/helmfile.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ releases:
namespace: kube-system
atomic: true
chart: oci://ghcr.io/spegel-org/helm-charts/spegel
version: 0.3.0
version: 0.4.0
values: ['{{ requiredEnv "ROOT_DIR" }}/kubernetes/apps/kube-system/spegel/app/helm/values.yaml']
needs: ['kube-system/coredns']
#% endif %#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
tag: 0.3.0
tag: 0.4.0
url: oci://ghcr.io/spegel-org/helm-charts/spegel
verify:
provider: cosign
Expand Down
Loading