Skip to content

Commit 9c93547

Browse files
committed
chore: Merge branch 'main' of github.com:lambchop4prez/network
2 parents c20ad94 + 9db9e6e commit 9c93547

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ _.file = ["{{config_root}}/.secrets.env"]
2222
"aqua:kubernetes-sigs/kustomize" = "5.7.1"
2323
"aqua:kubernetes/kubernetes/kubectl" = "1.35.0"
2424
"aqua:mikefarah/yq" = "4.50.1"
25-
"aqua:siderolabs/talos" = "1.11.6"
25+
"aqua:siderolabs/talos" = "1.12.0"
2626
"aqua:yannh/kubeconform" = "0.7.0"
2727
"github:bitwarden/sdk" = "bws-v1.0.0"

cluster/apps/flux-system/flux-instance/app/ocirepository.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
99
operation: copy
1010
ref:
11-
tag: 0.37.1
11+
tag: 0.38.1
1212
url: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
1313
verify:
1414
provider: cosign

cluster/apps/flux-system/flux-operator/app/ocirepository.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
99
operation: copy
1010
ref:
11-
tag: 0.37.1
11+
tag: 0.38.1
1212
url: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
1313
verify:
1414
provider: cosign

provision/servonet/helmfile.d/00-bootstrap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ releases:
4343
- name: flux-operator
4444
namespace: flux-system
4545
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-operator
46-
version: 0.37.1
46+
version: 0.38.1
4747
values:
4848
- templates/values.yaml.gotmpl
4949

5050
- name: flux-instance
5151
namespace: flux-system
5252
chart: oci://ghcr.io/controlplaneio-fluxcd/charts/flux-instance
53-
version: 0.37.1
53+
version: 0.38.1
5454
wait: false
5555
values:
5656
- templates/values.yaml.gotmpl

0 commit comments

Comments
 (0)