TrueChartsClone/charts/stable/outline/values.yaml

140 lines
3.9 KiB
YAML
Raw Normal View History

image:
chore(repo) change stable charts to the upstream images (#14739) **Description** Update the stable train charts to their direct upstream image. ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2023-11-17 10:22:57 +00:00
repository: outlinewiki/outline
pullPolicy: IfNotPresent
chore(deps): update container image outlinewiki/outline to v0.76.1@2e67fc8 by renovate (#21630) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [outlinewiki/outline](https://togithub.com/outline/outline) | minor | `0.75.2` -> `0.76.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>outline/outline (outlinewiki/outline)</summary> ### [`v0.76.1`](https://togithub.com/outline/outline/releases/tag/v0.76.1) [Compare Source](https://togithub.com/outline/outline/compare/v0.76.0...v0.76.1) ##### Fixes - When importing a HTML file with tables it would be imported as raw HTML if a cell contained a list or heading - Fixed an issue that prevented unarchiving documents - Fixed an issue that prevented connecting Slack channels to a collection ### [`v0.76.0`](https://togithub.com/outline/outline/releases/tag/v0.76.0) [Compare Source](https://togithub.com/outline/outline/compare/v0.75.2...v0.76.0) #### What's Changed ##### Improvements - Improved search matching for "phrases" and urls in [https://github.com/outline/outline/pull/6800](https://togithub.com/outline/outline/pull/6800) - Added "Search in document" functionality to restrict a search to a subtree - Improved the quality of snippets for search results in [https://github.com/outline/outline/pull/6828](https://togithub.com/outline/outline/pull/6828) - Processing of `documents.import` now happens on worker - Added support for emoji version 15.0 🫨 🫎 🪼 - Added 80+ additional collection icons in [https://github.com/outline/outline/pull/6803](https://togithub.com/outline/outline/pull/6803) - Added "Archive all notifications" option [@&#8203;hmacr](https://togithub.com/hmacr) in [https://github.com/outline/outline/pull/6599](https://togithub.com/outline/outline/pull/6599) - Added sorting controls to tables in [https://github.com/outline/outline/pull/6678](https://togithub.com/outline/outline/pull/6678) - Added support for custom db schema by [@&#8203;axelrindle](https://togithub.com/axelrindle) in [https://github.com/outline/outline/pull/6670](https://togithub.com/outline/outline/pull/6670) - Default user language is now inferred when signing in via Google in [https://github.com/outline/outline/pull/6679](https://togithub.com/outline/outline/pull/6679) - Smart text replacements such as emdash no longer triggered inside code mark in [https://github.com/outline/outline/pull/6839](https://togithub.com/outline/outline/pull/6839) - Added ability to link personal Slack <-> Outline accounts in [https://github.com/outline/outline/pull/6682](https://togithub.com/outline/outline/pull/6682) - Added GitHub integration for rich popovers by [@&#8203;apoorv-mishra](https://togithub.com/apoorv-mishra) in [https://github.com/outline/outline/pull/6414](https://togithub.com/outline/outline/pull/6414) - Unfurling of Outline comments now supported in Slack in [https://github.com/outline/outline/pull/6716](https://togithub.com/outline/outline/pull/6716) - Improve user role management on members in [https://github.com/outline/outline/pull/6775](https://togithub.com/outline/outline/pull/6775) - Document share dialog now allows allow inviting new users in [https://github.com/outline/outline/pull/6827](https://togithub.com/outline/outline/pull/6827) - Added `H3` to editor formatting toolbar by [@&#8203;hmacr](https://togithub.com/hmacr) in [https://github.com/outline/outline/pull/6791](https://togithub.com/outline/outline/pull/6791) - Added ability to duplicate a document as draft by [@&#8203;hmacr](https://togithub.com/hmacr) in [https://github.com/outline/outline/pull/6782](https://togithub.com/outline/outline/pull/6782) - Added option to set permission of collections during import in [https://github.com/outline/outline/pull/6799](https://togithub.com/outline/outline/pull/6799) - Added button to empty trash by [@&#8203;hmacr](https://togithub.com/hmacr) in [https://github.com/outline/outline/pull/6772](https://togithub.com/outline/outline/pull/6772) - `Enter` in tables now creates a newline, `Cmd+Enter` creates a new row. - UI preferences are now synced between open tabs - Improve error message clarity for port errors on server start - Added user permission events to document history - Improved inline code display in dark mode - API: Added `statusFilter` parameter to `documents.list` - API: Add `role` parameter to `users.list` endpoint in [https://github.com/outline/outline/pull/6754](https://togithub.com/outline/outline/pull/6754) - API: Add `users.updateRole` endpoint in [https://github.com/outline/outline/pull/6771](https://togithub.com/outline/outline/pull/6771) ##### Fixes - Show complete page without scrollbar in print view by [@&#8203;Pranav2612000](https://togithub.com/Pranav2612000) in [https://github.com/outline/outline/pull/6635](https://togithub.com/outline/outline/pull/6635) - Title emoji support in JSON import/export in [https://github.com/outline/outline/pull/6660](https://togithub.com/outline/outline/pull/6660) - HTML import no longer escapes dollar signs in code ([#&#8203;6638](https://togithub.com/outline/outline/issues/6638)) by [@&#8203;panos--](https://togithub.com/panos--) in [https://github.com/outline/outline/pull/6645](https://togithub.com/outline/outline/pull/6645) - Import source data now displayed on documents in [https://github.com/outline/outline/pull/6651](https://togithub.com/outline/outline/pull/6651) - Backtick shortcut now applied correctly with languages that require composition in [https://github.com/outline/outline/pull/6659](https://togithub.com/outline/outline/pull/6659) - Fixed hover preview going out of window bounds by [@&#8203;apoorv-mishra](https://togithub.com/apoorv-mishra) in [https://github.com/outline/outline/pull/6776](https://togithub.com/outline/outline/pull/6776) - Fixed missing options in document menu for trashed documents - Starred section now opens if a document is starred while collapsed - Fixed styling of GitLab embeds - Added missing keyboard shortcuts to guide - Enabled use of self-hosted Iframely without an API key - Fixed squashed emails in email notifications - Fixed missing `New doc` button on collection header for users without admin - Fixed a race condition that could cause inline comments to be removed without user action - Fixed broken Mermaid diagram styling in exported HTML/PDF - Fixed menus with accessory in-front of label could not be navigated with keyboard letters - Fixed race condition in logout for OIDC providers #### New Contributors - [@&#8203;hmacr](https://togithub.com/hmacr) made their first contribution in [https://github.com/outline/outline/pull/6576](https://togithub.com/outline/outline/pull/6576) - [@&#8203;panos--](https://togithub.com/panos--) made their first contribution in [https://github.com/outline/outline/pull/6645](https://togithub.com/outline/outline/pull/6645) - [@&#8203;axelrindle](https://togithub.com/axelrindle) made their first contribution in [https://github.com/outline/outline/pull/6670](https://togithub.com/outline/outline/pull/6670) - [@&#8203;manuelleduc](https://togithub.com/manuelleduc) made their first contribution in [https://github.com/outline/outline/pull/6717](https://togithub.com/outline/outline/pull/6717) - [@&#8203;potatoone](https://togithub.com/potatoone) made their first contribution in [https://github.com/outline/outline/pull/6785](https://togithub.com/outline/outline/pull/6785) - [@&#8203;Stranger6667](https://togithub.com/Stranger6667) made their first contribution in [https://github.com/outline/outline/pull/6336](https://togithub.com/outline/outline/pull/6336) **Full Changelog**: https://github.com/outline/outline/compare/v0.75.2...v0.76.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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> --------- Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-05-05 13:26:12 +00:00
tag: 0.76.1@sha256:2e67fc8d32a1efcf7df76affe32b5545f8205bf6ce03e84a477a525bf90cb910
service:
main:
ports:
main:
port: 10196
# Enabled redis
redis:
enabled: true
fix(outline): fix secret (also a fix for custom app) (#8639) **Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes #7756 ⚒️ Fixes #8643 **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-05-01 15:29:23 +00:00
redisUsername: default
# Enabled postgres
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900) **Description** Part 1 of the migration to new common on the stable train. This basically breaks most/all charts requiring a reinstall on SCALE as well. Helm users shouldn't need a reinstall but could migrate their values.yaml modification manually besides backing-up and porting the databases. There be Dragons basically, as we obviously cannot 100% go over each-and-every single app in the stable train like we did in the enterprise train. **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Via CI and manually validation in a lot of cases where the CI did not correctly check things. Additional catalog item creation tooling for local testing has been added as well. **📃 Notes:** There will be issues in the future but we should get as much working well as we can. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-04-11 10:07:17 +00:00
cnpg:
main:
enabled: true
user: outline
database: outline
chore(questions): replace questions parts with templates (#3402) * chore(questions): replace port parts with templates * chore(questions): replace controller parts with templates * remove tons of whitespce * remove quotes from strings on templates * make complete controller an include * default to recreate * remove replica and strategies as it's covered from controllerStrtegies include * remove whitespace again * replace controllertype with include (deployment/daemonset/statefulset) * replace advanced port part except targetport * remove more quotes * add hidden toggle of enable the port * new includes * update build script * controller deploy/stateful/deamon template changes * replace controllerStrategies with replicas, replica#, strategy, recreate * move 2 templates into a subfolder * remove quotes * remove disabled portals from questions and defined them on values * remove enabled portal from the questions and add it on values * one more app * Portal cleanup * remove portal templates * add more includes * replace portal links * move some templates in folders * replace ingressRoot with template * more grouping * replace persistenceroot with template * replace serviceExpertRoot * replace serviceroot * fix a rogue one * vctRoot * securityContext cleanup * remove quotes from templates on string * replace vctRoot * replace advanedSecurityRoot * replace podsecurity root * Update .github/scripts/build-catalog.sh * Update values.yaml * remove dupe portal * update build-release script * fix paths * fix apps with imageSelector Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-08-08 21:25:02 +00:00
portal:
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900) **Description** Part 1 of the migration to new common on the stable train. This basically breaks most/all charts requiring a reinstall on SCALE as well. Helm users shouldn't need a reinstall but could migrate their values.yaml modification manually besides backing-up and porting the databases. There be Dragons basically, as we obviously cannot 100% go over each-and-every single app in the stable train like we did in the enterprise train. **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Via CI and manually validation in a lot of cases where the CI did not correctly check things. Additional catalog item creation tooling for local testing has been added as well. **📃 Notes:** There will be issues in the future but we should get as much working well as we can. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-04-11 10:07:17 +00:00
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:
chore(deps): update container image outlinewiki/outline to v0.76.1@2e67fc8 by renovate (#21630) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [outlinewiki/outline](https://togithub.com/outline/outline) | minor | `0.75.2` -> `0.76.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>outline/outline (outlinewiki/outline)</summary> ### [`v0.76.1`](https://togithub.com/outline/outline/releases/tag/v0.76.1) [Compare Source](https://togithub.com/outline/outline/compare/v0.76.0...v0.76.1) ##### Fixes - When importing a HTML file with tables it would be imported as raw HTML if a cell contained a list or heading - Fixed an issue that prevented unarchiving documents - Fixed an issue that prevented connecting Slack channels to a collection ### [`v0.76.0`](https://togithub.com/outline/outline/releases/tag/v0.76.0) [Compare Source](https://togithub.com/outline/outline/compare/v0.75.2...v0.76.0) #### What's Changed ##### Improvements - Improved search matching for "phrases" and urls in [https://github.com/outline/outline/pull/6800](https://togithub.com/outline/outline/pull/6800) - Added "Search in document" functionality to restrict a search to a subtree - Improved the quality of snippets for search results in [https://github.com/outline/outline/pull/6828](https://togithub.com/outline/outline/pull/6828) - Processing of `documents.import` now happens on worker - Added support for emoji version 15.0 🫨 🫎 🪼 - Added 80+ additional collection icons in [https://github.com/outline/outline/pull/6803](https://togithub.com/outline/outline/pull/6803) - Added "Archive all notifications" option [@&#8203;hmacr](https://togithub.com/hmacr) in [https://github.com/outline/outline/pull/6599](https://togithub.com/outline/outline/pull/6599) - Added sorting controls to tables in [https://github.com/outline/outline/pull/6678](https://togithub.com/outline/outline/pull/6678) - Added support for custom db schema by [@&#8203;axelrindle](https://togithub.com/axelrindle) in [https://github.com/outline/outline/pull/6670](https://togithub.com/outline/outline/pull/6670) - Default user language is now inferred when signing in via Google in [https://github.com/outline/outline/pull/6679](https://togithub.com/outline/outline/pull/6679) - Smart text replacements such as emdash no longer triggered inside code mark in [https://github.com/outline/outline/pull/6839](https://togithub.com/outline/outline/pull/6839) - Added ability to link personal Slack <-> Outline accounts in [https://github.com/outline/outline/pull/6682](https://togithub.com/outline/outline/pull/6682) - Added GitHub integration for rich popovers by [@&#8203;apoorv-mishra](https://togithub.com/apoorv-mishra) in [https://github.com/outline/outline/pull/6414](https://togithub.com/outline/outline/pull/6414) - Unfurling of Outline comments now supported in Slack in [https://github.com/outline/outline/pull/6716](https://togithub.com/outline/outline/pull/6716) - Improve user role management on members in [https://github.com/outline/outline/pull/6775](https://togithub.com/outline/outline/pull/6775) - Document share dialog now allows allow inviting new users in [https://github.com/outline/outline/pull/6827](https://togithub.com/outline/outline/pull/6827) - Added `H3` to editor formatting toolbar by [@&#8203;hmacr](https://togithub.com/hmacr) in [https://github.com/outline/outline/pull/6791](https://togithub.com/outline/outline/pull/6791) - Added ability to duplicate a document as draft by [@&#8203;hmacr](https://togithub.com/hmacr) in [https://github.com/outline/outline/pull/6782](https://togithub.com/outline/outline/pull/6782) - Added option to set permission of collections during import in [https://github.com/outline/outline/pull/6799](https://togithub.com/outline/outline/pull/6799) - Added button to empty trash by [@&#8203;hmacr](https://togithub.com/hmacr) in [https://github.com/outline/outline/pull/6772](https://togithub.com/outline/outline/pull/6772) - `Enter` in tables now creates a newline, `Cmd+Enter` creates a new row. - UI preferences are now synced between open tabs - Improve error message clarity for port errors on server start - Added user permission events to document history - Improved inline code display in dark mode - API: Added `statusFilter` parameter to `documents.list` - API: Add `role` parameter to `users.list` endpoint in [https://github.com/outline/outline/pull/6754](https://togithub.com/outline/outline/pull/6754) - API: Add `users.updateRole` endpoint in [https://github.com/outline/outline/pull/6771](https://togithub.com/outline/outline/pull/6771) ##### Fixes - Show complete page without scrollbar in print view by [@&#8203;Pranav2612000](https://togithub.com/Pranav2612000) in [https://github.com/outline/outline/pull/6635](https://togithub.com/outline/outline/pull/6635) - Title emoji support in JSON import/export in [https://github.com/outline/outline/pull/6660](https://togithub.com/outline/outline/pull/6660) - HTML import no longer escapes dollar signs in code ([#&#8203;6638](https://togithub.com/outline/outline/issues/6638)) by [@&#8203;panos--](https://togithub.com/panos--) in [https://github.com/outline/outline/pull/6645](https://togithub.com/outline/outline/pull/6645) - Import source data now displayed on documents in [https://github.com/outline/outline/pull/6651](https://togithub.com/outline/outline/pull/6651) - Backtick shortcut now applied correctly with languages that require composition in [https://github.com/outline/outline/pull/6659](https://togithub.com/outline/outline/pull/6659) - Fixed hover preview going out of window bounds by [@&#8203;apoorv-mishra](https://togithub.com/apoorv-mishra) in [https://github.com/outline/outline/pull/6776](https://togithub.com/outline/outline/pull/6776) - Fixed missing options in document menu for trashed documents - Starred section now opens if a document is starred while collapsed - Fixed styling of GitLab embeds - Added missing keyboard shortcuts to guide - Enabled use of self-hosted Iframely without an API key - Fixed squashed emails in email notifications - Fixed missing `New doc` button on collection header for users without admin - Fixed a race condition that could cause inline comments to be removed without user action - Fixed broken Mermaid diagram styling in exported HTML/PDF - Fixed menus with accessory in-front of label could not be navigated with keyboard letters - Fixed race condition in logout for OIDC providers #### New Contributors - [@&#8203;hmacr](https://togithub.com/hmacr) made their first contribution in [https://github.com/outline/outline/pull/6576](https://togithub.com/outline/outline/pull/6576) - [@&#8203;panos--](https://togithub.com/panos--) made their first contribution in [https://github.com/outline/outline/pull/6645](https://togithub.com/outline/outline/pull/6645) - [@&#8203;axelrindle](https://togithub.com/axelrindle) made their first contribution in [https://github.com/outline/outline/pull/6670](https://togithub.com/outline/outline/pull/6670) - [@&#8203;manuelleduc](https://togithub.com/manuelleduc) made their first contribution in [https://github.com/outline/outline/pull/6717](https://togithub.com/outline/outline/pull/6717) - [@&#8203;potatoone](https://togithub.com/potatoone) made their first contribution in [https://github.com/outline/outline/pull/6785](https://togithub.com/outline/outline/pull/6785) - [@&#8203;Stranger6667](https://togithub.com/Stranger6667) made their first contribution in [https://github.com/outline/outline/pull/6336](https://togithub.com/outline/outline/pull/6336) **Full Changelog**: https://github.com/outline/outline/compare/v0.75.2...v0.76.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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM0MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=--> --------- Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2024-05-05 13:26:12 +00:00
URL: "{{ tpl .Values.workload.main.podSpec.containers.main.env.URL $ }}"
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900) **Description** Part 1 of the migration to new common on the stable train. This basically breaks most/all charts requiring a reinstall on SCALE as well. Helm users shouldn't need a reinstall but could migrate their values.yaml modification manually besides backing-up and porting the databases. There be Dragons basically, as we obviously cannot 100% go over each-and-every single app in the stable train like we did in the enterprise train. **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Via CI and manually validation in a lot of cases where the CI did not correctly check things. Additional catalog item creation tooling for local testing has been added as well. **📃 Notes:** There will be issues in the future but we should get as much working well as we can. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-04-11 10:07:17 +00:00
DATABASE_URL:
secretKeyRef:
name: cnpg-main-urls
key: std
REDIS_URL:
secretKeyRef:
fix(outline): fix secret (also a fix for custom app) (#8639) **Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes #7756 ⚒️ Fixes #8643 **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-05-01 15:29:23 +00:00
name: secrets
key: REDIS_CUSTOM_URL
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900) **Description** Part 1 of the migration to new common on the stable train. This basically breaks most/all charts requiring a reinstall on SCALE as well. Helm users shouldn't need a reinstall but could migrate their values.yaml modification manually besides backing-up and porting the databases. There be Dragons basically, as we obviously cannot 100% go over each-and-every single app in the stable train like we did in the enterprise train. **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Via CI and manually validation in a lot of cases where the CI did not correctly check things. Additional catalog item creation tooling for local testing has been added as well. **📃 Notes:** There will be issues in the future but we should get as much working well as we can. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-04-11 10:07:17 +00:00
SECRET_KEY:
secretKeyRef:
name: secrets
key: SECRET_KEY
UTILS_SECRET:
secretKeyRef:
name: secrets
key: UTILS_SECRET
command:
fix(outline): fix secret (also a fix for custom app) (#8639) **Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes #7756 ⚒️ Fixes #8643 **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-05-01 15:29:23 +00:00
- sh
- -c
- yarn sequelize db:migrate --env=production-ssl-disabled
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900) **Description** Part 1 of the migration to new common on the stable train. This basically breaks most/all charts requiring a reinstall on SCALE as well. Helm users shouldn't need a reinstall but could migrate their values.yaml modification manually besides backing-up and porting the databases. There be Dragons basically, as we obviously cannot 100% go over each-and-every single app in the stable train like we did in the enterprise train. **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Via CI and manually validation in a lot of cases where the CI did not correctly check things. Additional catalog item creation tooling for local testing has been added as well. **📃 Notes:** There will be issues in the future but we should get as much working well as we can. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-04-11 10:07:17 +00:00
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"
feat(outline): Add local storage + persistance (#18257) **Description** App seems to be missing persistence and there's a note for Docker to add local storage -> https://docs.getoutline.com/s/hosting/doc/file-storage-N4M0T6Ypu7 so might as well do it right ⚒️ Fixes #18245 **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-17 10:18:32 +00:00
FILE_STORAGE: ""
FILE_STORAGE_UPLOAD_MAX_SIZE: ""
feat(stable): BREAKING CHANGE migrate to new common part 1 (#7900) **Description** Part 1 of the migration to new common on the stable train. This basically breaks most/all charts requiring a reinstall on SCALE as well. Helm users shouldn't need a reinstall but could migrate their values.yaml modification manually besides backing-up and porting the databases. There be Dragons basically, as we obviously cannot 100% go over each-and-every single app in the stable train like we did in the enterprise train. **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [x] 🪛 Bugfix - [x] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [x] 🔃 Refactor of current code **🧪 How Has This Been Tested?** Via CI and manually validation in a lot of cases where the CI did not correctly check things. Additional catalog item creation tooling for local testing has been added as well. **📃 Notes:** There will be issues in the future but we should get as much working well as we can. **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [x] #️⃣ I have commented my code, particularly in hard-to-understand areas - [x] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [x] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
2023-04-11 10:07:17 +00:00
# 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
feat(outline): Add local storage + persistance (#18257) **Description** App seems to be missing persistence and there's a note for Docker to add local storage -> https://docs.getoutline.com/s/hosting/doc/file-storage-N4M0T6Ypu7 so might as well do it right ⚒️ Fixes #18245 **⚙️ Type of change** - [ ] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [ ] ⚖️ My code follows the style guidelines of this project - [ ] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [ ] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [ ] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._ --------- Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> Co-authored-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
2024-02-17 10:18:32 +00:00
persistence:
data:
enabled: true
mountPath: /var/lib/outline/data