Use drone to release chart to dl.gitea.io/charts #5

Closed
opened 2020-07-12 03:34:23 +00:00 by techknowlogick · 3 comments
techknowlogick commented 2020-07-12 03:34:23 +00:00 (Migrated from gitea.com)

More details: https://helm.sh/docs/topics/chart_repository/

TLDR (something similar to below may be what is needed for drone):

$ helm package ./
$ mkdir gitea
$ mv gitea-1.3.3.tgz gitea/
$ helm repo index gitea-charts --url https://dl.gitea.io/charts
More details: https://helm.sh/docs/topics/chart_repository/ TLDR (something similar to below may be what is needed for drone): ```bash $ helm package ./ $ mkdir gitea $ mv gitea-1.3.3.tgz gitea/ $ helm repo index gitea-charts --url https://dl.gitea.io/charts ```
luhahn commented 2020-09-04 06:38:04 +00:00 (Migrated from gitea.com)

Guess this can be closed now?

Guess this can be closed now?
lunny commented 2020-09-04 13:19:12 +00:00 (Migrated from gitea.com)

Closed by #13

Closed by #13
techknowlogick commented 2020-09-04 13:19:23 +00:00 (Migrated from gitea.com)

@luhahn yup :)

@luhahn yup :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: lunny/helm-chart#5
No description provided.