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

Create files to allow us to fix the listing on Artifacthub #558

Closed
wants to merge 4 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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

This functionality is in beta and is subject to change. The code is provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.


## Usage

[Helm](https://helm.sh) must be installed to use the charts.
Expand Down
4 changes: 3 additions & 1 deletion charts/jaeger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -26,6 +26,8 @@ maintainers:
email: [email protected]
- name: pavelnikolov
email: [email protected]
- name: jkowall
email: [email protected]
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: [email protected]
- name: mehta-ankit
email: [email protected]
- name: nessemkullah
email: [email protected]
- name: pavelnikolov
email: [email protected]
- name: dvonthenen
email: [email protected]
- name: jkowall
email: [email protected]
Loading