Files
truecharts/charts/stable/outline/values.yaml
T
TrueCharts BotandGitHub 0d779686fa chore(helm): update image docker.io/outlinewiki/outline 0.84.0 → 0.85.0 (#36960)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/outlinewiki/outline](https://redirect.github.com/outline/outline)
| minor | `57717fc` -> `ffe0737` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>outline/outline (docker.io/outlinewiki/outline)</summary>

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

[Compare
Source](https://redirect.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](https://redirect.github.com/outline/outline/pull/9288)
- Add Dart and Flutter syntax highlighting is now supported in
[https://github.com/outline/outline/pull/9346](https://redirect.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](https://redirect.github.com/outline/outline/pull/9502)
- New menu option to apply a template to existing document in
[https://github.com/outline/outline/pull/9236](https://redirect.github.com/outline/outline/pull/9236)
- Hungarian language support in
[https://github.com/outline/outline/pull/9230](https://redirect.github.com/outline/outline/pull/9230)
- English (UK) language support in
[https://github.com/outline/outline/pull/9336](https://redirect.github.com/outline/outline/pull/9336)
- There is now an option to disable commenting per-collection in
[https://github.com/outline/outline/pull/9295](https://redirect.github.com/outline/outline/pull/9295)
- Add sitemap to publicly shared documents with indexing enabled in
[https://github.com/outline/outline/pull/9334](https://redirect.github.com/outline/outline/pull/9334)
- Add `attachments.list` API endpoint in
[https://github.com/outline/outline/pull/9259](https://redirect.github.com/outline/outline/pull/9259)
- Add warning to user on large documents in
[https://github.com/outline/outline/pull/9282](https://redirect.github.com/outline/outline/pull/9282)
- Add workspace description setting in
[https://github.com/outline/outline/pull/9345](https://redirect.github.com/outline/outline/pull/9345)
- Add option to show modified timestamp on publicly shared docs in
[https://github.com/outline/outline/pull/9347](https://redirect.github.com/outline/outline/pull/9347)
- Add support for individual database environment variables in
[https://github.com/outline/outline/pull/9344](https://redirect.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](https://redirect.github.com/outline/outline/pull/9476)

##### Fixes

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

#### New Contributors

- [@&#8203;MehdiBouzouaya](https://redirect.github.com/MehdiBouzouaya)
made their first contribution in
[https://github.com/outline/outline/pull/9202](https://redirect.github.com/outline/outline/pull/9202)
- [@&#8203;xadammr](https://redirect.github.com/xadammr) made their
first contribution in
[https://github.com/outline/outline/pull/9172](https://redirect.github.com/outline/outline/pull/9172)
- [@&#8203;urbalazs](https://redirect.github.com/urbalazs) made their
first contribution in
[https://github.com/outline/outline/pull/9230](https://redirect.github.com/outline/outline/pull/9230)
- [@&#8203;andycop](https://redirect.github.com/andycop) made their
first contribution in
[https://github.com/outline/outline/pull/9511](https://redirect.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**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
2025-07-04 20:13:57 +02:00

138 lines
3.9 KiB
YAML

image:
repository: docker.io/outlinewiki/outline
pullPolicy: IfNotPresent
tag: 0.85.0@sha256:ffe0737c606a2b4e36b79eb850bf2a9e86ea642bea03d08f1abb2286b4ebfcb6
service:
main:
ports:
main:
port: 10196
# Enabled redis
redis:
enabled: true
redisUsername: default
# Enabled postgres
cnpg:
main:
enabled: true
user: outline
database: outline
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
initContainers:
1-migratedb:
enabled: true
imageSelector: image
type: init
env:
URL: "{{ tpl .Values.workload.main.podSpec.containers.main.env.URL $ }}"
DATABASE_URL:
secretKeyRef:
name: cnpg-main-urls
key: std
REDIS_URL:
secretKeyRef:
name: secrets
key: REDIS_CUSTOM_URL
SECRET_KEY:
secretKeyRef:
name: secrets
key: SECRET_KEY
UTILS_SECRET:
secretKeyRef:
name: secrets
key: UTILS_SECRET
command:
- sh
- -c
- yarn sequelize db:migrate --env=production-ssl-disabled
containers:
main:
probes:
liveness:
path: "/_health"
readiness:
path: "/_health"
startup:
path: "/_health"
env:
FORCE_HTTPS: false
PGSSLMODE: "disable"
PORT: "{{ .Values.service.main.ports.main.port }}"
# User defined
URL: "http://localhost:{{ .Values.service.main.ports.main.port }}"
SLACK_MESSAGE_ACTIONS: true
ENABLE_UPDATES: true
WEB_CONCURRENCY: 1
MAXIMUM_IMPORT_SIZE: 5120000
DEFAULT_LANGUAGE: "en_US"
FILE_STORAGE: ""
FILE_STORAGE_UPLOAD_MAX_SIZE: ""
# TEAM_LOGO: ""
# COLLABORATION_URL: ""
# SLACK_KEY: ""
# SLACK_SECRET: ""
# SLACK_VERIFICATION_TOKEN: ""
# SLACK_APP_ID: ""
# GOOGLE_CLIENT_ID: ""
# GOOGLE_CLIENT_SECRET: ""
# GOOGLE_ANALYTICS_ID: ""
# AZURE_CLIENT_ID: ""
# AZURE_CLIENT_SECRET: ""
# AZURE_RESOURCE_APP_ID: ""
# OIDC_CLIENT_ID: ""
# OIDC_CLIENT_SECRET: ""
# OIDC_AUTH_URI: ""
# OIDC_TOKEN_URI: ""
# OIDC_USERINFO_URI: ""
# OIDC_USERNAME_CLAIM: ""
# OIDC_DISPLAY_NAME: ""
# OIDC_SCOPES: ""
# SENTRY_DSN: ""
# AWS_ACCESS_KEY_ID: ""
# AWS_SECRET_ACCESS_KEY: ""
# AWS_REGION: ""
# AWS_S3_ACCELERATE_URL: ""
# AWS_S3_UPLOAD_BUCKET_URL: ""
# AWS_S3_UPLOAD_BUCKET_NAME: ""
# AWS_S3_UPLOAD_MAX_SIZE: 26214400
# AWS_S3_FORCE_PATH_STYLE: true
# AWS_S3_ACL: ""
# SMTP_HOST: ""
# SMTP_PORT: 587
# SMTP_USERNAME: ""
# SMTP_PASSWORD: ""
# SMTP_FROM_EMAIL: ""
# SMTP_REPLY_EMAIL: ""
# SMTP_SECURE: true
DATABASE_URL:
secretKeyRef:
name: cnpg-main-urls
key: std
REDIS_URL:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
key: url
SECRET_KEY:
secretKeyRef:
name: secrets
key: SECRET_KEY
UTILS_SECRET:
secretKeyRef:
name: secrets
key: UTILS_SECRET
persistence:
data:
enabled: true
mountPath: /var/lib/outline/data