Add deps to helm chart
This commit is contained in:
parent
7ccb43e041
commit
5ef93fa920
|
@ -33,4 +33,9 @@ tasks:
|
|||
- clean
|
||||
cmds:
|
||||
- goreleaser release
|
||||
publish-chart: helm cm-push charts/ytdl-web/ gitea-apps
|
||||
chart:deps:
|
||||
cmds:
|
||||
- helm repo add bjw-s https://bjw-s.github.io/helm-charts
|
||||
- helm dependency build
|
||||
dir: charts/ytdl-web
|
||||
chart:publish: helm cm-push charts/ytdl-web/ gitea-apps
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
dependencies:
|
||||
- name: common
|
||||
repository: https://bjw-s.github.io/helm-charts
|
||||
version: 1.4.0
|
||||
digest: sha256:4b75202a3971677362052bcee21a023ea42a0c18991800ae62a8890d4655b699
|
||||
generated: "2023-05-23T21:17:36.487449972-04:00"
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: v2
|
||||
description: A web-based frontend for yt-dlp
|
||||
name: ytdl-web
|
||||
version: 1.0.4
|
||||
version: 1.0.5
|
||||
kubeVersion: ">=1.22.0-0"
|
||||
type: application
|
||||
appVersion: 1.0.4
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue