Files
truecharts/charts/stable/openhab/values.yaml
T
TrueCharts Bot 6530de478f chore(deps): update container image openhab/openhab to v4.2.2@8ddbadc by renovate (#27074)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [openhab/openhab](https://www.openhab.org/)
([source](https://redirect.github.com/openhab/openhab-docker)) | patch |
`4.2.1` -> `4.2.2` |

---

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

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMDEuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEwMS4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-09-30 02:43:49 +02:00

65 lines
1.5 KiB
YAML

image:
repository: openhab/openhab
pullPolicy: IfNotPresent
tag: 4.2.2@sha256:8ddbadca555dbc49ff9166d4ccca1e0f146bd2a1bcb8c3fac43df40b2df78568
service:
main:
ports:
main:
protocol: http
port: 10169
https:
enabled: true
ports:
https:
protocol: https
enabled: true
port: 10170
configmap:
init:
enabled: true
data:
enable-console-logging.sh: |
echo 'Enabling console logging.'
sed -i -E 's|(<AppenderRef ref="OSGI"/>).*|\1<AppenderRef ref="STDOUT"/>|' /openhab/userdata/etc/log4j2.xml
persistence:
config:
enabled: true
mountPath: "/openhab/conf"
addons:
enabled: true
mountPath: "/openhab/addons"
userdata:
enabled: true
mountPath: "/openhab/userdata"
init:
enabled: true
mountPath: /etc/cont-init.d/enable-console-logging.sh
subPath: enable-console-logging.sh
type: configmap
objectName: init
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: tcp
readiness:
type: tcp
startup:
type: tcp
env:
OPENHAB_HTTP_PORT: "{{ .Values.service.main.ports.main.port }}"
OPENHAB_HTTPS_PORT: "{{ .Values.service.https.ports.https.port }}"