fix(profilarr) update to 2.0.8 | helm housekeeping | BREAKING CHANGES (#49260)

**Description**
Update the chart to use v2.0.8 and update the env variables, general
housing keeping.
⚒️ Fixes  # <!--(issue)-->

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**
Tested locally in my own cluster

**📃 Notes:**

**✔️ Checklist:**

- [X] ⚖️ My code follows the style guidelines of this project
- [X] 👀 I have performed a self-review of my own code
- [ ] #️⃣ I have commented my code, particularly in hard-to-understand
areas
- [ ] 📄 I have made changes to the documentation
- [ ] 🧪 I have added tests to this description that prove my fix is
effective or that my feature works
- [X] ⬆️ I increased versions for any altered app according to semantic
versioning
- [X] I made sure the title starts with `feat(chart-name):`,
`fix(chart-name):`, `chore(chart-name):`, `docs(chart-name):` or
`fix(docs):`

** App addition**

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

- [ ] 🖼️ 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:
Xstar97TheNoob
2026-06-19 02:26:41 -04:00
committed by GitHub
parent 2e1ca0a4e7
commit 10724042da
2 changed files with 27 additions and 13 deletions
+3 -4
View File
@@ -9,7 +9,7 @@ annotations:
trueforge.org/min_helm_version: "3.14"
trueforge.org/train: stable
apiVersion: v2
appVersion: 1.1.4
appVersion: 2.0.8
dependencies:
- name: common
version: 29.5.3
@@ -34,7 +34,6 @@ name: profilarr
sources:
- https://github.com/Dictionarry-Hub/profilarr
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/profilarr
- https://hub.docker.com/r/santiagosayshey/profilarr
- https://ghcr.io/dictionarry-hub/profilarr
type: application
version: 3.4.0
version: 4.0.0
+24 -9
View File
@@ -1,22 +1,37 @@
# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/santiagosayshey/profilarr
repository: ghcr.io/dictionarry-hub/profilarr
pullPolicy: IfNotPresent
tag: v1.1.4@sha256:8a514f8429cd33885166facc9eb6504fa9ded056c737609e5e8ef32ae0afb350
tag: 2.0.8@sha256:bcec9c579358163004145105c2747d3513ae75a56cd8b6c3ac759a0166d5b4af
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
protocol: http
targetPort: 6868
port: 6868
workload:
main:
podSpec:
containers:
main:
env:
PORT: "{{ .Values.service.main.ports.main.port }}"
HOST: 0.0.0.0
# Auth mode (on, oidc, off)
# on is default
AUTH: "on"
# OIDC_CLIENT_ID: ""
# OIDC_CLIENT_SECRET: ""
# OIDC_DISCOVERY_URL: ""
# auto set url
ORIGIN: "{{ .Values.chartContext.appUrl }}"
persistence:
config:
enabled: true
mountPath: "/config"
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0