chore: migrate reloader/reflector to virtual/helm #115

Merged
unkinben merged 1 commits from benvin/reloader-reflector into main 2026-05-05 21:42:24 +10:00
10 changed files with 10 additions and 19 deletions
@@ -7,12 +7,12 @@ resources:
helmCharts: helmCharts:
- name: intel-device-plugins-operator - name: intel-device-plugins-operator
repo: https://intel.github.io/helm-charts/ repo: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/virtual/helm
version: "0.35.0" version: "0.35.0"
releaseName: intel-device-plugins-operator releaseName: intel-device-plugins-operator
namespace: inteldeviceplugins-system namespace: inteldeviceplugins-system
- name: intel-device-plugins-gpu - name: intel-device-plugins-gpu
repo: https://intel.github.io/helm-charts/ repo: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/virtual/helm
version: "0.34.1" version: "0.34.1"
releaseName: intel-gpu-plugin releaseName: intel-gpu-plugin
namespace: inteldeviceplugins-system namespace: inteldeviceplugins-system
@@ -7,7 +7,7 @@ resources:
helmCharts: helmCharts:
- name: rancher - name: rancher
repo: https://releases.rancher.com/server-charts/stable repo: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/virtual/helm
version: "2.13.1" version: "2.13.1"
releaseName: rancher releaseName: rancher
namespace: cattle-system namespace: cattle-system
@@ -7,7 +7,7 @@ resources:
helmCharts: helmCharts:
- name: cert-manager - name: cert-manager
repo: https://charts.jetstack.io repo: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/virtual/helm
version: "v1.19.2" version: "v1.19.2"
releaseName: cert-manager releaseName: cert-manager
namespace: cert-manager namespace: cert-manager
@@ -7,7 +7,7 @@ resources:
helmCharts: helmCharts:
- name: cloudnative-pg - name: cloudnative-pg
repo: https://cloudnative-pg.github.io/charts repo: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/virtual/helm
version: "0.27.0" version: "0.27.0"
releaseName: cloudnative-pg-operator releaseName: cloudnative-pg-operator
namespace: cnpg-system namespace: cnpg-system
@@ -9,7 +9,7 @@ resources:
helmCharts: helmCharts:
- name: eck-operator - name: eck-operator
repo: https://helm.elastic.co repo: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/virtual/helm
version: "3.2.0" version: "3.2.0"
releaseName: elastic-operator releaseName: elastic-operator
namespace: elastic-system namespace: elastic-system
@@ -7,7 +7,7 @@ resources:
helmCharts: helmCharts:
- name: external-dns - name: external-dns
repo: https://kubernetes-sigs.github.io/external-dns/ repo: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/virtual/helm
version: "1.19.0" version: "1.19.0"
releaseName: externaldns releaseName: externaldns
namespace: externaldns namespace: externaldns
@@ -9,13 +9,13 @@ resources:
helmCharts: helmCharts:
- name: victoria-metrics-cluster - name: victoria-metrics-cluster
repo: https://victoriametrics.github.io/helm-charts/ repo: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/virtual/helm
version: "0.33.0" version: "0.33.0"
releaseName: victoria-metrics-cluster releaseName: victoria-metrics-cluster
namespace: observability namespace: observability
valuesFile: values-vmcluster.yaml valuesFile: values-vmcluster.yaml
- name: victoria-metrics-agent - name: victoria-metrics-agent
repo: https://victoriametrics.github.io/helm-charts/ repo: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/virtual/helm
version: "0.30.0" version: "0.30.0"
releaseName: victoria-metrics-agent releaseName: victoria-metrics-agent
namespace: observability namespace: observability
@@ -7,7 +7,7 @@ resources:
helmCharts: helmCharts:
- name: reloader - name: reloader
repo: https://stakater.github.io/stakater-charts repo: https://artifactapi.k8s.syd1.au.unkin.net/api/v1/virtual/helm
version: "2.2.8" version: "2.2.8"
releaseName: reloader releaseName: reloader
namespace: reloader-system namespace: reloader-system
-1
View File
@@ -8,7 +8,6 @@ spec:
description: Observability stack (metrics, monitoring) description: Observability stack (metrics, monitoring)
sourceRepos: sourceRepos:
- https://git.unkin.net/unkin/argocd-apps - https://git.unkin.net/unkin/argocd-apps
- https://victoriametrics.github.io/helm-charts/
destinations: destinations:
- namespace: 'observability' - namespace: 'observability'
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
-8
View File
@@ -9,16 +9,8 @@ spec:
sourceRepos: sourceRepos:
- https://git.unkin.net/unkin/argocd-apps - https://git.unkin.net/unkin/argocd-apps
- https://artifactapi.k8s.syd1.au.unkin.net/api/v1/virtual/helm - https://artifactapi.k8s.syd1.au.unkin.net/api/v1/virtual/helm
- https://charts.jetstack.io
- https://cloudnative-pg.github.io/charts
- https://helm.elastic.co
- https://purelb.github.io/purelb/charts - https://purelb.github.io/purelb/charts
- https://intel.github.io/helm-charts/
- https://kubernetes-sigs.github.io/external-dns/
- https://releases.rancher.com/server-charts/stable
- https://victoriametrics.github.io/helm-charts/
- oci://gcr.io/k8s-staging-nfd/charts - oci://gcr.io/k8s-staging-nfd/charts
- oci://ghcr.io/emberstack/helm-charts
- oci://ghcr.io/woodpecker-ci/helm/woodpecker - oci://ghcr.io/woodpecker-ci/helm/woodpecker
destinations: destinations:
- namespace: '*-system' - namespace: '*-system'