Files
truecharts/charts/stable/baserow/values.yaml
T
TrueCharts BotandGitHub 8a13517b15 chore(deps): update container image baserow/baserow to v1.22.3@1ca1cda by renovate (#17982)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [baserow/baserow](https://gitlab.com/baserow/baserow) | patch |
`1.22.2` -> `1.22.3` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>baserow/baserow (baserow/baserow)</summary>

###
[`v1.22.3`](https://gitlab.com/baserow/baserow/blob/HEAD/changelog.md#Released-1223)

[Compare
Source](https://gitlab.com/baserow/baserow/compare/1.22.2...1.22.3)

##### New features

- Clean up UserLogEntry table entries
[#&#8203;1792](https://gitlab.com/baserow/baserow/-/issues/1792)
- Add segmentControl UI component
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- Add support to reference duration fields in the formula language.
[#&#8203;2190](https://gitlab.com/baserow/baserow/-/issues/2190)
- Add formats with days to the duration field.
[#&#8203;2217](https://gitlab.com/baserow/baserow/-/issues/2217)
- Allow custom public share URLs
[#&#8203;2292](https://gitlab.com/baserow/baserow/-/issues/2292)
- Use primary row value in email notifications instead of just row ids
[#&#8203;2293](https://gitlab.com/baserow/baserow/-/issues/2293)
- Show billable label only to workspace admins
[#&#8203;2295](https://gitlab.com/baserow/baserow/-/issues/2295)
- Added instructions on how to deploy Baserow to Railway.
[#&#8203;2308](https://gitlab.com/baserow/baserow/-/issues/2308)
- Update Django to 4.1.X
[#&#8203;761](https://gitlab.com/baserow/baserow/-/issues/761)
- Added instructions on how to deploy Baserow to Digital Ocean Apps.
[#&#8203;998](https://gitlab.com/baserow/baserow/-/issues/998)
- Prepared Cloudron, all-in-one Docker image, and Heroku for having
multiple application builder domains.

##### Bug fixes

- Keep space for title in the row edit modal
[#&#8203;1734](https://gitlab.com/baserow/baserow/-/issues/1734)
- Avoid dangling snapshots
[#&#8203;1793](https://gitlab.com/baserow/baserow/-/issues/1793)
- Remove trailing spaces from datetime_format formula
[#&#8203;2131](https://gitlab.com/baserow/baserow/-/issues/2131)
- Fix get_adjacent_row bug causing not returning the correct adjacent
row in certain situations.
[#&#8203;2273](https://gitlab.com/baserow/baserow/-/issues/2273)
- Fixes for Render deployments after changes for their plans.
[#&#8203;2275](https://gitlab.com/baserow/baserow/-/issues/2275)
- Fixes bug where the context menu was displaced if there was a vertical
scrollbar (e.g. form form).
[#&#8203;2286](https://gitlab.com/baserow/baserow/-/issues/2286)
- Fix higher_than and lower_than frontend view filters for formula
fields. [#&#8203;2289](https://gitlab.com/baserow/baserow/-/issues/2289)
- Nullify single select field for KanbanView if it's been trashed.
[#&#8203;711](https://gitlab.com/baserow/baserow/-/issues/711)
- Fix cannot read properties of undefined workspace when navigating to a
table that you don't have access to.
- Fix bug where combined database and table level roles would not be
respected when listing permissions.
- Introduce Airtable import remove invalid surrogates JSON loads
fallback.
-   Fixed a bug where the SENTRY_DSN env var was ignored.

##### Refactors

- Redesign checkbox component
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- Refactor avatar UI component
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- refactor badge component
[#&#8203;1918](https://gitlab.com/baserow/baserow/-/issues/1918)
- Change analytics blacklist to whitelist
[#&#8203;2204](https://gitlab.com/baserow/baserow/-/issues/2204)

##### Breaking API changes

- New formulas returning a date_interval/duration are sent as number of
seconds instead of a formatted string.
[#&#8203;2190](https://gitlab.com/baserow/baserow/-/issues/2190)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10pm on monday" in timezone
Europe/Amsterdam, 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
2024-02-05 19:19:59 +01:00

84 lines
2.2 KiB
YAML

image:
repository: baserow/baserow
tag: 1.22.3@sha256:1ca1cdafa4c07e04c545d648d28fafa9fa3281beaa545bc68f8919811ea81195
pullPolicy: IfNotPresent
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 10228
protocol: http
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
path: "/_health"
readiness:
path: "/_health"
startup:
path: "/_health"
env:
DATABASE_NAME: "{{ .Values.cnpg.main.database }}"
DATABASE_USER: "{{ .Values.cnpg.main.user }}"
DATABASE_PORT: "5432"
REDIS_USER: "{{ .Values.redis.redisUsername }}"
REDIS_PORT: "6379"
REDIS_PROTOCOL: "redis"
BASEROW_CADDY_ADDRESSES: ":{{ .Values.service.main.ports.main.port }}"
# User Defined
BASEROW_PUBLIC_URL: "http://localhost:10228"
FROM_EMAIL: ""
EMAIL_SMTP: ""
EMAIL_SMTP_USE_TLS: ""
EMAIL_SMTP_HOST: ""
EMAIL_SMTP_PORT: 587
EMAIL_SMTP_USER: ""
EMAIL_SMTP_PASSWORD: ""
DATABASE_HOST:
secretKeyRef:
name: cnpg-main-urls
key: host
DATABASE_PASSWORD:
secretKeyRef:
name: cnpg-main-user
key: password
REDIS_HOST:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
key: plainhost
REDIS_PASSWORD:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
key: redis-password
SECRET_KEY:
secretKeyRef:
name: secrets
key: SECRET_KEY
persistence:
data:
enabled: true
mountPath: /baserow/data
cnpg:
main:
enabled: true
user: baserow
database: baserow
redis:
enabled: true
redisUsername: "default"
portal:
open:
enabled: true