fix(arr): BREAKING CHANGE revert postgresql back to sqlite (#8085)

**Description**
Due to many issues we've deciced to revert the move to postgresql
backend for the Arr charts.
See upcomming news announcement on the website

**⚙️ Type of change**

- [x] ⚙️ Feature/App addition
- [x] 🪛 Bugfix
- [x] ⚠️ Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] 🔃 Refactor of current code

**🧪 How Has This Been Tested?**
<!--
Please describe the tests that you ran to verify your changes. Provide
instructions so we can reproduce. Please also list any relevant details
for your test configuration
-->

**📃 Notes:**
<!-- Please enter any other relevant information here -->

**✔️ Checklist:**

- [ ] ⚖️ My code follows the style guidelines of this project
- [ ] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made corresponding changes to the documentation
- [ ] ⚠️ My changes generate no new warnings
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [ ] ⬆️ I increased versions for any altered app according to semantic
versioning

** App addition**

If this PR is an app addition please make sure you have done the
following.

- [ ] 🪞 I have opened a PR on
[truecharts/containers](https://github.com/truecharts/containers) adding
the container to TrueCharts mirror repo.
- [ ] 🖼️ I have added an icon in the Chart's root directory called
`icon.png`

---

_Please don't blindly check all the boxes. Read them and only check
those that apply.
Those checkboxes are there for the reviewer to see what is this all
about and
the status of this PR with a quick glance._
This commit is contained in:
Kjeld Schouten-Lebbing 2023-04-18 12:37:30 +02:00 committed by GitHub
parent bbc0ef91ef
commit 615c8c5e22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 4 additions and 107 deletions

View File

@ -11,23 +11,6 @@ service:
protocol: http
targetPort: 6767
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: http
path: /
readiness:
type: http
path: /
startup:
type: http
path: /
env: {}
persistence:
config:
enabled: true

View File

@ -4,10 +4,6 @@ dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.4.20
- condition: postgresql.enabled
name: postgresql
repository: https://charts.truecharts.org/
version: 11.0.31
deprecated: false
description: Looks and smells like Sonarr but made for music
home: https://truecharts.org/charts/stable/lidarr
@ -26,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/lidarr
- https://github.com/Lidarr/Lidarr
type: application
version: 15.0.6
version: 16.0.0
annotations:
truecharts.org/catagories: |
- media

View File

@ -11,12 +11,6 @@ persistence:
config:
enabled: true
mountPath: /config
cnpg:
main:
enabled: true
database: lidarr
user: lidarr
portal:
open:
enabled: true
@ -50,14 +44,3 @@ workload:
env:
LIDARR__PORT: "{{ .Values.service.main.ports.main.port }}"
LIDARR__AUTHENTICATION_METHOD: ""
LIDARR__POSTGRES_PORT: 5432
LIDARR__POSTGRES_USER: "{{ .Values.cnpg.main.user }}"
LIDARR__POSTGRES_MAIN_DB: "{{ .Values.cnpg.main.database }}"
LIDARR__POSTGRES_HOST:
secretKeyRef:
name: cnpg-main-urls
key: host
LIDARR__POSTGRES_PASSWORD:
secretKeyRef:
name: cnpg-main-user
key: password

View File

@ -4,10 +4,6 @@ dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.4.20
- condition: postgresql.enabled
name: postgresql
repository: https://charts.truecharts.org/
version: 11.0.31
description: Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps.
home: https://truecharts.org/charts/stable/prowlarr
icon: https://truecharts.org/img/hotlink-ok/chart-icons/prowlarr.png
@ -25,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: 10.0.6
version: 11.0.0
annotations:
truecharts.org/catagories: |
- media

View File

@ -11,12 +11,6 @@ persistence:
config:
enabled: true
mountPath: /config
cnpg:
main:
enabled: true
database: prowlarr
user: prowlarr
portal:
open:
enabled: true
@ -31,14 +25,3 @@ workload:
env:
PROWLARR__PORT: "{{ .Values.service.main.ports.main.port }}"
PROWLARR__AUTHENTICATION_METHOD: ""
PROWLARR__POSTGRES_PORT: 5432
PROWLARR__POSTGRES_USER: "{{ .Values.cnpg.main.user }}"
PROWLARR__POSTGRES_MAIN_DB: "{{ .Values.cnpg.main.database }}"
PROWLARR__POSTGRES_HOST:
secretKeyRef:
name: cnpg-main-urls
key: host
PROWLARR__POSTGRES_PASSWORD:
secretKeyRef:
name: cnpg-main-user
key: password

View File

@ -4,10 +4,6 @@ dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.4.20
- condition: postgresql.enabled
name: postgresql
repository: https://charts.truecharts.org/
version: 11.0.31
deprecated: false
description: "A fork of Sonarr to work with movies à la Couchpotato"
home: https://truecharts.org/charts/stable/radarr
@ -26,7 +22,7 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/radarr
- https://github.com/Radarr/Radarr
type: application
version: 15.0.6
version: 16.0.0
annotations:
truecharts.org/catagories: |
- media

View File

@ -11,12 +11,6 @@ persistence:
config:
enabled: true
mountPath: /config
cnpg:
main:
enabled: true
database: radarr
user: radarr
portal:
open:
enabled: true
@ -49,15 +43,3 @@ workload:
env:
RADARR__PORT: "{{ .Values.service.main.ports.main.port }}"
RADARR__AUTHENTICATION_METHOD: ""
RADARR__POSTGRES_PORT: 5432
RADARR__POSTGRES_USER: "{{ .Values.cnpg.main.user }}"
RADARR__POSTGRES_MAIN_DB: "{{ .Values.cnpg.main.database }}"
RADARR__POSTGRES_HOST:
secretKeyRef:
name: cnpg-main-urls
key: host
RADARR__POSTGRES_PASSWORD:
secretKeyRef:
name: cnpg-main-user
key: password

View File

@ -4,10 +4,6 @@ dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.4.20
- condition: postgresql.enabled
name: postgresql
repository: https://charts.truecharts.org/
version: 11.0.31
deprecated: false
description: A fork of Radarr to work with Books & AudioBooks
home: https://truecharts.org/charts/stable/readarr
@ -29,7 +25,7 @@ sources:
- https://github.com/Readarr/Readarr
- https://readarr.com
type: application
version: 15.0.6
version: 16.0.0
annotations:
truecharts.org/catagories: |
- media

View File

@ -11,12 +11,6 @@ persistence:
config:
enabled: true
mountPath: /config
cnpg:
main:
enabled: true
database: readarr
user: readarr
portal:
open:
enabled: true
@ -49,15 +43,3 @@ workload:
timeoutSeconds: 10
env:
READARR__PORT: "{{ .Values.service.main.ports.main.port }}"
READARR__AUTHENTICATION_METHOD: ""
READARR__POSTGRES_PORT: 5432
READARR__POSTGRES_USER: "{{ .Values.cnpg.main.user }}"
READARR__POSTGRES_MAIN_DB: "{{ .Values.cnpg.main.database }}"
READARR__POSTGRES_HOST:
secretKeyRef:
name: cnpg-main-urls
key: host
READARR__POSTGRES_PASSWORD:
secretKeyRef:
name: cnpg-main-user
key: password