Bump chart version

This commit is contained in:
Evan Fiordeliso 2023-05-23 22:30:13 -04:00
parent 08a6ab0da7
commit 878339ad18
2 changed files with 3 additions and 3 deletions

View File

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

View File

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