소스 검색

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 년 전
부모
커밋
8f0be54656
2개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      library/ix-dev/community/ddns-updater/Chart.yaml
  2. 7 0
      library/ix-dev/community/ddns-updater/questions.yaml

+ 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