feat(domoticz) Change domoticz from unmaintained to upstream container (#17536)

**Description**
The existing stable/domoticz app is now [unmaintained by the
linuxserver.io creator](https://github.com/linuxserver/docker-domoticz).
This pull request changes over to the [upstream (beta) domoticz
](https://github.com/domoticz/domoticz-docker)images.
<!--
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  #6191 <!--(issue)-->

**⚙️ Type of change**

- [ ] ⚙️ Feature/App addition
- [x] 🪛 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?**
Tested locally with k8s-on-docker-desktop. Have only tested for "it
runs" and not proper user experience.
<!--
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
- [ ] #️⃣ 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
- [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 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: Christopher <bigbero@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
Christopher 2024-02-04 13:36:01 -06:00 committed by GitHub
parent 82de89779c
commit 8b83478333
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 57 deletions

View File

@ -7,7 +7,7 @@ annotations:
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2023.2.20231129
appVersion: 2024.3.0
dependencies:
- name: common
version: 17.2.30
@ -32,4 +32,4 @@ sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/domoticz
- https://ghcr.io/linuxserver/domoticz
type: application
version: 8.1.12
version: 9.0.0

View File

@ -9,19 +9,6 @@ questions:
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: env
group: "App Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: WEBROOT
label: "WEBROOT"
description: "WEBROOT"
schema:
type: string
default: "domoticz"
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
@ -50,8 +37,8 @@ questions:
default: 10144
required: true
- variable: comm1
label: "comm1 Service"
description: "The comm1 service."
label: "comm1 / Remote Shared Service"
description: "The remote shared (previously comm1) service."
schema:
additional_attrs: true
type: dict
@ -71,28 +58,6 @@ questions:
type: int
default: 6144
required: true
- variable: comm2
label: "comm2 Service"
description: "The comm2 service."
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: comm2
label: "comm2 Service Port Configuration"
schema:
additional_attrs: true
type: dict
attrs:
- variable: port
label: "Port"
description: "This port exposes the container port on the service"
schema:
type: int
default: 1443
required: true
# Include{serviceExpertRoot}
# Include{serviceExpert}
# Include{serviceList}

View File

@ -1,7 +1,7 @@
image:
repository: ghcr.io/linuxserver/domoticz
repository: domoticz/domoticz
pullPolicy: IfNotPresent
tag: 2023.2.20231129@sha256:db5939da7ee7979a2a29ac455f5bee6646d59ef32f3ea20a3be0d77667ef8428
tag: 2024.3@sha256:59775bc770f805f5f8454f2ca6f480477f371011488b41c86ccc82c4c23c3d60
securityContext:
container:
runAsNonRoot: false
@ -12,7 +12,6 @@ service:
main:
ports:
main:
targetPort: 8080
port: 10144
comm1:
enabled: true
@ -21,27 +20,16 @@ service:
enabled: true
targetPort: 6144
port: 6144
comm2:
enabled: true
ports:
comm2:
enabled: true
targetPort: 1443
port: 1443
workload:
main:
podSpec:
containers:
main:
probes:
liveness:
type: tcp
readiness:
type: tcp
startup:
type: tcp
env:
WEBROOT: "domoticz"
# Set default http port. Container also has SSL_PORT variable for SSL.
WWW_PORT: "{{ .Values.service.main.ports.main.port }}"
# Set userdata path to match previous linuxserver.io default
EXTRA_CMD_ARG: "-userdata {{ .Values.persistence.config.mountPath }}"
persistence:
config:
enabled: true