Files
truecharts/charts/stable/outline/values.yaml
T
TrueCharts Bot 1653069d50 fix(outline): update image docker.io/outlinewiki/outline 1.8.0 → 1.8.1 (#48820)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/outlinewiki/outline](https://redirect.github.com/outline/outline)
| patch | `bbaac34` → `e224dcb` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/18710) 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>

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

[Compare
Source](https://redirect.github.com/outline/outline/compare/v1.8.0...v1.8.1)

#### What's Changed

##### Improvements

- Drag-and-drop now supports dragging from document lists in
[#&#8203;12587](https://redirect.github.com/outline/outline/pull/12587)
- Add admin interface to change user avatars in
[#&#8203;12405](https://redirect.github.com/outline/outline/pull/12405)
- Add automatic metrics tagging of outgoing emails in
[#&#8203;12570](https://redirect.github.com/outline/outline/pull/12570)
- Various improvements to mobile styling and layout in
[#&#8203;12577](https://redirect.github.com/outline/outline/pull/12577),
[#&#8203;12576](https://redirect.github.com/outline/outline/pull/12576)

##### Fixes

- Fixed search term highlights missing on navigation from search in
[#&#8203;12598](https://redirect.github.com/outline/outline/pull/12598)
- Fixed an intermitent issue where sidebar element is not correctly
active on first load in
[#&#8203;12566](https://redirect.github.com/outline/outline/pull/12566)
- Scrollbar no longer causes horizontal movement in comments sidebar in
[#&#8203;12565](https://redirect.github.com/outline/outline/pull/12565)
- Added protection against timing attacks on notification unsubscribe
endpoints in
[#&#8203;12551](https://redirect.github.com/outline/outline/pull/12551)
- Icon picker is no longer auto-closed on choice in
[#&#8203;12573](https://redirect.github.com/outline/outline/pull/12573)
- Access requests can now be approved by collection managers in
[#&#8203;12579](https://redirect.github.com/outline/outline/pull/12579)
- Collection title and icon inline are now editable like documents in
[#&#8203;12574](https://redirect.github.com/outline/outline/pull/12574)
- Increased valid user-supplied URL length to 1024 in
[#&#8203;12585](https://redirect.github.com/outline/outline/pull/12585)
- Added handling of unhandled server error in MCP route in
[#&#8203;12586](https://redirect.github.com/outline/outline/pull/12586)
- Fixed sticky table header styling in Safari in
[#&#8203;12590](https://redirect.github.com/outline/outline/pull/12590)
- Private IP lookup is now invalid request rather than internal error in
[#&#8203;12592](https://redirect.github.com/outline/outline/pull/12592)
- Improved worker performance through caching in
[#&#8203;12593](https://redirect.github.com/outline/outline/pull/12593)
- chore: Improve handling of "expected" network errors from webhooks in
[#&#8203;12599](https://redirect.github.com/outline/outline/pull/12599)
- Mermaid is no longer persisted as last used coding language in
[#&#8203;12601](https://redirect.github.com/outline/outline/pull/12601)
- Fixed `collaboratorIds` iterable error when handling very old
documents in
[#&#8203;12602](https://redirect.github.com/outline/outline/pull/12602)
- Fixed correct support for hard break serialization for commonMark in
[#&#8203;12603](https://redirect.github.com/outline/outline/pull/12603)
- Added email verification check during sign-in flow in
[#&#8203;12605](https://redirect.github.com/outline/outline/pull/12605)

**Full Changelog**:
<https://github.com/outline/outline/compare/v1.8.0...v1.8.1>

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9vdXRsaW5lIiwiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9wYXRjaCJdfQ==-->
2026-06-06 19:51:10 +02:00

112 lines
3.1 KiB
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/outlinewiki/outline
pullPolicy: IfNotPresent
tag: 1.8.1@sha256:e224dcbe34670bdae8835c32d5abc692d3560dfa262b72fb7232f4d87185aebd
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:
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