Skip to content

Commit

Permalink
Add artifacthub-repo file and jkowall to the list of maintainers (#559)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonah Kowall <jkowall@kowall.net>
  • Loading branch information
jkowall committed Apr 22, 2024
1 parent 2e18693 commit 582607a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
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: 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

0 comments on commit 582607a

Please sign in to comment.