Skip to content

Commit

Permalink
feat(github-release): update flux group
Browse files Browse the repository at this point in the history
  • Loading branch information
tinfoild[bot] authored Sep 30, 2024
1 parent 3476ecb commit ef2acaf
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flux-localhost-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
private-key: "${{ secrets.BOT_JWT_PRIVATE_KEY }}" # $BOT_JWT_PRIVATE_KEY is generated in GitHub App main settings page, uses the X.509 private key format

- name: Setup Flux
uses: fluxcd/flux2/action@534684601ec8888beb0cc4f51117b59e97606c4d # v2.2.3
uses: fluxcd/flux2/action@896e0fa46d5107a05e953dd0a5261d78a145ec8c # v2.3.0
with:
version: "${{ env.FLUX_VERSION }}"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kube-flux-diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
private-key: "${{ secrets.BOT_JWT_PRIVATE_KEY }}" # $BOT_JWT_PRIVATE_KEY is generated in GitHub App main settings page, uses the X.509 private key format

- name: Setup Flux
uses: fluxcd/flux2/action@534684601ec8888beb0cc4f51117b59e97606c4d # v2.2.3
uses: fluxcd/flux2/action@896e0fa46d5107a05e953dd0a5261d78a145ec8c # v2.3.0
with:
version: "2.2.3"

Expand Down
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ krew = ["0.4.4"]
kubectx = ["0.9.5"]
fzf = ["0.52.1"] # used by kubectx interactive mode
kustomize = ["5.3.0"]
flux2 = "2.2.3"
flux2 = "2.3.0"
talosctl = ["1.7.5", "1.6.7", "1.5.4", "1.3.6"]
talhelper = ["3.0.5", "1.16.2"]
cilium-cli= ["0.15.14"]
Expand Down
2 changes: 1 addition & 1 deletion .taskfiles/flux/Taskfile.dist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tasks:
FLUXDIR:
sh: mktemp -d
# renovate: datasource=docker depName=ghcr.io/fluxcd/flux-manifests
FLUX_DEFAULT_VERSION: "v2.2.3"
FLUX_DEFAULT_VERSION: "v2.3.0"
FLUXVER: '{{ .FLUXVER | default .FLUX_DEFAULT_VERSION }}'
C: '{{ .C | default "biohazard" }}'
cmds:
Expand Down
8 changes: 4 additions & 4 deletions kube/bootstrap/flux/flux-install-localhost-manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3696,7 +3696,7 @@ spec:
resourceFieldRef:
divisor: "0"
resource: limits.memory
image: ghcr.io/fluxcd/source-controller:v1.2.5@sha256:d83d4a1167d87d1dafba1cf3b0fc2ad435d62084768922ed153829d07aaf3305
image: ghcr.io/fluxcd/source-controller:v1.4.1@sha256:3c5f0f022f990ffc0daf00e5b199548fc0fa6e7119e972318f0267081a332963
imagePullPolicy: IfNotPresent
name: manager
resources:
Expand Down Expand Up @@ -5461,7 +5461,7 @@ spec:
resourceFieldRef:
divisor: "0"
resource: limits.memory
image: ghcr.io/fluxcd/kustomize-controller:v1.2.2
image: ghcr.io/fluxcd/kustomize-controller:v1.4.0@sha256:e3b0cf847e9cdf47b19af0fbcfe22786b80b598e0caeea8b6d2a5f9c26a48a24
imagePullPolicy: IfNotPresent
name: manager
resources:
Expand Down Expand Up @@ -7851,7 +7851,7 @@ spec:
resourceFieldRef:
divisor: "0"
resource: limits.memory
image: ghcr.io/fluxcd/helm-controller:v0.37.4
image: ghcr.io/fluxcd/helm-controller:v0.37.4@sha256:6280691e55935f0f72cce166c63c0bc1208e68e1e048cf086a2e03d2ed6e2637
imagePullPolicy: IfNotPresent
name: manager
resources:
Expand Down Expand Up @@ -9796,7 +9796,7 @@ spec:
resourceFieldRef:
divisor: "0"
resource: limits.memory
image: ghcr.io/fluxcd/notification-controller:v1.2.4
image: ghcr.io/fluxcd/notification-controller:v1.4.0@sha256:425309a159b15e07f7d97622effc79bc432a37ed55289dd465d37fa217a92a7d
imagePullPolicy: IfNotPresent
name: manager
resources:
Expand Down
2 changes: 1 addition & 1 deletion kube/clusters/biohazard/flux/flux-repo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
substitute:
CLUSTER_NAME: "biohazard"
# renovate: datasource=docker depName=ghcr.io/fluxcd/flux-manifests
FLUXCD_VERSION: "v2.2.3"
FLUXCD_VERSION: "v2.3.0"
substituteFrom:
- kind: Secret
name: biohazard-vars
Expand Down
2 changes: 1 addition & 1 deletion kube/clusters/nuclear/flux/flux-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
interval: 10m
url: oci://ghcr.io/fluxcd/flux-manifests
ref:
tag: v2.2.3@sha256:187f6a409354d1a6156bb9ede0c81da13e1daccef421203575d23679ccc9b320
tag: v2.3.0@sha256:5870003e3c4fe4b946759f3fbf5a4a684b1bcc44ee8872f6764745cdde838e69
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
Expand Down

0 comments on commit ef2acaf

Please sign in to comment.