mirror of
https://github.com/truenas/charts.git
synced 2026-04-09 05:39:24 +08:00
Publish new changes in catalog
This commit is contained in:
@@ -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'
|
||||
@@ -23,7 +23,7 @@ workload:
|
||||
envList:
|
||||
{{ range $env := . }}
|
||||
- name: {{ $env.name }}
|
||||
value: {{ $env.value }}
|
||||
value: {{ $env.value | quote }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
probes:
|
||||
Reference in New Issue
Block a user