mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-02 08:47:17 +02:00
feat: migrate thanos to another chart
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
---
|
||||
# yaml-language-server: $schema=https://kubernetes-schemas.devbu.io/helmrepository_v1beta2.json
|
||||
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: bitnami
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 2h
|
||||
url: https://charts.bitnami.com/bitnami
|
||||
timeout: 3m
|
@@ -6,7 +6,6 @@ resources:
|
||||
- ./actions-runner-controller.yaml
|
||||
- ./aqua.yaml
|
||||
- ./backube.yaml
|
||||
- ./bitnami.yaml
|
||||
- ./bjw-s.yaml
|
||||
- ./cert-manager-webhook-ovh.yaml
|
||||
- ./cilium.yaml
|
||||
@@ -33,6 +32,7 @@ resources:
|
||||
- ./prometheus-community.yaml
|
||||
- ./rook-ceph.yaml
|
||||
- ./stakater.yaml
|
||||
- ./stevehipwell.yaml
|
||||
- ./vector.yaml
|
||||
- ./weaveworks.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_v1.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
|
Reference in New Issue
Block a user