mirror of
https://github.com/truenas/charts.git
synced 2026-04-13 17:52:13 +08:00
remove a show_if in ddns-updater (#1242)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../common
|
||||
version: 1.0.7
|
||||
digest: sha256:919bcf42446fc1748a1b77001ec0161bb7a72a198381794b716a6ebb459ac31b
|
||||
generated: "2023-05-09T16:20:15.690681282+03:00"
|
||||
version: 1.0.8
|
||||
digest: sha256:254efaa1285f634b7a80b7baadeadbd20a680f7fee49d1d9d3c4618aa0d657ad
|
||||
generated: "2023-06-05T21:34:45.136653082+03:00"
|
||||
|
||||
@@ -3,7 +3,7 @@ description: Lightweight universal DDNS Updater with web UI
|
||||
annotations:
|
||||
title: DDNS Updater
|
||||
type: application
|
||||
version: 1.0.3
|
||||
version: 1.0.4
|
||||
apiVersion: v2
|
||||
appVersion: 'latest'
|
||||
kubeVersion: '>=1.16.0-0'
|
||||
@@ -14,7 +14,7 @@ maintainers:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: file://../../../common
|
||||
version: 1.0.7
|
||||
version: 1.0.8
|
||||
home: https://github.com/qdm12/ddns-updater
|
||||
icon: https://raw.githubusercontent.com/qdm12/ddns-updater/master/readme/ddnsgopher.svg
|
||||
sources:
|
||||
|
||||
Binary file not shown.
BIN
library/ix-dev/community/ddns-updater/charts/common-1.0.8.tgz
Normal file
BIN
library/ix-dev/community/ddns-updater/charts/common-1.0.8.tgz
Normal file
Binary file not shown.
@@ -148,7 +148,6 @@ questions:
|
||||
For example: IPv4
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["provider", "=", "cloudflare"]]
|
||||
default: ""
|
||||
enum:
|
||||
- value: ipv4
|
||||
|
||||
Reference in New Issue
Block a user