diff --git a/stable/adminer/3.0.12/app-changelog.md b/stable/adminer/3.0.12/app-changelog.md deleted file mode 100644 index f4be0817bd4..00000000000 --- a/stable/adminer/3.0.12/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [adminer-3.0.12](https://github.com/truecharts/charts/compare/adminer-3.0.11...adminer-3.0.12) (2023-01-13) - -### Chore - -- update container image tccr.io/truecharts/adminer to latest - - \ No newline at end of file diff --git a/stable/adminer/3.0.12/CHANGELOG.md b/stable/adminer/3.0.13/CHANGELOG.md similarity index 89% rename from stable/adminer/3.0.12/CHANGELOG.md rename to stable/adminer/3.0.13/CHANGELOG.md index 21c3c49b73c..4634e5a2a00 100644 --- a/stable/adminer/3.0.12/CHANGELOG.md +++ b/stable/adminer/3.0.13/CHANGELOG.md @@ -4,6 +4,15 @@ +## [adminer-3.0.13](https://github.com/truecharts/charts/compare/adminer-3.0.12...adminer-3.0.13) (2023-02-06) + +### Chore + +- update container image tccr.io/truecharts/adminer to latest + + + + ## [adminer-3.0.12](https://github.com/truecharts/charts/compare/adminer-3.0.11...adminer-3.0.12) (2023-01-13) ### Chore @@ -88,12 +97,3 @@ - update helm general non-major - - -## [adminer-3.0.2](https://github.com/truecharts/charts/compare/adminer-3.0.1...adminer-3.0.2) (2022-11-30) - - - - -## [adminer-3.0.2](https://github.com/truecharts/charts/compare/adminer-3.0.1...adminer-3.0.2) (2022-11-30) - diff --git a/stable/adminer/3.0.12/Chart.yaml b/stable/adminer/3.0.13/Chart.yaml similarity index 94% rename from stable/adminer/3.0.12/Chart.yaml rename to stable/adminer/3.0.13/Chart.yaml index f7d2883ae97..8dfdc4c5f18 100644 --- a/stable/adminer/3.0.12/Chart.yaml +++ b/stable/adminer/3.0.13/Chart.yaml @@ -23,7 +23,8 @@ maintainers: name: adminer sources: - https://github.com/truecharts/charts/tree/master/charts/stable/adminer + - https://hub.docker.com/adminer - https://github.com/vrana/adminer - http://hub.docker.com/_/adminer/ type: application -version: 3.0.12 +version: 3.0.13 diff --git a/stable/adminer/3.0.12/README.md b/stable/adminer/3.0.13/README.md similarity index 100% rename from stable/adminer/3.0.12/README.md rename to stable/adminer/3.0.13/README.md diff --git a/stable/adminer/3.0.13/app-changelog.md b/stable/adminer/3.0.13/app-changelog.md new file mode 100644 index 00000000000..2851ce47b16 --- /dev/null +++ b/stable/adminer/3.0.13/app-changelog.md @@ -0,0 +1,9 @@ + + +## [adminer-3.0.13](https://github.com/truecharts/charts/compare/adminer-3.0.12...adminer-3.0.13) (2023-02-06) + +### Chore + +- update container image tccr.io/truecharts/adminer to latest + + \ No newline at end of file diff --git a/stable/adminer/3.0.12/app-readme.md b/stable/adminer/3.0.13/app-readme.md similarity index 72% rename from stable/adminer/3.0.12/app-readme.md rename to stable/adminer/3.0.13/app-readme.md index e0e1a28680d..e9fd23ce57c 100644 --- a/stable/adminer/3.0.12/app-readme.md +++ b/stable/adminer/3.0.13/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/stable/adminer/3.0.12/charts/common-11.1.2.tgz b/stable/adminer/3.0.13/charts/common-11.1.2.tgz similarity index 100% rename from stable/adminer/3.0.12/charts/common-11.1.2.tgz rename to stable/adminer/3.0.13/charts/common-11.1.2.tgz diff --git a/stable/adminer/3.0.12/ix_values.yaml b/stable/adminer/3.0.13/ix_values.yaml similarity index 81% rename from stable/adminer/3.0.12/ix_values.yaml rename to stable/adminer/3.0.13/ix_values.yaml index fb59d33543b..a6cfa2909f7 100644 --- a/stable/adminer/3.0.12/ix_values.yaml +++ b/stable/adminer/3.0.13/ix_values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: tccr.io/truecharts/adminer - tag: latest@sha256:ead81f7f0612c8156b23a5b132845c6c6d61c6423131d2f6a85cd620106b7265 + tag: latest@sha256:8bb471edc63e1cf708e1eec4110b5eb04960d3428640ad13ca75e35cd21eb4ec podSecurityContext: runAsGroup: 0 runAsUser: 0 diff --git a/stable/adminer/3.0.12/questions.yaml b/stable/adminer/3.0.13/questions.yaml similarity index 94% rename from stable/adminer/3.0.12/questions.yaml rename to stable/adminer/3.0.13/questions.yaml index 137c4b52e71..34c922843f4 100644 --- a/stable/adminer/3.0.12/questions.yaml +++ b/stable/adminer/3.0.13/questions.yaml @@ -565,10 +565,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 @@ -589,12 +596,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 @@ -706,11 +727,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 @@ -730,12 +758,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 @@ -962,58 +1003,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/stable/adminer/3.0.12/templates/common.yaml b/stable/adminer/3.0.13/templates/common.yaml similarity index 100% rename from stable/adminer/3.0.12/templates/common.yaml rename to stable/adminer/3.0.13/templates/common.yaml diff --git a/stable/adminer/3.0.12/values.yaml b/stable/adminer/3.0.13/values.yaml similarity index 100% rename from stable/adminer/3.0.12/values.yaml rename to stable/adminer/3.0.13/values.yaml