this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

piraeus

+12 -1
+1 -1
cluster/apps/system/snapshot-controller/app/helm-release.yaml
··· 12 12 version: 1.6.2 13 13 sourceRef: 14 14 kind: HelmRepository 15 - name: piraeus 15 + name: piraeus-charts 16 16 namespace: flux-system 17 17 install: 18 18 createNamespace: true
+1
cluster/flux/repositories/helm/kustomization.yaml
··· 43 43 - bugfeast-tor-chart.yaml 44 44 - vector-charts.yaml 45 45 - emberstack-charts.yaml 46 + - piraeus-charts.yaml 46 47
+10
cluster/flux/repositories/helm/piraeus-charts.yaml
··· 1 + --- 2 + apiVersion: source.toolkit.fluxcd.io/v1beta2 3 + kind: HelmRepository 4 + metadata: 5 + name: piraeus-charts 6 + namespace: flux-system 7 + spec: 8 + interval: 12h 9 + url: https://piraeus.io/helm-charts/ 10 + timeout: 3m