Publish new changes in catalog

This commit is contained in:
sonicaj
2024-05-14 08:41:11 +00:00
parent 293d986306
commit 4d287cda65
206 changed files with 33 additions and 30 deletions

View File

@@ -4,7 +4,7 @@ description: A file sharing server that puts the control and security of your ow
annotations:
title: Nextcloud
type: application
version: 2.0.5
version: 2.0.6
apiVersion: v2
appVersion: 29.0.0
kubeVersion: '>=1.16.0-0'

View File

@@ -10,6 +10,9 @@
{{/* Fetch secrets from pre-migration secret */}}
{{- with (lookup "v1" "Secret" .Release.Namespace "db-details") -}}
{{- $dbUser = ((index .data "db-user") | b64dec) -}}
{{- if contains "\\x" (printf "%q" $dbUser) -}}
{{- $dbUser = (index .data "db-user") -}}
{{- end -}}
{{- $dbPass = ((index .data "db-password") | b64dec) -}}
{{- end -}}

View File

@@ -3,9 +3,9 @@ description: WG-Easy is the easiest way to install & manage WireGuard!
annotations:
title: WG Easy
type: application
version: 2.0.17
version: 2.0.18
apiVersion: v2
appVersion: '12'
appVersion: '13'
kubeVersion: '>=1.16.0-0'
maintainers:
- name: truenas

View File

@@ -1,7 +1,7 @@
image:
pullPolicy: IfNotPresent
repository: ghcr.io/wg-easy/wg-easy
tag: '12'
tag: '13'
resources:
limits: