TrueChartsClone/charts/stable/wekan/values.yaml

160 lines
5.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 05:22:57 -05:00
repository: wekanteam/wekan
chore(deps): update container image wekanteam/wekan to v7.22@2331615 (#15569) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [wekanteam/wekan](https://togithub.com/wekan/wekan) | minor | `v7.21` -> `v7.22` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>wekan/wekan (wekanteam/wekan)</summary> ### [`v7.22`](https://togithub.com/wekan/wekan/blob/HEAD/CHANGELOG.md#v722-2023-12-01-WeKan--release) [Compare Source](https://togithub.com/wekan/wekan/compare/v7.21...v7.22) This release adds the following new features: - [At right sidebar, moved Minicard Settings to Card Settings popup](https://togithub.com/wekan/wekan/commit/2f2a039e3c1957b8921f3800315508d4f51c21b7). Thanks to Roemer and xet7. - [New feature: Sidebar / Card Settings / Creator at minicard](https://togithub.com/wekan/wekan/commit/f3242869110738210b712761dda67fec34932307). Thanks to Roemer and xet7. and adds the following updates: - [Upgraded to MongoDB 6.0.12 at Snap Candidate](https://togithub.com/wekan/wekan/commit/31ca78c17b0c734087cef99d481b939ac9533612). Thanks to MongoDB developers. and fixes the following bugs: - [Fixed Markdown and copy buttons on top of text](https://togithub.com/wekan/wekan/commit/3cc10c77f99db344d0af3d6d862eb05c909fbf2c). Thanks to mueller-ma and xet7. Thanks to above GitHub users for their contributions and translators for their translations. </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:eyJjcmVhdGVkSW5WZXIiOiIzNy43Ny4xIiwidXBkYXRlZEluVmVyIjoiMzcuNzcuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
2023-12-02 08:59:04 -05:00
tag: v7.22@sha256:233161582522e7e779e17f513c779b50fb289e3ca3ad332482b96e29d1abe321
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 10192
targetPort: 8080
mongodb:
enabled: true
mongodbUsername: wekan
mongodbDatabase: wekan
persistence:
data:
enabled: true
mountPath: "/data"
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 17:25:02 -04:00
portal:
Chore(stable): BREAKING CHANGE migrate to new common part 2 (#7992) **Description** See: https://github.com/truecharts/charts/pull/7900 **⚙️ 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?** <!-- 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:** - [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. - [x] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [x] 🖼️ 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-14 12:11:04 -04:00
open:
enabled: true
workload:
main:
podSpec:
containers:
main:
env:
WRITABLE_PATH: "/data"
# User Defined
ROOT_URL: "http://localhost:8080"
# BROWSER_POLICY_ENABLED: false
# TRUSTED_URL: ""
# LOGOUT_WITH_TIMER: false
# LOGOUT_IN: 0
# LOGOUT_ON_HOURS: 0
# LOGOUT_ON_MINUTES: 0
# ACCOUNTS_COMMON_LOGIN_EXPIRATION_IN_DAYS: 90
# ACCOUNTS_LOCKOUT_KNOWN_USERS_FAILURES_BEFORE: 3
# ACCOUNTS_LOCKOUT_KNOWN_USERS_PERIOD: 60
# ACCOUNTS_LOCKOUT_KNOWN_USERS_FAILURE_WINDOW: 15
# ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURES_BERORE: 3
# ACCOUNTS_LOCKOUT_UNKNOWN_USERS_LOCKOUT_PERIOD: 60
# ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURE_WINDOW: 15
# MAX_IMAGE_PIXEL: 1024
# IMAGE_COMPRESS_RATIO: 80
# MAIL_URL: ""
# MAIL_SERVICE_USER: ""
# MAIL_SERVICE_PASSWORD: ""
# MAIL_SERVICE: ""
# BIGEVENTS_PATTERN: "NONE"
# NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE: 90
# EMAIL_NOTIFICATION_TIMEOUT: 30000
# NOTIFY_DUE_DAYS_BEFORE_AND_AFTER: "2,0"
# NOTIFY_DUE_AT_HOUR_OF_DAY: 8
# RESULTS_PER_PAGE: 20
# RICHER_CARD_COMMENT_EDITOR: false
# CARD_OPENED_WEBHOOK_ENABLED: false
# PASSWORD_LOGIN_ENABLED: false
# WAIT_SPINNER: "Bounce"
# WITH_API: true
# WEBHOOKS_ATTRIBUTES: "cardId,listId,oldListId,boardId,comment,user,card,commentId,swimlaneId,customerField,customFieldValue"
# CORS: "*"
# CORS_ALLOW_HEADERS: "Authorization,Content-Type"
# CORS_EXPOSE_HEADERS: "*"
# MATOMO_ADDRESS: ""
# MATOMO_SITE_ID: 1
# MATOMO_DO_NOT_TRACK: true
# MATOMO_WITH_USERNAME: true
# ORACLE_OIM_ENABLED: false
# OAUTH2_ENABLED: false
# OAUTH2_LOGIN_STYLE: "redirect"
# OAUTH2_CLIENT_ID: ""
# OAUTH2_SECRET: ""
# OAUTH2_SERVER_URL: ""
# OAUTH2_AUTH_ENDPOINT: ""
# OAUTH2_USERINFO_ENDPOINT: ""
# OAUTH2_TOKEN_ENDPOINT: ""
# OAUTH2_ID_MAP: ""
# OAUTH2_USERNAME_MAP: ""
# OAUTH2_FULLNAME_MAP: ""
# OAUTH2_EMAIL_MAP: ""
# OAUTH2_ID_TOKEN_WHITELIST_FIELDS: ""
# OAUTH2_REQUEST_PERMISSIONS: ""
# OAUTH2_CA_CERT: ""
# OAUTH2_ADFS_ENABLED: false
# LDAP_ENABLE: false
# DEFAULT_AUTHENTICATION_METHOD: "ldap"
# LDAP_PORT: 389
# LDAP_HOST: ""
# LDAP_AD_SIMPLE_AUTH: false
# LDAP_USER_AUTHENTICATION: false
# LDAP_USER_AUTHENTICATION_FIELD: "uid"
# LDAP_DEFAULT_DOMAIN: ""
# LDAP_BASEDN: ""
# LDAP_LOGIN_FALLBACK: false
# LDAP_RECONNECT: true
# LDAP_TIMEOUT: 10000
# LDAP_IDLE_TIMEOUT: 10000
# LDAP_CONNECT_TIMEOUT: 10000
# LDAP_AUTHENTIFICATION: true
# LDAP_AUTHENTIFICATION_USERDN: ""
# LDAP_AUTHENTIFICATION_PASSWORD: ""
# LDAP_LOG_ENABLED: true
# LDAP_BACKGROUND_SYNC: true
# LDAP_BACKGROUND_SYNC_INTERVAL: "every 1 hour"
# LDAP_BACKGROUND_SYNC_KEEP_EXISTANT_USERS_UPDATED: false
# LDAP_BACKGROUND_SYNC_IMPORT_NEW_USERS: false
# LDAP_ENCRYPTION: "false"
# LDAP_CA_CERT: ""
# LDAP_REJECT_UNAUTHORIZED: false
# LDAP_USER_SEARCH_FILTER: ""
# LDAP_USER_SEARCH_SCOPE: "one"
# LDAP_USER_SEARCH_FIELD: ""
# LDAP_SEARCH_PAGE_SIZE: 0
# LDAP_SEARCH_SIZE_LIMIT: 0
# LDAP_GROUP_FILTER_ENABLE: false
# LDAP_GROUP_FILTER_OBJECTCLASS: ""
# LDAP_GROUP_FILTER_GROUP_ID_ATTRIBUTE: ""
# LDAP_GROUP_FILTER_GROUP_MEMBER_ATTRIBUTE: ""
# LDAP_GROUP_FILTER_GROUP_MEMBER_FORMAT: ""
# LDAP_GROUP_FILTER_GROUP_NAME: ""
# LDAP_UNIQUE_IDENTIFIER_FIELD: ""
# LDAP_UTF8_NAMES_SLUGIFY: true
# LDAP_USERNAME_FIELD: ""
# LDAP_FULLNAME_FIELD: "fullname"
# LDAP_MERGE_EXISTING_USERS: false
# LDAP_EMAIL_MATCH_ENABLE: true
# LDAP_EMAIL_MATCH_REQUIRE: true
# LDAP_EMAIL_MATCH_VERIFIED: true
# LDAP_EMAIL_FIELD: "mail"
# LDAP_SYNC_USER_DATA: false
# LDAP_SYNC_USER_DATA_FIELDMAP: ""
# LDAP_SYNC_GROUP_ROLES: ""
# LDAP_SYNC_ADMIN_STATUS: true
# LDAP_SYNC_ADMIN_GROUPS: ""
# HEADER_LOGIN_ID: ""
# HEADER_LOGIN_FIRSTNAME: ""
# HEADER_LOGIN_LASTNAME: ""
# HEADER_LOGIN_EMAIL: ""
# CAS_ENABLED: false
# CAS_BASE_URL: ""
# CAS_LOGIN_URL: ""
# CAS_VALIDATE_URL: ""
# SAML_ENABLED: false
# SAML_PROVIDER: ""
# SAML_ENTRYPOINT: ""
# SAML_ISSUER: ""
# SAML_CERT: ""
# SAML_IDPSLO_REDIRECTURL: ""
# SAML_PRIVATE_KEYFILE: ""
# SAML_PUBLIC_CERTFILE: ""
# SAML_IDENTIFIER_FORMAT: ""
# SAML_LOCAL_PROFILE_MATCH_ATTRIBUTE: ""
# SAML_ATTRIBUTES: ""
MONGO_URL:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "mongodbcreds" }}'
key: url