Bump chart version

This commit is contained in:
Evan Fiordeliso 2023-05-23 20:25:31 -04:00
parent 6a4a88189f
commit 7ccb43e041
2 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
apiVersion: v2
description: A web-based frontend for yt-dlp
name: ytdl-web
version: 1.0.2
version: 1.0.4
kubeVersion: ">=1.22.0-0"
type: application
appVersion: 1.0.2
appVersion: 1.0.4
maintainers:
- name: fifitido
email: me@fifitido.net

View File

@ -1,7 +1,7 @@
image:
repository: git.fifitido.net/apps/ytdl-web
pullPolicy: IfNotPresent
tag: 1.0.2
tag: 1.0.4
strategy:
type: Recreate