Skip to content

Commit

Permalink
Merge pull request #2410 from tuxpeople/renovate/flux
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpeople authored May 19, 2024
2 parents e19f09b + 6647fac commit 68129ed
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flux-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: fluxcd/flux2/action@main

- name: Diff Resources
uses: allenporter/flux-local/action/diff@3c01f097df9a3733f956040016b693ae614653ce # 5.2.0
uses: allenporter/flux-local/action/diff@a7781d853eb47a8c5b24406f1a1ebe6c2c220c73 # 5.3.1
id: diff
with:
sources: k8s-homelab
Expand Down
2 changes: 1 addition & 1 deletion archive/bootstrap/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- github.com/fluxcd/flux2/manifests/install?ref=v2.2.3
- github.com/fluxcd/flux2/manifests/install?ref=v2.3.0
patches:
# Remove the network policies that does not work with k3s
- patch: |-
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/test-cluster/bootstrap/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- github.com/fluxcd/flux2/manifests/install?ref=v2.2.3
- github.com/fluxcd/flux2/manifests/install?ref=v2.3.0
patches:
# Remove the network policies that does not work with k3s
- patch: |-
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/test-cluster/flux/config/flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
interval: 10m
url: oci://ghcr.io/fluxcd/flux-manifests
ref:
tag: v2.2.3
tag: v2.3.0
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/kustomize.toolkit.fluxcd.io/kustomization_v1.json
apiVersion: kustomize.toolkit.fluxcd.io/v1
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/tpi/bootstrap/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- github.com/fluxcd/flux2/manifests/install?ref=v2.2.3
- github.com/fluxcd/flux2/manifests/install?ref=v2.3.0
patches:
# Remove the network policies that does not work with k3s
- patch: |-
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/tpi/flux/config/flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
interval: 10m
url: oci://ghcr.io/fluxcd/flux-manifests
ref:
tag: v2.2.3
tag: v2.3.0
---
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/kustomize.toolkit.fluxcd.io/kustomization_v1.json
apiVersion: kustomize.toolkit.fluxcd.io/v1
Expand Down

0 comments on commit 68129ed

Please sign in to comment.