1653069d50
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 [#​12587](https://redirect.github.com/outline/outline/pull/12587) - Add admin interface to change user avatars in [#​12405](https://redirect.github.com/outline/outline/pull/12405) - Add automatic metrics tagging of outgoing emails in [#​12570](https://redirect.github.com/outline/outline/pull/12570) - Various improvements to mobile styling and layout in [#​12577](https://redirect.github.com/outline/outline/pull/12577), [#​12576](https://redirect.github.com/outline/outline/pull/12576) ##### Fixes - Fixed search term highlights missing on navigation from search in [#​12598](https://redirect.github.com/outline/outline/pull/12598) - Fixed an intermitent issue where sidebar element is not correctly active on first load in [#​12566](https://redirect.github.com/outline/outline/pull/12566) - Scrollbar no longer causes horizontal movement in comments sidebar in [#​12565](https://redirect.github.com/outline/outline/pull/12565) - Added protection against timing attacks on notification unsubscribe endpoints in [#​12551](https://redirect.github.com/outline/outline/pull/12551) - Icon picker is no longer auto-closed on choice in [#​12573](https://redirect.github.com/outline/outline/pull/12573) - Access requests can now be approved by collection managers in [#​12579](https://redirect.github.com/outline/outline/pull/12579) - Collection title and icon inline are now editable like documents in [#​12574](https://redirect.github.com/outline/outline/pull/12574) - Increased valid user-supplied URL length to 1024 in [#​12585](https://redirect.github.com/outline/outline/pull/12585) - Added handling of unhandled server error in MCP route in [#​12586](https://redirect.github.com/outline/outline/pull/12586) - Fixed sticky table header styling in Safari in [#​12590](https://redirect.github.com/outline/outline/pull/12590) - Private IP lookup is now invalid request rather than internal error in [#​12592](https://redirect.github.com/outline/outline/pull/12592) - Improved worker performance through caching in [#​12593](https://redirect.github.com/outline/outline/pull/12593) - chore: Improve handling of "expected" network errors from webhooks in [#​12599](https://redirect.github.com/outline/outline/pull/12599) - Mermaid is no longer persisted as last used coding language in [#​12601](https://redirect.github.com/outline/outline/pull/12601) - Fixed `collaboratorIds` iterable error when handling very old documents in [#​12602](https://redirect.github.com/outline/outline/pull/12602) - Fixed correct support for hard break serialization for commonMark in [#​12603](https://redirect.github.com/outline/outline/pull/12603) - Added email verification check during sign-in flow in [#​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==-->
112 lines
3.1 KiB
YAML
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
|