Skip to content

Commit

Permalink
feat(github-release): update fluxcd/flux2 to v2.4.0
Browse files Browse the repository at this point in the history
| datasource      | package      | from   | to     |
| --------------- | ------------ | ------ | ------ |
| github-releases | fluxcd/flux2 | v2.2.2 | v2.4.0 |
| github-tags     | fluxcd/flux2 | v2.2.2 | v2.4.0 |
  • Loading branch information
wyoa-bot[bot] authored Sep 30, 2024
1 parent 66cbcf8 commit 02eb351
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions cluster/apps/monitoring/grafana/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,13 @@ spec:
dashboards:
flux:
cluster:
url: https://raw.githubusercontent.com/fluxcd/flux2/v2.2.2/manifests/monitoring/monitoring-config/dashboards/cluster.json
url: https://raw.githubusercontent.com/fluxcd/flux2/v2.4.0/manifests/monitoring/monitoring-config/dashboards/cluster.json
datasource: Prometheus
control-plane:
url: https://raw.githubusercontent.com/fluxcd/flux2/v2.2.2/manifests/monitoring/monitoring-config/dashboards/control-plane.json
url: https://raw.githubusercontent.com/fluxcd/flux2/v2.4.0/manifests/monitoring/monitoring-config/dashboards/control-plane.json
datasource: Prometheus
logs:
url: https://raw.githubusercontent.com/fluxcd/flux2/v2.2.2/manifests/monitoring/monitoring-config/dashboards/logs.json
url: https://raw.githubusercontent.com/fluxcd/flux2/v2.4.0/manifests/monitoring/monitoring-config/dashboards/logs.json
datasource: Loki

networking:
Expand Down
2 changes: 1 addition & 1 deletion cluster/flux/repositories/git/flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
url: https://github.com/fluxcd/flux2.git
ref:
# renovate: datasource=github-releases depName=fluxcd/flux2
tag: v2.2.2
tag: v2.4.0
ignore: |
# exclude all
/*
Expand Down
2 changes: 1 addition & 1 deletion cluster/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- github.com/fluxcd/flux2//manifests/install?ref=v2.2.2
- github.com/fluxcd/flux2//manifests/install?ref=v2.4.0
- flux/repositories
- bootstrap.yaml

0 comments on commit 02eb351

Please sign in to comment.