diff --git a/Taskfile.yml b/Taskfile.yml index 73ab96f..3ff3c8f 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -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 diff --git a/charts/ytdl-web/Chart.lock b/charts/ytdl-web/Chart.lock new file mode 100644 index 0000000..6c46afa --- /dev/null +++ b/charts/ytdl-web/Chart.lock @@ -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" diff --git a/charts/ytdl-web/Chart.yaml b/charts/ytdl-web/Chart.yaml index aea3c00..b9c8a69 100644 --- a/charts/ytdl-web/Chart.yaml +++ b/charts/ytdl-web/Chart.yaml @@ -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 diff --git a/charts/ytdl-web/charts/common-1.4.0.tgz b/charts/ytdl-web/charts/common-1.4.0.tgz new file mode 100644 index 0000000..f9495dd Binary files /dev/null and b/charts/ytdl-web/charts/common-1.4.0.tgz differ