Add repo for bitnami replacement.
This commit is contained in:
parent
2ae8701eee
commit
843d6de4e9
2 changed files with 12 additions and 0 deletions
|
@ -33,4 +33,5 @@ resources:
|
||||||
- prometheus-community.yaml
|
- prometheus-community.yaml
|
||||||
- rook-ceph.yaml
|
- rook-ceph.yaml
|
||||||
- stakater.yaml
|
- stakater.yaml
|
||||||
|
- stevehipwell.yaml
|
||||||
- xenitab.yaml
|
- xenitab.yaml
|
11
kubernetes/flux/repositories/helm/stevehipwell.yaml
Normal file
11
kubernetes/flux/repositories/helm/stevehipwell.yaml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
# yaml-language-server: $schema=https://kubernetes-schemas.pages.dev/source.toolkit.fluxcd.io/helmrepository_v1beta2.json
|
||||||
|
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||||||
|
kind: HelmRepository
|
||||||
|
metadata:
|
||||||
|
name: stevehipwell
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
type: oci
|
||||||
|
interval: 5m
|
||||||
|
url: oci://ghcr.io/stevehipwell/helm-charts
|
Loading…
Reference in a new issue