mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-19 22:21:46 +00:00
Fix kube-prometheus-stack manifests
Updates the HelmRepository and HelmRelease to remove chart verification and switch to using the official HTTPS repository at https://prometheus-community.github.io/helm-charts. OCI builds have temporarily been suspended for these charts due to pipeline errors. See: prometheus-community/helm-charts#2841 Signed-off-by: Alex Howard <thezanke@gmail.com>
This commit is contained in:
parent
9fb5fe3af3
commit
87f792915a
2 changed files with 3 additions and 4 deletions
|
|
@ -11,8 +11,6 @@ spec:
|
||||||
sourceRef:
|
sourceRef:
|
||||||
kind: HelmRepository
|
kind: HelmRepository
|
||||||
name: prometheus-community
|
name: prometheus-community
|
||||||
verify:
|
|
||||||
provider: cosign
|
|
||||||
interval: 60m
|
interval: 60m
|
||||||
install:
|
install:
|
||||||
crds: Create
|
crds: Create
|
||||||
|
|
|
||||||
|
|
@ -4,5 +4,6 @@ metadata:
|
||||||
name: prometheus-community
|
name: prometheus-community
|
||||||
spec:
|
spec:
|
||||||
interval: 120m
|
interval: 120m
|
||||||
type: oci
|
# OCI builds for kube-prometheus-stack have been temporarily disabled (see https://github.com/prometheus-community/helm-charts/issues/2940).
|
||||||
url: oci://ghcr.io/prometheus-community/charts
|
type: default
|
||||||
|
url: https://prometheus-community.github.io/helm-charts
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue