Skip to content

Commit

Permalink
fix(prometheus-operator-crds): add missing helm repository
Browse files Browse the repository at this point in the history
  • Loading branch information
prehor committed Aug 17, 2024
1 parent 6ec9e4d commit e2163fd
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
prune: false # never should be deleted
sourceRef:
kind: GitRepository
name: home-kubernetes
name: home-ops
wait: false
interval: 30m
retryInterval: 1m
Expand Down
1 change: 1 addition & 0 deletions kubernetes/main/flux/repositories/helm/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ resources:
- ./node-feature-discovery.yaml
- ./openebs-zfs-localpv.yaml
- ./openebs.yaml
- ./prometheus-community.yaml
- ./rook-ceph.yaml
- ./piraeus.yaml
- ./stakater.yaml
10 changes: 10 additions & 0 deletions kubernetes/main/flux/repositories/helm/prometheus-community.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: prometheus-community
namespace: flux-system
spec:
type: oci
interval: 5m
url: oci://ghcr.io/prometheus-community/charts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
prune: false # never should be deleted
sourceRef:
kind: GitRepository
name: home-kubernetes
name: home-ops
wait: false
interval: 30m
retryInterval: 1m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ resources:
- ./metrics-server.yaml
- ./openebs-zfs-localpv.yaml
- ./openebs.yaml
- ./prometheus-community.yaml
- ./piraeus.yaml
- ./stakater.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: prometheus-community
namespace: flux-system
spec:
type: oci
interval: 5m
url: oci://ghcr.io/prometheus-community/charts

0 comments on commit e2163fd

Please sign in to comment.