Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d9bed3832c | |||
| d67ec2af65 |
@@ -10,7 +10,7 @@ metadata:
|
||||
labels:
|
||||
app.kubernetes.io/instance: outline
|
||||
app.kubernetes.io/name: outline
|
||||
app.kubernetes.io/version: 1.1.0
|
||||
app.kubernetes.io/version: 1.8.1
|
||||
name: outline
|
||||
namespace: outline-system
|
||||
spec:
|
||||
@@ -31,7 +31,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: outline
|
||||
image: outlinewiki/outline:1.8.0
|
||||
image: outlinewiki/outline:1.8.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: NODE_ENV
|
||||
@@ -331,7 +331,7 @@ metadata:
|
||||
labels:
|
||||
app.kubernetes.io/instance: outline
|
||||
app.kubernetes.io/name: outline
|
||||
app.kubernetes.io/version: 1.1.0
|
||||
app.kubernetes.io/version: 1.8.1
|
||||
name: outline
|
||||
namespace: outline-system
|
||||
spec:
|
||||
|
||||
@@ -904,7 +904,14 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: seerr
|
||||
image: docker.io/fallenbagel/jellyseerr:preview-OIDC
|
||||
# 2026-06-06: migrating from fallenbagel/jellyseerr:preview-OIDC
|
||||
# (a custom OIDC-capable build) to seerr-team/seerr v3.x — the
|
||||
# successor project (combined Overseerr+Jellyseerr team rebrand
|
||||
# from v3.0.0). Mainline now has native OIDC support so we don't
|
||||
# need the custom build. Migration is auto on first start; backed
|
||||
# up the config PVC to ~/seerr-backups on dooplex before this PR.
|
||||
# https://docs.seerr.dev/migration-guide
|
||||
image: ghcr.io/seerr-team/seerr:v3.3.0
|
||||
imagePullPolicy: IfNotPresent
|
||||
env:
|
||||
- name: TZ
|
||||
|
||||
Reference in New Issue
Block a user