diff --git a/stable/prowlarr/8.0.18/app-changelog.md b/stable/prowlarr/8.0.18/app-changelog.md deleted file mode 100644 index 8b34e0de77..0000000000 --- a/stable/prowlarr/8.0.18/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [prowlarr-8.0.18](https://github.com/truecharts/charts/compare/prowlarr-8.0.17...prowlarr-8.0.18) (2023-01-19) - -### Chore - -- update container image tccr.io/truecharts/prowlarr to v1.1.0.2322 - - \ No newline at end of file diff --git a/stable/prowlarr/8.0.18/CHANGELOG.md b/stable/prowlarr/8.0.19/CHANGELOG.md similarity index 91% rename from stable/prowlarr/8.0.18/CHANGELOG.md rename to stable/prowlarr/8.0.19/CHANGELOG.md index ba8df7f18a..0cb87629ab 100644 --- a/stable/prowlarr/8.0.18/CHANGELOG.md +++ b/stable/prowlarr/8.0.19/CHANGELOG.md @@ -4,6 +4,15 @@ +## [prowlarr-8.0.19](https://github.com/truecharts/charts/compare/prowlarr-8.0.18...prowlarr-8.0.19) (2023-01-30) + +### Chore + +- update container image tccr.io/truecharts/prowlarr to v1.1.1.2377 + + + + ## [prowlarr-8.0.18](https://github.com/truecharts/charts/compare/prowlarr-8.0.17...prowlarr-8.0.18) (2023-01-19) ### Chore @@ -88,12 +97,3 @@ ## [prowlarr-8.0.9](https://github.com/truecharts/charts/compare/prowlarr-8.0.8...prowlarr-8.0.9) (2022-12-20) ### Chore - -- update container image tccr.io/truecharts/prowlarr to v0.4.11.2143 - - - - -## [prowlarr-8.0.8](https://github.com/truecharts/charts/compare/prowlarr-8.0.7...prowlarr-8.0.8) (2022-12-19) - -### Chore diff --git a/stable/prowlarr/8.0.18/Chart.yaml b/stable/prowlarr/8.0.19/Chart.yaml similarity index 95% rename from stable/prowlarr/8.0.18/Chart.yaml rename to stable/prowlarr/8.0.19/Chart.yaml index 3b7e382a42..9034079deb 100644 --- a/stable/prowlarr/8.0.18/Chart.yaml +++ b/stable/prowlarr/8.0.19/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: "1.1.0.2322" +appVersion: "1.1.1.2377" dependencies: - name: common repository: https://library-charts.truecharts.org @@ -21,7 +21,7 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/prowlarr - https://github.com/Prowlarr/Prowlarr - https://github.com/k8s-at-home/container-images -version: 8.0.18 +version: 8.0.19 annotations: truecharts.org/catagories: | - media diff --git a/stable/prowlarr/8.0.18/README.md b/stable/prowlarr/8.0.19/README.md similarity index 100% rename from stable/prowlarr/8.0.18/README.md rename to stable/prowlarr/8.0.19/README.md diff --git a/stable/prowlarr/8.0.19/app-changelog.md b/stable/prowlarr/8.0.19/app-changelog.md new file mode 100644 index 0000000000..6353282cef --- /dev/null +++ b/stable/prowlarr/8.0.19/app-changelog.md @@ -0,0 +1,9 @@ + + +## [prowlarr-8.0.19](https://github.com/truecharts/charts/compare/prowlarr-8.0.18...prowlarr-8.0.19) (2023-01-30) + +### Chore + +- update container image tccr.io/truecharts/prowlarr to v1.1.1.2377 + + \ No newline at end of file diff --git a/stable/prowlarr/8.0.18/app-readme.md b/stable/prowlarr/8.0.19/app-readme.md similarity index 100% rename from stable/prowlarr/8.0.18/app-readme.md rename to stable/prowlarr/8.0.19/app-readme.md diff --git a/stable/prowlarr/8.0.18/charts/common-11.1.2.tgz b/stable/prowlarr/8.0.19/charts/common-11.1.2.tgz similarity index 100% rename from stable/prowlarr/8.0.18/charts/common-11.1.2.tgz rename to stable/prowlarr/8.0.19/charts/common-11.1.2.tgz diff --git a/stable/prowlarr/8.0.18/ix_values.yaml b/stable/prowlarr/8.0.19/ix_values.yaml similarity index 77% rename from stable/prowlarr/8.0.18/ix_values.yaml rename to stable/prowlarr/8.0.19/ix_values.yaml index 11d3931960..6ac3f002a5 100644 --- a/stable/prowlarr/8.0.18/ix_values.yaml +++ b/stable/prowlarr/8.0.19/ix_values.yaml @@ -1,6 +1,6 @@ image: repository: tccr.io/truecharts/prowlarr - tag: 1.1.0.2322@sha256:f8d7416e716edebac49f49984f029a4e700c1a358799bf84b74c38be7ed3e427 + tag: 1.1.1.2377@sha256:996fe495cbbf1e429ade3bd17730abc8f4120203d10f93c0e84d011d9f6249cc pullPolicy: IfNotPresent securityContext: diff --git a/stable/prowlarr/8.0.18/questions.yaml b/stable/prowlarr/8.0.19/questions.yaml similarity index 96% rename from stable/prowlarr/8.0.18/questions.yaml rename to stable/prowlarr/8.0.19/questions.yaml index 7769a6d497..4f960ce9f6 100644 --- a/stable/prowlarr/8.0.18/questions.yaml +++ b/stable/prowlarr/8.0.19/questions.yaml @@ -625,10 +625,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 @@ -649,12 +656,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 @@ -766,11 +787,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 @@ -790,12 +818,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 diff --git a/stable/prowlarr/8.0.18/templates/common.yaml b/stable/prowlarr/8.0.19/templates/common.yaml similarity index 100% rename from stable/prowlarr/8.0.18/templates/common.yaml rename to stable/prowlarr/8.0.19/templates/common.yaml diff --git a/stable/prowlarr/8.0.18/values.yaml b/stable/prowlarr/8.0.19/values.yaml similarity index 100% rename from stable/prowlarr/8.0.18/values.yaml rename to stable/prowlarr/8.0.19/values.yaml