Files
infrastructure/clusters/cl01tl/helm/outline/values.yaml
Renovate Bot 896bb9a2c6
Some checks failed
render-manifests-push / render-manifests-push (push) Has been skipped
lint-test-helm / lint-helm (push) Successful in 33s
renovate / renovate (push) Has been cancelled
Update outlinewiki/outline Docker tag to v1.2.0 (#3075)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [outlinewiki/outline](https://github.com/outline/outline) | minor | `1.1.0` → `1.2.0` |

---

### Release Notes

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

### [`v1.2.0`](https://github.com/outline/outline/releases/tag/v1.2.0)

[Compare Source](https://github.com/outline/outline/compare/v1.1.0...v1.2.0)

#### What's Changed

##### Highlights

**Diagrams.net** diagrams are now fully supported, insert new diagrams through the block menu or by uploading an existing png that was created in Diagrams.net – the original diagram data will be preserved and can be edited by clicking the "Edit" button in the image toolbar.

**Custom emoji** are now available – upload your own custom emoji in the admin settings and use them in your documents, comments, reactions, and icons.

**Improved revision history** with the ability to download any revision as HTML or Markdown, toggle whether changes are visible, and an improved rendering engine that retains more of the original document's formatting and structure.

**Authentication provider management** has been added to the settings, allowing admins to view and manage all configured authentication providers in one place. This includes the ability to disable providers, which will prevent users from signing in with that provider but will not delete any existing accounts.

**Passkey support** has been added as an optional login method. You can now sign in with biometric authentication (TouchId, Windows Hello) or security keys instead of a password. Existing workspaces will need to enable this on the authentication providers screen.

##### Other improvements

- The sidebar design was improved and refined in [#&#8203;10684](https://github.com/outline/outline/pull/10684)
- It is now possible to upload and embed PDFs in [#&#8203;10198](https://github.com/outline/outline/pull/10198)
- A "Popular" tab is now available for documents, popular docs are ranked higher in search in [#&#8203;10721](https://github.com/outline/outline/pull/10721)
- A visual color palette is now available in the icon picker in [#&#8203;10696](https://github.com/outline/outline/pull/10696)
- Avatar changes are now synced automatically from iDP in [#&#8203;10718](https://github.com/outline/outline/pull/10718)
- User initials now supported in mention search in [#&#8203;10797](https://github.com/outline/outline/pull/10797)
- New option to distribute table columns evenly in [#&#8203;10645](https://github.com/outline/outline/pull/10645)
- Mermaid diagrams now have an explicit "Edit" option in the toolbar in [#&#8203;11060](https://github.com/outline/outline/pull/11060)
- Added filtering to the notifications UI in [#&#8203;10916](https://github.com/outline/outline/pull/10916)
- Added CSV export for member list in [#&#8203;10803](https://github.com/outline/outline/pull/10803)
- Added CIDR range support to `ALLOWED_PRIVATE_IP_ADDRESSES` in [#&#8203;10923](https://github.com/outline/outline/pull/10923)
- Add ContextMenu to RevisionListItem in [#&#8203;10952](https://github.com/outline/outline/pull/10952)
- The GitHub integration now supports fetching details on public issues/PRs in [#&#8203;10827](https://github.com/outline/outline/pull/10827)
- It is no longer required to use a public bucket for avatar images in [#&#8203;10977](https://github.com/outline/outline/pull/10977)
- Implemented RFC 9700 hardening against refresh token reuse in [#&#8203;10960](https://github.com/outline/outline/pull/10960)
- PKCE OAuth clients can now use refresh tokens in [#&#8203;10769](https://github.com/outline/outline/pull/10769)
- Support for PostgreSQL multi-host connection URIs in `DATABASE_URL` in [#&#8203;10754](https://github.com/outline/outline/pull/10754)
- Many internal performance improvements

##### Fixes

- Fixed display issues in share dialog in [#&#8203;10662](https://github.com/outline/outline/pull/10662)
- Incompatibility between path and query search terms in [#&#8203;10667](https://github.com/outline/outline/pull/10667)
- Restored ability to resize shared sidebar in [#&#8203;10669](https://github.com/outline/outline/pull/10669)
- UI does not update when deleting API key in [#&#8203;10670](https://github.com/outline/outline/pull/10670)
- Invalid access of `firstChild` for mermaid diagrams in [#&#8203;10668](https://github.com/outline/outline/pull/10668)
- Plain text copy-to-clipboard serializer no longer squashes blocks in [#&#8203;10683](https://github.com/outline/outline/pull/10683)
- When TOC extends beyond window bounds ensure headings scroll in [#&#8203;10687](https://github.com/outline/outline/pull/10687)
- Added missing drop cursor in top position in [#&#8203;10689](https://github.com/outline/outline/pull/10689)
- `Empty trash` button is now hidden when missing permissions in [#&#8203;10704](https://github.com/outline/outline/pull/10704)
- Fixed search popover on public pages in [#&#8203;10717](https://github.com/outline/outline/pull/10717)
- Multiple improvements to sitemap generation for public shares in [#&#8203;10716](https://github.com/outline/outline/pull/10716)
- Fixed in-document find fails with multiple escaped characters in [#&#8203;10735](https://github.com/outline/outline/pull/10735)
- Improved validation of urls extracted from data transfer event in [#&#8203;10740](https://github.com/outline/outline/pull/10740)
- Middle-mouse button on internal link in Firefox no longer opens multiple tabs in [#&#8203;10748](https://github.com/outline/outline/pull/10748)
- Fixed collection filter returning documents from all collections when no search query in [#&#8203;10775](https://github.com/outline/outline/pull/10775)
- Templates are now inserted at cursor position instead of document start in [#&#8203;10783](https://github.com/outline/outline/pull/10783)
- Shift paste with selection no longer inserts next to selection in [#&#8203;10799](https://github.com/outline/outline/pull/10799)
- Fixed an issue where some Mermaid diagrams can't be expanded in [#&#8203;10807](https://github.com/outline/outline/pull/10807)
- Collection overview now respects the separeat editing mode setting in [#&#8203;10816](https://github.com/outline/outline/pull/10816)
- Query strings not forwarded on internal links from editor in [#&#8203;10854](https://github.com/outline/outline/pull/10854)
- Shutdown during migrations does not release mutex lock in [#&#8203;10879](https://github.com/outline/outline/pull/10879)
- `profileId` extraction in OIDC does not fallback to `token.sub` in [#&#8203;10882](https://github.com/outline/outline/pull/10882)
- Fixed an issue where custom rate limiters were ignored due to mountPath mismatch in [#&#8203;10893](https://github.com/outline/outline/pull/10893)
- Viewer role now replaced correctly on downgrade to guest in [#&#8203;10877](https://github.com/outline/outline/pull/10877)
- Validation of `SECRET_KEY` environment variable tightened in [#&#8203;10897](https://github.com/outline/outline/pull/10897)
- Fixed double pagination in `documents.list` and `documents.archived` with `sort=index` in [#&#8203;10895](https://github.com/outline/outline/pull/10895)
- Comment actions now reliably appear in mobile drawer in [#&#8203;10904](https://github.com/outline/outline/pull/10904)
- Fixed extra newlines in pasted code blocks in [#&#8203;10958](https://github.com/outline/outline/pull/10958)
- Parser crash when pasting inline code containing checkboxes by [@&#8203;hdoo42](https://github.com/hdoo42) in [#&#8203;10949](https://github.com/outline/outline/pull/10949)
- Fixed an issue where context menus could have context menus (menuception) in [#&#8203;10974](https://github.com/outline/outline/pull/10974)
- Fixed invisible email buttons in iOS Mail dark mode in [#&#8203;10976](https://github.com/outline/outline/pull/10976)
- Restored 'Create a doc' item in mention menu in [#&#8203;10980](https://github.com/outline/outline/pull/10980)
- User with "can edit" permission on sub-document can now sort child documents in [#&#8203;10990](https://github.com/outline/outline/pull/10990)
- Large base64 images pasted as HTML are now correctly handled in [#&#8203;10982](https://github.com/outline/outline/pull/10982)
- Appending content via API no longer messes with existing document content in [#&#8203;10998](https://github.com/outline/outline/pull/10998)
- Image warp exiting lightbox now correct in [#&#8203;10999](https://github.com/outline/outline/pull/10999)
- Grips are now positioned correctly adjacent merged table cells in [#&#8203;11003](https://github.com/outline/outline/pull/11003)
- Export no longer link to a non-accessible location for non-admins in [#&#8203;11070](https://github.com/outline/outline/pull/11070)

#### New Contributors

- [@&#8203;nwleedev](https://github.com/nwleedev) made their first contribution in [#&#8203;10759](https://github.com/outline/outline/pull/10759)
- [@&#8203;hdoo42](https://github.com/hdoo42) made their first contribution in [#&#8203;10949](https://github.com/outline/outline/pull/10949)

**Full Changelog**: <https://github.com/outline/outline/compare/v1.1.0...v1.2.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:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiaW1hZ2UiXX0=-->

Reviewed-on: #3075
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-01-07 01:44:18 +00:00

195 lines
6.3 KiB
YAML

outline:
controllers:
main:
type: deployment
replicas: 1
strategy: Recreate
revisionHistoryLimit: 3
containers:
main:
image:
repository: outlinewiki/outline
tag: 1.2.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-18-cluster-app
key: username
- name: POSTGRES_PASSWORD
valueFrom:
secretKeyRef:
name: outline-postgresql-18-cluster-app
key: password
- name: POSTGRES_DATABASE_NAME
valueFrom:
secretKeyRef:
name: outline-postgresql-18-cluster-app
key: dbname
- name: POSTGRES_DATABASE_HOST
valueFrom:
secretKeyRef:
name: outline-postgresql-18-cluster-app
key: host
- name: POSTGRES_DATABASE_PORT
valueFrom:
secretKeyRef:
name: outline-postgresql-18-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://redis-replication-outline-master.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
postgres-18-cluster:
mode: recovery
recovery:
method: objectStore
objectStore:
index: 1
backup:
objectStore:
- name: garage-local
index: 1
destinationBucket: postgres-backups
externalSecretCredentialPath: /garage/home-infra/postgres-backups
isWALArchiver: true
# - name: garage-remote
# index: 1
# destinationBucket: postgres-backups
# externalSecretCredentialPath: /garage/home-infra/postgres-backups
# retentionPolicy: "90d"
# data:
# compression: bzip2
# - name: external
# index: 1
# endpointURL: https://nyc3.digitaloceanspaces.com
# destinationBucket: postgres-backups-ce540ddf106d186bbddca68a
# externalSecretCredentialPath: /garage/home-infra/postgres-backups
# isWALArchiver: false
scheduledBackups:
- name: live-backup
suspend: false
immediate: true
schedule: "0 0 0 * * *"
backupName: garage-local
# - name: weekly-backup
# suspend: true
# immediate: true
# schedule: "0 0 4 * * SAT"
# backupName: garage-remote
# - name: daily-backup
# suspend: true
# immediate: true
# schedule: "0 0 0 * * *"
# backupName: external
redis-replication:
existingSecret:
enabled: false
redisReplication:
clusterSize: 3
redisSentinel:
enabled: true
clusterSize: 3