Jelajahi Sumber

ddns-updater: add missing OVH provider IP setting (#1486)

* Add OVH provider IP

* bump after rebase

---------

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Derriick 2 tahun lalu
induk
melakukan
8f0be54656

+ 1 - 1
library/ix-dev/community/ddns-updater/Chart.yaml

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

+ 7 - 0
library/ix-dev/community/ddns-updater/questions.yaml

@@ -823,6 +823,13 @@ questions:
                         type: string
                         private: true
                         show_if: [["provider", "=", "ovh"]]
+                    - variable: ovhProviderIP
+                      label: OVH Provider IP
+                      description: OVH Provider IP.
+                      schema:
+                        type: boolean
+                        show_if: [["provider", "=", "ovh"]]
+                        default: false
 
                     # Porkbun
                     - variable: porkbunApiKey