Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[jaeger] Adding artifacthub file for adding official repo for the chart #557

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions charts/jaeger/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
appVersion: 1.53.0
appVersion: 1.56.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:
Expand All @@ -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
Expand Down
25 changes: 25 additions & 0 deletions charts/jaeger/artifacthub-repo.yml
Original file line number Diff line number Diff line change
@@ -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
Loading