fix(mealie): Add oidc client secret option mealie values (#36652)

**Description**
Added the missing client secret option for OIDC 
⚒️ Fixes  missing client secret option for OIDC

**⚙️ Type of change**

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

**🧪 How Has This Been Tested?**
I am unsure how to test this, if there is some guidance the reviewer can
provide it would be helpful.

**✔️ 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):`

---------

Signed-off-by: mccmax1395 <61606688+mccmax1395@users.noreply.github.com>
Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
mccmax1395
2025-06-25 16:45:58 +00:00
committed by GitHub
co-authored by Alfred Göppel
parent 4bd8ce5f8c
commit 2050ece76a
3 changed files with 5 additions and 2 deletions
+1 -2
View File
@@ -35,5 +35,4 @@ sources:
- https://github.com/mealie-recipes/mealie
- https://github.com/truecharts/charts/tree/master/charts/stable/mealie
type: application
version: 24.9.1
version: 24.9.2
@@ -109,6 +109,9 @@ api:
{{- with $api.oidc.client_id }}
OIDC_CLIENT_ID: {{ . | quote }}
{{- end -}}
{{- with $api.oidc.client_secret }}
OIDC_CLIENT_SECRET: {{ . | quote }}
{{- end -}}
{{- with $api.oidc.user_group }}
OIDC_USER_GROUP: {{ . | quote }}
{{- end -}}
+1
View File
@@ -60,6 +60,7 @@ mealie:
signup_enabled: true
configuration_url: ""
client_id: ""
client_secret: ""
user_group: ""
admin_group: ""
auto_redirect: false