From 9d57801c45c4bf9c1e73dcde43044f78a2e8fe9c Mon Sep 17 00:00:00 2001 From: Matthew B <106352182+artntek@users.noreply.github.com> Date: Wed, 8 Nov 2023 09:42:37 -0800 Subject: [PATCH] rename chart; add oci annotations --- helm/Chart.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/helm/Chart.yaml b/helm/Chart.yaml index 8257f744..606c2ae7 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -1,6 +1,12 @@ apiVersion: v2 -name: idxworker -description: A Helm chart for Kubernetes +name: dataone-indexer +description: | + Helm chart for Kubernetes Deployment of the dataone-indexer + (https://github.com/DataONEorg/dataone-indexer) + +# OCI Annotations - see https://github.com/helm/helm/pull/11204 +sources: + - https://github.com/dataoneorg/dataone-indexer # A chart can be either an 'application' or a 'library' chart. # @@ -15,7 +21,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.4.1 +version: 0.5.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to