Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(github-action): update flux group (minor) #2410

Merged
merged 1 commit into from
May 19, 2024
Merged
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 .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
Loading