Files
infrastructure/clusters/cl01tl/applications/outline/values.yaml
Renovate Bot e358614d74
All checks were successful
lint-test-helm / helm-lint (push) Successful in 9s
renovate / renovate (push) Successful in 2m22s
Update outlinewiki/outline Docker tag to v0.85.0 (#844)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [outlinewiki/outline](https://github.com/outline/outline) | minor | `0.84.0` -> `0.85.0` |

---

### Release Notes

<details>
<summary>outline/outline (outlinewiki/outline)</summary>

### [`v0.85.0`](https://github.com/outline/outline/releases/tag/v0.85.0)

[Compare Source](https://github.com/outline/outline/compare/v0.84.0...v0.85.0)

<img width="938" alt="image" src="https://github.com/user-attachments/assets/1545516f-8cb2-4df8-8fea-f8ad65ae49ff" />

#### What's Changed
##### Installation screen

We added a new screen when installing Outline for the first time which allows setting up a workspace in the database with email before setting up any SSO providers. This should provide an easier onboarding experience for new users.

##### Editor improvements

- Tables now have the ability to merge and split cells across rows and columns, use this to create more complex layouts.
- Added a new shortcut to create a table, just type `|--` on a new line to insert a table.
- It is now possible to specify an exact pixel size for images in https://github.com/outline/outline/pull/9288
- Add Dart and Flutter syntax highlighting is now supported in https://github.com/outline/outline/pull/9346

##### OIDC improvements

We now support the `.well-known` discovery endpoint, meaning OIDC can be configured with just `OIDC_ISSUER_URL`, `OIDC_CLIENT_ID`, and `OIDC_CLIENT_SECRET`. Much simpler than the previous approach.

PKCE is now also used if the discovery endpoint signals support.

##### Other Improvements

- Editor blocks can now be moved up and down with Cmd+Alt+Arrow keys in https://github.com/outline/outline/pull/9502
- New menu option to apply a template to existing document in https://github.com/outline/outline/pull/9236
- Hungarian language support in https://github.com/outline/outline/pull/9230
- English (UK) language support in https://github.com/outline/outline/pull/9336
- There is now an option to disable commenting per-collection in https://github.com/outline/outline/pull/9295
- Add sitemap to publicly shared documents with indexing enabled in https://github.com/outline/outline/pull/9334
- Add `attachments.list` API endpoint in https://github.com/outline/outline/pull/9259
- Add warning to user on large documents in https://github.com/outline/outline/pull/9282
- Add workspace description setting in https://github.com/outline/outline/pull/9345
- Add option to show modified timestamp on publicly shared docs in https://github.com/outline/outline/pull/9347
- Add support for individual database environment variables in https://github.com/outline/outline/pull/9344
- API: `allowIndexing` and `showLastUpdated` can now be set in `shares.create` in https://github.com/outline/outline/pull/9476

##### Fixes

- Fix flash of previous value after editing title in sidebar for documents by [@&#8203;MehdiBouzouaya](https://github.com/MehdiBouzouaya) in https://github.com/outline/outline/pull/9197
- We now fallback to `id_token` when OIDC userinfo endpoint is sparse by [@&#8203;xadammr](https://github.com/xadammr) in https://github.com/outline/outline/pull/9172
- Add encoding meta tag to exported HTML in https://github.com/outline/outline/pull/9207
- Archived documents should not show in @&#8203;mention suggestions in https://github.com/outline/outline/pull/9208
- Icon on collection home does not match sidebar when private in https://github.com/outline/outline/pull/9209
- Reset editing state when collection/document title is unmodified in https://github.com/outline/outline/pull/9221
- Consider active collections only for index computation in https://github.com/outline/outline/pull/9225
- Remove # from stored filesystem keys in https://github.com/outline/outline/pull/9231
- Resolve index collision when restoring collection in https://github.com/outline/outline/pull/9229
- Increase `defaultSignedUrlExpires` from 60s to 5 minutes in https://github.com/outline/outline/pull/9233
- Fix misalignment between email and comment mentions in https://github.com/outline/outline/pull/9234
- Image caption uncentered in https://github.com/outline/outline/pull/9239
- Fixed document URL generation for titles with only special characters in https://github.com/outline/outline/pull/9258
- Initial avatars in notification popover malformed in https://github.com/outline/outline/pull/9274
- perf: Various improvements to collaborators facepile in https://github.com/outline/outline/pull/9281
- Skip fetching children for unsupported Notion blocks in https://github.com/outline/outline/pull/9289
- Prevent outdated clients from connecting to collaboration server in https://github.com/outline/outline/pull/9291
- Properly escape backslashes in search queries in https://github.com/outline/outline/pull/9297
- Prevented multiple context menus from being open simultaneously in https://github.com/outline/outline/pull/9298
- JSON import goes through MD serialization in https://github.com/outline/outline/pull/9309
- read-only styles not applied to history in https://github.com/outline/outline/pull/9319
- Canonical meta tag is incorrect for documents shared to custom domain in https://github.com/outline/outline/pull/9398
- Use br tag for breaks inside tables in https://github.com/outline/outline/pull/9405
- Persist document icon & color in import flow in https://github.com/outline/outline/pull/9421
- Show integrations breadcrumb for Linear scene in https://github.com/outline/outline/pull/9418
- Regression in `collections.info` endpoint disallowed find by urlId in https://github.com/outline/outline/pull/9423
- Ensure notification relationships are loaded in `EmailProcessor` in https://github.com/outline/outline/pull/9426
- Memberships loaded for incorrect user in collection add\_user/remove\_user in https://github.com/outline/outline/pull/9428
- Handle Notion linked database errors in https://github.com/outline/outline/pull/9429
- Fixed a regression in the design of facepile overflow  in https://github.com/outline/outline/pull/9439
- Login via email not properly redirects to desktop app in https://github.com/outline/outline/pull/9440
- All documents now show again in CMD+K when searching by title in https://github.com/outline/outline/pull/9445
- Skip showing archived docs in shared section in https://github.com/outline/outline/pull/9451
- Public share search offset is incorrect in https://github.com/outline/outline/pull/9465
- Use `Retry-After` header for Notion rate-limit retries in https://github.com/outline/outline/pull/9467
- Client and server validation differ for subdomains in https://github.com/outline/outline/pull/9468
- Paginated list edgecase in https://github.com/outline/outline/pull/9484
- Not correctly catching linked databases in https://github.com/outline/outline/pull/9497
- Fix OIDC login failures with Base64 avatar URLs in https://github.com/outline/outline/pull/9501
- OIDC logout redirect unreliable in https://github.com/outline/outline/pull/9508
- Various fixes for HTML -> Markdown conversion in https://github.com/outline/outline/pull/9509
- Add OAuth support to search query source enum by [@&#8203;andycop](https://github.com/andycop) in https://github.com/outline/outline/pull/9511
- Double title appears on some imported documents in https://github.com/outline/outline/pull/9522

#### New Contributors

- [@&#8203;MehdiBouzouaya](https://github.com/MehdiBouzouaya) made their first contribution in https://github.com/outline/outline/pull/9202
- [@&#8203;xadammr](https://github.com/xadammr) made their first contribution in https://github.com/outline/outline/pull/9172
- [@&#8203;urbalazs](https://github.com/urbalazs) made their first contribution in https://github.com/outline/outline/pull/9230
- [@&#8203;andycop](https://github.com/andycop) made their first contribution in https://github.com/outline/outline/pull/9511

**Full Changelog**: https://github.com/outline/outline/compare/v0.84.0...v0.85.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjMiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImltYWdlIl19-->

Reviewed-on: #844
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2025-07-05 04:56:17 +00:00

194 lines
6.2 KiB
YAML

outline:
controllers:
main:
type: deployment
replicas: 1
strategy: Recreate
revisionHistoryLimit: 3
containers:
main:
image:
repository: outlinewiki/outline
tag: 0.85.0
pullPolicy: IfNotPresent
env:
- name: NODE_ENV
value: production
- name: URL
value: https://wiki.alexlebens.dev
- name: PORT
value: 3000
- name: SECRET_KEY
valueFrom:
secretKeyRef:
name: outline-key-secret
key: secret-key
- name: UTILS_SECRET
valueFrom:
secretKeyRef:
name: outline-key-secret
key: utils-key
- name: POSTGRES_USERNAME
valueFrom:
secretKeyRef:
name: outline-postgresql-17-cluster-app
key: username
- name: POSTGRES_PASSWORD
valueFrom:
secretKeyRef:
name: outline-postgresql-17-cluster-app
key: password
- name: POSTGRES_DATABASE_NAME
valueFrom:
secretKeyRef:
name: outline-postgresql-17-cluster-app
key: dbname
- name: POSTGRES_DATABASE_HOST
valueFrom:
secretKeyRef:
name: outline-postgresql-17-cluster-app
key: host
- name: POSTGRES_DATABASE_PORT
valueFrom:
secretKeyRef:
name: outline-postgresql-17-cluster-app
key: port
- name: DATABASE_URL
value: postgres://$(POSTGRES_USERNAME):$(POSTGRES_PASSWORD)@$(POSTGRES_DATABASE_HOST):$(POSTGRES_DATABASE_PORT)/$(POSTGRES_DATABASE_NAME)
- name: DATABASE_URL_TEST
value: postgres://$(POSTGRES_USERNAME):$(POSTGRES_PASSWORD)@$(POSTGRES_DATABASE_HOST):$(POSTGRES_DATABASE_PORT)/$(POSTGRES_DATABASE_NAME)-test
- name: DATABASE_CONNECTION_POOL_MIN
value: "2"
- name: DATABASE_CONNECTION_POOL_MAX
value: "20"
- name: PGSSLMODE
value: disable
- name: REDIS_URL
value: redis://outline-valkey-primary.outline:6379
- name: FILE_STORAGE
value: s3
- name: AWS_ACCESS_KEY_ID
valueFrom:
secretKeyRef:
name: ceph-bucket-outline
key: AWS_ACCESS_KEY_ID
- name: AWS_SECRET_ACCESS_KEY
valueFrom:
secretKeyRef:
name: ceph-bucket-outline
key: AWS_SECRET_ACCESS_KEY
- name: AWS_REGION
value: us-east-1
- name: AWS_S3_UPLOAD_BUCKET_NAME
valueFrom:
configMapKeyRef:
name: ceph-bucket-outline
key: BUCKET_NAME
- name: AWS_S3_UPLOAD_BUCKET_URL
value: https://objects.alexlebens.dev
- name: AWS_S3_FORCE_PATH_STYLE
value: true
- name: AWS_S3_ACL
value: private
- name: FILE_STORAGE_UPLOAD_MAX_SIZE
value: "26214400"
- name: FORCE_HTTPS
value: false
- name: ENABLE_UPDATES
value: false
- name: WEB_CONCURRENCY
value: 1
- name: FILE_STORAGE_IMPORT_MAX_SIZE
value: 5120000
- name: LOG_LEVEL
value: info
- name: DEFAULT_LANGUAGE
value: en_US
- name: RATE_LIMITER_ENABLED
value: false
- name: DEVELOPMENT_UNSAFE_INLINE_CSP
value: false
- name: OIDC_CLIENT_ID
valueFrom:
secretKeyRef:
name: outline-oidc-secret
key: client
- name: OIDC_CLIENT_SECRET
valueFrom:
secretKeyRef:
name: outline-oidc-secret
key: secret
- name: OIDC_AUTH_URI
value: https://auth.alexlebens.dev/application/o/authorize/
- name: OIDC_TOKEN_URI
value: https://auth.alexlebens.dev/application/o/token/
- name: OIDC_USERINFO_URI
value: https://auth.alexlebens.dev/application/o/userinfo/
- name: OIDC_USERNAME_CLAIM
value: email
- name: OIDC_DISPLAY_NAME
value: Authentik
- name: OIDC_SCOPES
value: openid profile email
resources:
requests:
cpu: 10m
memory: 512Mi
service:
main:
controller: main
ports:
http:
port: 3000
targetPort: 3000
protocol: HTTP
valkey:
architecture: replication
auth:
enabled: false
usePasswordFiles: false
primary:
resources:
requests:
cpu: 100m
memory: 64Mi
persistence:
enabled: true
size: 1Gi
replica:
replicaCount: 1
resources:
requests:
cpu: 100m
memory: 64Mi
persistence:
enabled: true
size: 1Gi
cloudflared-outline:
existingSecretName: outline-cloudflared-secret
name: cloudflared-outline
postgres-17-cluster:
mode: standalone
cluster:
storage:
storageClass: local-path
walStorage:
storageClass: local-path
monitoring:
enabled: true
prometheusRule:
enabled: true
recovery:
method: objectStore
objectStore:
endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/outline/outline-postgresql-17-cluster
endpointCredentials: outline-postgresql-17-cluster-backup-secret
recoveryIndex: 2
backup:
enabled: true
endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/outline/outline-postgresql-17-cluster
endpointCredentials: outline-postgresql-17-cluster-backup-secret
backupIndex: 2