mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-09 09:17:27 +00:00
Merge pull request #3507 from thezanke/patch-1
Update prometheus-community helm repo due to the suspension of OCI builds
This commit is contained in:
commit
c1f120facc
2 changed files with 3 additions and 4 deletions
|
|
@ -11,8 +11,6 @@ spec:
|
|||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: prometheus-community
|
||||
verify:
|
||||
provider: cosign
|
||||
interval: 60m
|
||||
install:
|
||||
crds: Create
|
||||
|
|
|
|||
|
|
@ -4,5 +4,6 @@ metadata:
|
|||
name: prometheus-community
|
||||
spec:
|
||||
interval: 120m
|
||||
type: oci
|
||||
url: oci://ghcr.io/prometheus-community/charts
|
||||
# OCI builds for kube-prometheus-stack have been temporarily disabled (see https://github.com/prometheus-community/helm-charts/issues/2940).
|
||||
type: default
|
||||
url: https://prometheus-community.github.io/helm-charts
|
||||
|
|
|
|||
Loading…
Reference in a new issue