From 06190bb14e6c1d368e0060345e1884695885fcf2 Mon Sep 17 00:00:00 2001 From: Marcell Nagy Date: Mon, 14 Oct 2024 16:47:53 +0100 Subject: [PATCH] Add discoverability fields --- Charts/argocd-apps/Chart.yaml | 10 ++++++++-- Charts/epics-opis/Chart.yaml | 10 ++++++++-- Charts/epics-pvcs/Chart.yaml | 10 ++++++++-- Charts/ioc-instance/Chart.yaml | 6 +++++- Charts/nfsv2-tftp/Chart.yaml | 10 ++++++++-- 5 files changed, 37 insertions(+), 9 deletions(-) diff --git a/Charts/argocd-apps/Chart.yaml b/Charts/argocd-apps/Chart.yaml index a466a4b..accd984 100644 --- a/Charts/argocd-apps/Chart.yaml +++ b/Charts/argocd-apps/Chart.yaml @@ -3,6 +3,12 @@ name: argocd-apps description: | A chart for creating Argocd managed apps for ec services. -type: library - version: 3.4.0 + +type: library +home: https://github.com/epics-containers/ec-helm-charts +sources: + - https://github.com/epics-containers/ec-helm-charts/tree/main/Charts/argocd-apps +maintainers: + - name: epics-containers + url: https://epics-containers.github.io \ No newline at end of file diff --git a/Charts/epics-opis/Chart.yaml b/Charts/epics-opis/Chart.yaml index 008d6aa..4eb1cb4 100644 --- a/Charts/epics-opis/Chart.yaml +++ b/Charts/epics-opis/Chart.yaml @@ -3,6 +3,12 @@ name: epics-opis description: | A service for sharing bob files to phoebus for all iocs on the beamline. -type: application - version: 3.4.0 + +type: application +home: https://github.com/epics-containers/ec-helm-charts +sources: + - https://github.com/epics-containers/ec-helm-charts/tree/main/Charts/epics-opis +maintainers: + - name: epics-containers + url: https://epics-containers.github.io \ No newline at end of file diff --git a/Charts/epics-pvcs/Chart.yaml b/Charts/epics-pvcs/Chart.yaml index 567a729..f707c81 100644 --- a/Charts/epics-pvcs/Chart.yaml +++ b/Charts/epics-pvcs/Chart.yaml @@ -7,6 +7,12 @@ name: epics-pvcs description: | A set of PVCs to share between pods for a services domain -type: application - version: 3.4.0 + +type: application +home: https://github.com/epics-containers/ec-helm-charts +sources: + - https://github.com/epics-containers/ec-helm-charts/tree/main/Charts/epics-pvcs +maintainers: + - name: epics-containers + url: https://epics-containers.github.io \ No newline at end of file diff --git a/Charts/ioc-instance/Chart.yaml b/Charts/ioc-instance/Chart.yaml index 21dac09..5851467 100644 --- a/Charts/ioc-instance/Chart.yaml +++ b/Charts/ioc-instance/Chart.yaml @@ -6,5 +6,9 @@ name: ioc-instance version: 1.0.0 type: application +home: https://github.com/epics-containers/ec-helm-charts sources: - - https://github.com/epics-containers/ec-helm-charts \ No newline at end of file + - https://github.com/epics-containers/ec-helm-charts/tree/main/Charts/ioc-instance +maintainers: + - name: epics-containers + url: https://epics-containers.github.io \ No newline at end of file diff --git a/Charts/nfsv2-tftp/Chart.yaml b/Charts/nfsv2-tftp/Chart.yaml index 23aa37a..ba7fa92 100644 --- a/Charts/nfsv2-tftp/Chart.yaml +++ b/Charts/nfsv2-tftp/Chart.yaml @@ -3,6 +3,12 @@ name: nfsv2-tftp description: | A service for sharing bob files to phoebus for all iocs on the beamline. -type: application - version: 3.4.1 + +type: application +home: https://github.com/epics-containers/ec-helm-charts +sources: + - https://github.com/epics-containers/ec-helm-charts/tree/main/Charts/nfsv2-tftp +maintainers: + - name: epics-containers + url: https://epics-containers.github.io \ No newline at end of file