Skip to content

Commit

Permalink
adjust labeler config
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhuth committed Oct 15, 2024
1 parent 49eb814 commit 689c469
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/config/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down

0 comments on commit 689c469

Please sign in to comment.