From 95694ebeb2cb7a55879be1b90c889d99c831385f Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 29 Jan 2023 13:57:21 +0000 Subject: [PATCH] Commit new Chart releases for TrueCharts Signed-off-by: TrueCharts-Bot --- incubator/duplicacy/2.0.8/app-changelog.md | 9 -- .../duplicacy/{2.0.8 => 2.0.9}/CHANGELOG.md | 18 +-- .../duplicacy/{2.0.8 => 2.0.9}/Chart.yaml | 2 +- .../duplicacy/{2.0.8 => 2.0.9}/README.md | 0 incubator/duplicacy/2.0.9/app-changelog.md | 9 ++ .../duplicacy/{2.0.8 => 2.0.9}/app-readme.md | 2 +- .../{2.0.8 => 2.0.9}/charts/common-11.1.2.tgz | Bin .../duplicacy/{2.0.8 => 2.0.9}/ix_values.yaml | 2 +- .../duplicacy/{2.0.8 => 2.0.9}/questions.yaml | 153 +++++++++++------- .../{2.0.8 => 2.0.9}/templates/common.yaml | 0 .../duplicacy/{2.0.8 => 2.0.9}/values.yaml | 0 incubator/rflood/2.0.7/app-changelog.md | 9 -- .../rflood/{2.0.7 => 2.0.8}/CHANGELOG.md | 18 +-- incubator/rflood/{2.0.7 => 2.0.8}/Chart.yaml | 2 +- incubator/rflood/{2.0.7 => 2.0.8}/README.md | 0 incubator/rflood/2.0.8/app-changelog.md | 9 ++ .../rflood/{2.0.7 => 2.0.8}/app-readme.md | 2 +- .../{2.0.7 => 2.0.8}/charts/common-11.1.2.tgz | Bin .../rflood/{2.0.7 => 2.0.8}/ix_values.yaml | 2 +- .../rflood/{2.0.7 => 2.0.8}/questions.yaml | 153 +++++++++++------- .../{2.0.7 => 2.0.8}/templates/common.yaml | 0 incubator/rflood/{2.0.7 => 2.0.8}/values.yaml | 0 22 files changed, 236 insertions(+), 154 deletions(-) delete mode 100644 incubator/duplicacy/2.0.8/app-changelog.md rename incubator/duplicacy/{2.0.8 => 2.0.9}/CHANGELOG.md (89%) rename incubator/duplicacy/{2.0.8 => 2.0.9}/Chart.yaml (98%) rename incubator/duplicacy/{2.0.8 => 2.0.9}/README.md (100%) create mode 100644 incubator/duplicacy/2.0.9/app-changelog.md rename incubator/duplicacy/{2.0.8 => 2.0.9}/app-readme.md (70%) rename incubator/duplicacy/{2.0.8 => 2.0.9}/charts/common-11.1.2.tgz (100%) rename incubator/duplicacy/{2.0.8 => 2.0.9}/ix_values.yaml (85%) rename incubator/duplicacy/{2.0.8 => 2.0.9}/questions.yaml (95%) rename incubator/duplicacy/{2.0.8 => 2.0.9}/templates/common.yaml (100%) rename incubator/duplicacy/{2.0.8 => 2.0.9}/values.yaml (100%) delete mode 100644 incubator/rflood/2.0.7/app-changelog.md rename incubator/rflood/{2.0.7 => 2.0.8}/CHANGELOG.md (89%) rename incubator/rflood/{2.0.7 => 2.0.8}/Chart.yaml (98%) rename incubator/rflood/{2.0.7 => 2.0.8}/README.md (100%) create mode 100644 incubator/rflood/2.0.8/app-changelog.md rename incubator/rflood/{2.0.7 => 2.0.8}/app-readme.md (69%) rename incubator/rflood/{2.0.7 => 2.0.8}/charts/common-11.1.2.tgz (100%) rename incubator/rflood/{2.0.7 => 2.0.8}/ix_values.yaml (83%) rename incubator/rflood/{2.0.7 => 2.0.8}/questions.yaml (94%) rename incubator/rflood/{2.0.7 => 2.0.8}/templates/common.yaml (100%) rename incubator/rflood/{2.0.7 => 2.0.8}/values.yaml (100%) diff --git a/incubator/duplicacy/2.0.8/app-changelog.md b/incubator/duplicacy/2.0.8/app-changelog.md deleted file mode 100644 index 5a41118f62..0000000000 --- a/incubator/duplicacy/2.0.8/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [duplicacy-2.0.8](https://github.com/truecharts/charts/compare/duplicacy-2.0.7...duplicacy-2.0.8) (2022-12-27) - -### Chore - -- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856)) - - \ No newline at end of file diff --git a/incubator/duplicacy/2.0.8/CHANGELOG.md b/incubator/duplicacy/2.0.9/CHANGELOG.md similarity index 89% rename from incubator/duplicacy/2.0.8/CHANGELOG.md rename to incubator/duplicacy/2.0.9/CHANGELOG.md index a4ab9d4a35..8816e322ed 100644 --- a/incubator/duplicacy/2.0.8/CHANGELOG.md +++ b/incubator/duplicacy/2.0.9/CHANGELOG.md @@ -4,6 +4,15 @@ +## [duplicacy-2.0.9](https://github.com/truecharts/charts/compare/duplicacy-2.0.8...duplicacy-2.0.9) (2023-01-29) + +### Chore + +- update container image tccr.io/truecharts/duplicacy to latest + + + + ## [duplicacy-2.0.8](https://github.com/truecharts/charts/compare/duplicacy-2.0.7...duplicacy-2.0.8) (2022-12-27) ### Chore @@ -88,12 +97,3 @@ - -## [duplicacy-2.0.3](https://github.com/truecharts/charts/compare/duplicacy-2.0.2...duplicacy-2.0.3) (2022-11-30) - - - - -## [duplicacy-2.0.3](https://github.com/truecharts/charts/compare/duplicacy-2.0.2...duplicacy-2.0.3) (2022-11-30) - - diff --git a/incubator/duplicacy/2.0.8/Chart.yaml b/incubator/duplicacy/2.0.9/Chart.yaml similarity index 98% rename from incubator/duplicacy/2.0.8/Chart.yaml rename to incubator/duplicacy/2.0.9/Chart.yaml index a4fe9a0b84..9fdc8dfa84 100644 --- a/incubator/duplicacy/2.0.8/Chart.yaml +++ b/incubator/duplicacy/2.0.9/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://hotio.dev/containers/duplicacy - https://hub.docker.com/r/hotio/duplicacy type: application -version: 2.0.8 +version: 2.0.9 annotations: truecharts.org/catagories: | - Backup diff --git a/incubator/duplicacy/2.0.8/README.md b/incubator/duplicacy/2.0.9/README.md similarity index 100% rename from incubator/duplicacy/2.0.8/README.md rename to incubator/duplicacy/2.0.9/README.md diff --git a/incubator/duplicacy/2.0.9/app-changelog.md b/incubator/duplicacy/2.0.9/app-changelog.md new file mode 100644 index 0000000000..b12bd4f537 --- /dev/null +++ b/incubator/duplicacy/2.0.9/app-changelog.md @@ -0,0 +1,9 @@ + + +## [duplicacy-2.0.9](https://github.com/truecharts/charts/compare/duplicacy-2.0.8...duplicacy-2.0.9) (2023-01-29) + +### Chore + +- update container image tccr.io/truecharts/duplicacy to latest + + \ No newline at end of file diff --git a/incubator/duplicacy/2.0.8/app-readme.md b/incubator/duplicacy/2.0.9/app-readme.md similarity index 70% rename from incubator/duplicacy/2.0.8/app-readme.md rename to incubator/duplicacy/2.0.9/app-readme.md index 4825e89ba2..3684b9e36c 100644 --- a/incubator/duplicacy/2.0.8/app-readme.md +++ b/incubator/duplicacy/2.0.9/app-readme.md @@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http --- TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/incubator/duplicacy/2.0.8/charts/common-11.1.2.tgz b/incubator/duplicacy/2.0.9/charts/common-11.1.2.tgz similarity index 100% rename from incubator/duplicacy/2.0.8/charts/common-11.1.2.tgz rename to incubator/duplicacy/2.0.9/charts/common-11.1.2.tgz diff --git a/incubator/duplicacy/2.0.8/ix_values.yaml b/incubator/duplicacy/2.0.9/ix_values.yaml similarity index 85% rename from incubator/duplicacy/2.0.8/ix_values.yaml rename to incubator/duplicacy/2.0.9/ix_values.yaml index 7bfd5e9bcf..496308682a 100644 --- a/incubator/duplicacy/2.0.8/ix_values.yaml +++ b/incubator/duplicacy/2.0.9/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/duplicacy - tag: latest@sha256:db4b714fe7c73ffb64a9bf4f7ab6667233e06a4b220c412021c1a14111d7a225 + tag: latest@sha256:aa4053828a9d7b916397035290ff9f46bf3dedebfa7e65d8469888471adc3744 podSecurityContext: runAsGroup: 0 diff --git a/incubator/duplicacy/2.0.8/questions.yaml b/incubator/duplicacy/2.0.9/questions.yaml similarity index 95% rename from incubator/duplicacy/2.0.8/questions.yaml rename to incubator/duplicacy/2.0.9/questions.yaml index c59114f4ff..8b845c17b3 100644 --- a/incubator/duplicacy/2.0.8/questions.yaml +++ b/incubator/duplicacy/2.0.9/questions.yaml @@ -764,10 +764,17 @@ questions: type: string required: true default: Prefix + - variable: clusterIssuer + label: clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' + schema: + type: string + default: "" - variable: tls label: TLS-Settings schema: type: list + show_if: [["clusterIssuer", "=", ""]] default: [] items: - variable: tlsEntry @@ -788,12 +795,26 @@ questions: type: string default: "" required: true - - variable: scaleCert - label: Select TrueNAS SCALE Certificate + + - variable: clusterIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' schema: + type: string + default: "" + - variable: scaleCert + label: Use TrueNAS SCALE Certificate (Deprecated) + schema: + show_if: [["clusterIssuer", "=", ""]] type: int $ref: - "definitions/certificate" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + show_if: [["clusterIssuer", "=", ""]] + type: string + default: "" - variable: entrypoint label: (Advanced) Traefik Entrypoint description: Entrypoint used by Traefik when using Traefik as Ingress Provider @@ -905,11 +926,18 @@ questions: label: Service Port schema: type: int + - variable: clusterIssuer + label: clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' + schema: + type: string + default: "" - variable: tls label: TLS-Settings schema: type: list default: [] + show_if: [["clusterIssuer", "=", ""]] items: - variable: tlsEntry label: Host @@ -929,12 +957,25 @@ questions: type: string default: "" required: true - - variable: scaleCert - label: Select TrueNAS SCALE Certificate + - variable: clusterIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' schema: + type: string + default: "" + - variable: scaleCert + label: Use TrueNAS SCALE Certificate (Deprecated) + schema: + show_if: [["clusterIssuer", "=", ""]] type: int $ref: - "definitions/certificate" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["clusterIssuer", "=", ""]] + default: "" - variable: entrypoint label: Traefik Entrypoint description: Entrypoint used by Traefik when using Traefik as Ingress Provider @@ -1161,58 +1202,58 @@ questions: $ref: - "definitions/gpuConfiguration" attrs: [] - - variable: horizontalPodAutoscaler - group: Advanced - label: (Advanced) Horizontal Pod Autoscaler - schema: - type: list - default: [] - items: - - variable: hpaEntry - label: HPA Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: target - label: Target - description: Deployment name, Defaults to Main Deployment - schema: - type: string - default: "" - - variable: minReplicas - label: Minimum Replicas - schema: - type: int - default: 1 - - variable: maxReplicas - label: Maximum Replicas - schema: - type: int - default: 5 - - variable: targetCPUUtilizationPercentage - label: Target CPU Utilization Percentage - schema: - type: int - default: 80 - - variable: targetMemoryUtilizationPercentage - label: Target Memory Utilization Percentage - schema: - type: int - default: 80 +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 - variable: networkPolicy group: Advanced label: (Advanced) Network Policy diff --git a/incubator/duplicacy/2.0.8/templates/common.yaml b/incubator/duplicacy/2.0.9/templates/common.yaml similarity index 100% rename from incubator/duplicacy/2.0.8/templates/common.yaml rename to incubator/duplicacy/2.0.9/templates/common.yaml diff --git a/incubator/duplicacy/2.0.8/values.yaml b/incubator/duplicacy/2.0.9/values.yaml similarity index 100% rename from incubator/duplicacy/2.0.8/values.yaml rename to incubator/duplicacy/2.0.9/values.yaml diff --git a/incubator/rflood/2.0.7/app-changelog.md b/incubator/rflood/2.0.7/app-changelog.md deleted file mode 100644 index fa406f10de..0000000000 --- a/incubator/rflood/2.0.7/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [rflood-2.0.7](https://github.com/truecharts/charts/compare/rflood-2.0.6...rflood-2.0.7) (2022-12-27) - -### Chore - -- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856)) - - \ No newline at end of file diff --git a/incubator/rflood/2.0.7/CHANGELOG.md b/incubator/rflood/2.0.8/CHANGELOG.md similarity index 89% rename from incubator/rflood/2.0.7/CHANGELOG.md rename to incubator/rflood/2.0.8/CHANGELOG.md index 52bee33594..1b7cb24d54 100644 --- a/incubator/rflood/2.0.7/CHANGELOG.md +++ b/incubator/rflood/2.0.8/CHANGELOG.md @@ -4,6 +4,15 @@ +## [rflood-2.0.8](https://github.com/truecharts/charts/compare/rflood-2.0.7...rflood-2.0.8) (2023-01-29) + +### Chore + +- update container image tccr.io/truecharts/rflood to latest + + + + ## [rflood-2.0.7](https://github.com/truecharts/charts/compare/rflood-2.0.6...rflood-2.0.7) (2022-12-27) ### Chore @@ -88,12 +97,3 @@ - -## [rflood-2.0.2](https://github.com/truecharts/charts/compare/rflood-2.0.1...rflood-2.0.2) (2022-11-30) - - - - -## [rflood-2.0.2](https://github.com/truecharts/charts/compare/rflood-2.0.1...rflood-2.0.2) (2022-11-30) - - diff --git a/incubator/rflood/2.0.7/Chart.yaml b/incubator/rflood/2.0.8/Chart.yaml similarity index 98% rename from incubator/rflood/2.0.7/Chart.yaml rename to incubator/rflood/2.0.8/Chart.yaml index f3c7c42aab..60195c1c54 100644 --- a/incubator/rflood/2.0.7/Chart.yaml +++ b/incubator/rflood/2.0.8/Chart.yaml @@ -22,7 +22,7 @@ sources: - https://hotio.dev/containers/rflood - https://hub.docker.com/r/hotio/rflood type: application -version: 2.0.7 +version: 2.0.8 annotations: truecharts.org/SCALE-support: "true" truecharts.org/catagories: | diff --git a/incubator/rflood/2.0.7/README.md b/incubator/rflood/2.0.8/README.md similarity index 100% rename from incubator/rflood/2.0.7/README.md rename to incubator/rflood/2.0.8/README.md diff --git a/incubator/rflood/2.0.8/app-changelog.md b/incubator/rflood/2.0.8/app-changelog.md new file mode 100644 index 0000000000..bd1cc4e2a9 --- /dev/null +++ b/incubator/rflood/2.0.8/app-changelog.md @@ -0,0 +1,9 @@ + + +## [rflood-2.0.8](https://github.com/truecharts/charts/compare/rflood-2.0.7...rflood-2.0.8) (2023-01-29) + +### Chore + +- update container image tccr.io/truecharts/rflood to latest + + \ No newline at end of file diff --git a/incubator/rflood/2.0.7/app-readme.md b/incubator/rflood/2.0.8/app-readme.md similarity index 69% rename from incubator/rflood/2.0.7/app-readme.md rename to incubator/rflood/2.0.8/app-readme.md index c03572614b..81bbedd267 100644 --- a/incubator/rflood/2.0.7/app-readme.md +++ b/incubator/rflood/2.0.8/app-readme.md @@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http --- TrueCharts can only exist due to the incredible effort of our staff. -Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can! +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/incubator/rflood/2.0.7/charts/common-11.1.2.tgz b/incubator/rflood/2.0.8/charts/common-11.1.2.tgz similarity index 100% rename from incubator/rflood/2.0.7/charts/common-11.1.2.tgz rename to incubator/rflood/2.0.8/charts/common-11.1.2.tgz diff --git a/incubator/rflood/2.0.7/ix_values.yaml b/incubator/rflood/2.0.8/ix_values.yaml similarity index 83% rename from incubator/rflood/2.0.7/ix_values.yaml rename to incubator/rflood/2.0.8/ix_values.yaml index fa84c15368..4a1db05bc9 100644 --- a/incubator/rflood/2.0.7/ix_values.yaml +++ b/incubator/rflood/2.0.8/ix_values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/rflood pullPolicy: IfNotPresent - tag: latest@sha256:8d79bfd2ab10d90ac420e6536f5fade8b2b1a91b6c02525cb67f6e8af182ce55 + tag: latest@sha256:52fc5552f681284a33a462a36f97a94771fe20f3e94fca1ad679d12942f66c85 podSecurityContext: runAsGroup: 0 diff --git a/incubator/rflood/2.0.7/questions.yaml b/incubator/rflood/2.0.8/questions.yaml similarity index 94% rename from incubator/rflood/2.0.7/questions.yaml rename to incubator/rflood/2.0.8/questions.yaml index 6c84374954..1d0061bcac 100644 --- a/incubator/rflood/2.0.7/questions.yaml +++ b/incubator/rflood/2.0.8/questions.yaml @@ -636,10 +636,17 @@ questions: type: string required: true default: Prefix + - variable: clusterIssuer + label: clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' + schema: + type: string + default: "" - variable: tls label: TLS-Settings schema: type: list + show_if: [["clusterIssuer", "=", ""]] default: [] items: - variable: tlsEntry @@ -660,12 +667,26 @@ questions: type: string default: "" required: true - - variable: scaleCert - label: Select TrueNAS SCALE Certificate + + - variable: clusterIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates.' schema: + type: string + default: "" + - variable: scaleCert + label: Use TrueNAS SCALE Certificate (Deprecated) + schema: + show_if: [["clusterIssuer", "=", ""]] type: int $ref: - "definitions/certificate" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + show_if: [["clusterIssuer", "=", ""]] + type: string + default: "" - variable: entrypoint label: (Advanced) Traefik Entrypoint description: Entrypoint used by Traefik when using Traefik as Ingress Provider @@ -777,11 +798,18 @@ questions: label: Service Port schema: type: int + - variable: clusterIssuer + label: clusterIssuer + description: 'add the name of your cert-manager clusterIssuer here for automatic tls certificates. Cannot be used combined with tls option below' + schema: + type: string + default: "" - variable: tls label: TLS-Settings schema: type: list default: [] + show_if: [["clusterIssuer", "=", ""]] items: - variable: tlsEntry label: Host @@ -801,12 +829,25 @@ questions: type: string default: "" required: true - - variable: scaleCert - label: Select TrueNAS SCALE Certificate + - variable: clusterIssuer + label: Use Cert-Manager clusterIssuer + description: 'add the name of your Cert-Manager clusterIssuer here for automatic tls certificates.' schema: + type: string + default: "" + - variable: scaleCert + label: Use TrueNAS SCALE Certificate (Deprecated) + schema: + show_if: [["clusterIssuer", "=", ""]] type: int $ref: - "definitions/certificate" + - variable: secretName + label: Use Custom Secret (Advanced) + schema: + type: string + show_if: [["clusterIssuer", "=", ""]] + default: "" - variable: entrypoint label: Traefik Entrypoint description: Entrypoint used by Traefik when using Traefik as Ingress Provider @@ -1033,58 +1074,58 @@ questions: $ref: - "definitions/gpuConfiguration" attrs: [] - - variable: horizontalPodAutoscaler - group: Advanced - label: (Advanced) Horizontal Pod Autoscaler - schema: - type: list - default: [] - items: - - variable: hpaEntry - label: HPA Entry - schema: - additional_attrs: true - type: dict - attrs: - - variable: name - label: Name - schema: - type: string - required: true - default: "" - - variable: enabled - label: Enabled - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: target - label: Target - description: Deployment name, Defaults to Main Deployment - schema: - type: string - default: "" - - variable: minReplicas - label: Minimum Replicas - schema: - type: int - default: 1 - - variable: maxReplicas - label: Maximum Replicas - schema: - type: int - default: 5 - - variable: targetCPUUtilizationPercentage - label: Target CPU Utilization Percentage - schema: - type: int - default: 80 - - variable: targetMemoryUtilizationPercentage - label: Target Memory Utilization Percentage - schema: - type: int - default: 80 +# - variable: horizontalPodAutoscaler +# group: Advanced +# label: (Advanced) Horizontal Pod Autoscaler +# schema: +# type: list +# default: [] +# items: +# - variable: hpaEntry +# label: HPA Entry +# schema: +# additional_attrs: true +# type: dict +# attrs: +# - variable: name +# label: Name +# schema: +# type: string +# required: true +# default: "" +# - variable: enabled +# label: Enabled +# schema: +# type: boolean +# default: false +# show_subquestions_if: true +# subquestions: +# - variable: target +# label: Target +# description: Deployment name, Defaults to Main Deployment +# schema: +# type: string +# default: "" +# - variable: minReplicas +# label: Minimum Replicas +# schema: +# type: int +# default: 1 +# - variable: maxReplicas +# label: Maximum Replicas +# schema: +# type: int +# default: 5 +# - variable: targetCPUUtilizationPercentage +# label: Target CPU Utilization Percentage +# schema: +# type: int +# default: 80 +# - variable: targetMemoryUtilizationPercentage +# label: Target Memory Utilization Percentage +# schema: +# type: int +# default: 80 - variable: networkPolicy group: Advanced label: (Advanced) Network Policy diff --git a/incubator/rflood/2.0.7/templates/common.yaml b/incubator/rflood/2.0.8/templates/common.yaml similarity index 100% rename from incubator/rflood/2.0.7/templates/common.yaml rename to incubator/rflood/2.0.8/templates/common.yaml diff --git a/incubator/rflood/2.0.7/values.yaml b/incubator/rflood/2.0.8/values.yaml similarity index 100% rename from incubator/rflood/2.0.7/values.yaml rename to incubator/rflood/2.0.8/values.yaml