From 689c4697afec3256728ced15560b7ab5af51a2ce Mon Sep 17 00:00:00 2001 From: Christian Knell Date: Tue, 15 Oct 2024 12:31:26 +0200 Subject: [PATCH] adjust labeler config --- .github/config/labeler.yml | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/config/labeler.yml b/.github/config/labeler.yml index 9adde9e8..8ab1831c 100644 --- a/.github/config/labeler.yml +++ b/.github/config/labeler.yml @@ -7,6 +7,9 @@ ci-cd: ansible-semaphore: - changed-files: - any-glob-to-any-file: 'charts/ansible-semaphore/*' +argocd-metrics-server: +- changed-files: + - any-glob-to-any-file: 'charts/argocd-metrics-server/*' baserow: - changed-files: - any-glob-to-any-file: 'charts/baserow/*' diff --git a/README.md b/README.md index adc47c2a..3bacb22b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You can then run `helm search repo christianhuth` to see the charts. | Chart name | Image source | Description | |---------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------| -| [argocd-extension-metrics](./charts/argocd-extension-metrics) | [argoprojlabs/argocd-extension-metrics](https://quay.io/argoprojlabs/argocd-extension-metrics) | [An extension for ArgoCD to enable Metrics on Resource tab.](https://github.com/argoproj-labs/argocd-extension-metrics) | +| [argocd-metrics-server](./charts/argocd-metrics-server) | [argoprojlabs/argocd-extension-metrics](https://quay.io/argoprojlabs/argocd-extension-metrics) | [The ArgoCD Metrics Server connects to Prometheus and displays Metrics in the ArgoCD UI.](https://github.com/argoproj-labs/argocd-extension-metrics) | | [baserow](./charts/baserow) | [baserow/backend](https://hub.docker.com/r/baserow/backend), [baserow/web-frontend](https://hub.docker.com/r/baserow/web-frontend) | [Baserow is an open source no-code database and Airtable alternative.](https://baserow.io) | | [cluster-api-visualizer](./charts/cluster-api-visualizer) | [jont828/cluster-api-visualizer](https://ghcr.io/jont828/cluster-api-visualizer) | [Multicluster resource visualization tool for Cluster API.](https://github.com/Jont828/cluster-api-visualizer) | | [etcd-defrag](./charts/etcd-defrag) | [bitnami/etcd](https://hub.docker.com/r/bitnami/etcd) | [Runs a defragmentation CronJob for ETCD](https://etcd.io/docs/latest/op-guide/maintenance/#defragmentation) |