ddns-updater: bump max length of gcp credentials (#2420)

* ddns-updater: bump max length of gcp credentials

* fmt
This commit is contained in:
Stavros Kois
2024-04-30 13:15:54 +03:00
committed by GitHub
parent 6468fd8e20
commit 542139808f
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ description: Lightweight universal DDNS Updater with web UI
annotations:
title: DDNS Updater
type: application
version: 1.0.27
version: 1.0.28
apiVersion: v2
appVersion: 2.6.0
kubeVersion: '>=1.16.0-0'

View File

@@ -610,6 +610,7 @@ questions:
Paste the JSON content in this field
schema:
type: string
max_length: 10000
show_if: [["provider", "=", "gcp"]]
required: true
private: true