Publish new changes in catalog

This commit is contained in:
sonicaj
2023-12-27 08:19:23 +00:00
parent 5045a877d9
commit 81b2c71252
17 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ description: MeTube is a web GUI for youtube-dl (using the yt-dlp fork) with pla
annotations:
title: MeTube
type: application
version: 1.1.11
version: 1.1.12
apiVersion: v2
appVersion: '2023-12-13'
kubeVersion: '>=1.16.0-0'

View File

@@ -23,7 +23,7 @@ workload:
envList:
{{ range $env := . }}
- name: {{ $env.name }}
value: {{ $env.value }}
value: {{ $env.value | quote }}
{{ end }}
{{ end }}
probes: