diff --git a/charts/jaeger/Chart.yaml b/charts/jaeger/Chart.yaml index d4b65bc9..d5682e8a 100644 --- a/charts/jaeger/Chart.yaml +++ b/charts/jaeger/Chart.yaml @@ -3,7 +3,7 @@ appVersion: 1.53.0 description: A Jaeger Helm chart for Kubernetes name: jaeger type: application -version: 3.0.0 +version: 3.0.1 # CronJobs require v1.21 kubeVersion: ">= 1.21-0" keywords: @@ -26,6 +26,8 @@ maintainers: email: naseem@transit.app - name: pavelnikolov email: me@pavelnikolov.net + - name: jkowall + email: jkowall@kowall.net dependencies: - name: cassandra version: 0.15.3 diff --git a/charts/jaeger/artifacthub-repo.yml b/charts/jaeger/artifacthub-repo.yml new file mode 100644 index 00000000..c2d7c055 --- /dev/null +++ b/charts/jaeger/artifacthub-repo.yml @@ -0,0 +1,25 @@ +# Artifact Hub repository metadata file +# +# Some settings like the verified publisher flag or the ignored packages won't +# be applied until the next time the repository is processed. Please keep in +# mind that the repository won't be processed if it has not changed since the +# last time it was processed. Depending on the repository kind, this is checked +# in a different way. For Helm http based repositories, we consider it has +# changed if the `index.yaml` file changes. For git based repositories, it does +# when the hash of the last commit in the branch you set up changes. This does +# NOT apply to ownership claim operations, which are processed immediately. +# +repositoryID: The ID of the Artifact Hub repository where the packages will be published to (optional, but it enables verified publisher) +owners: # (optional, used to claim repository ownership) + - name: mikelorant + email: michael.lorant@fairfaxmedia.com.au + - name: mehta-ankit + email: ankit.mehta@appian.com + - name: nessemkullah + email: naseem@transit.app + - name: pavelnikolov + email: me@pavelnikolov.net + - name: dvonthenen + email: david.vonthenen@dell.com + - name: jkowall + email: jkowall@kowall.net \ No newline at end of file