Files
truecharts/charts/stable/outline/values.yaml
T
TrueCharts BotandGitHub f788787764 chore(helm): update image docker.io/outlinewiki/outline 0.81.0 → 0.81.1 (#29644)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[docker.io/outlinewiki/outline](https://redirect.github.com/outline/outline)
| patch | `5b3284a` -> `e539971` |

---

> [!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.81.1`](https://redirect.github.com/outline/outline/releases/tag/v0.81.1)

[Compare
Source](https://redirect.github.com/outline/outline/compare/v0.81.0...v0.81.1)

#### What's Changed

- Fixed emails should not attempt to be sent if no SMTP authentication
is configured
- Fixed unable to sort by "role" in members table in settings
[https://github.com/outline/outline/issues/7986](https://redirect.github.com/outline/outline/issues/7986)
-   Further improvements to diacritics matching in `CMD`+`F`
- "From" address for outgoing emails is no longer overridden in
self-hosted installs
[https://github.com/outline/outline/issues/7929](https://redirect.github.com/outline/outline/issues/7929)

</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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM4LjE0Mi43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvcGF0Y2giXX0=-->
2024-11-21 03:06:00 +01:00

140 lines
3.9 KiB
YAML

image:
repository: docker.io/outlinewiki/outline
pullPolicy: IfNotPresent
tag: 0.81.1@sha256:e539971b59b2523ab54bf792105d1cff6432974a37e18211c175cd053d7feb62
service:
main:
ports:
main:
port: 10196
# Enabled redis
redis:
enabled: true
redisUsername: default
# Enabled postgres
cnpg:
main:
enabled: true
user: outline
database: outline
portal:
open:
enabled: true
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