3 Commits

Author SHA1 Message Date
185de01f17 Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 49s
2025-06-05 00:03:07 +00:00
4603e85b53 add plugin
All checks were successful
renovate / renovate (push) Successful in 1m8s
2025-06-04 19:00:08 -05:00
5f246ec269 fix
All checks were successful
renovate / renovate (push) Successful in 2m0s
2025-06-04 18:54:40 -05:00
3 changed files with 13 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ immich:
main:
image:
repository: ghcr.io/immich-app/immich-server
tag: v1.132.3
tag: v1.134.0
pullPolicy: IfNotPresent
env:
- name: TZ

View File

@@ -46,7 +46,7 @@ spec:
decodingStrategy: None
key: /authentik/oidc/headlamp
metadataPolicy: None
property: validator-url
property: validator-issuer-url
- secretKey: OIDC_VALIDATOR_CLIENT_ID
remoteRef:
conversionStrategy: Default

View File

@@ -7,7 +7,18 @@ headlamp:
externalSecret:
enabled: true
name: headlamp-oidc-secret
watchPlugins: true
resources:
requests:
cpu: 10m
memory: 128Mi
pluginsManager:
enabled: true
configContent: |
plugins:
- name: cert-manager
source: https://artifacthub.io/packages/headlamp/headlamp-plugins/headlamp_cert-manager
version: 0.1.0
installOptions:
parallel: true
maxConcurrent: 2