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._
This commit is contained in:
Kjeld Schouten-Lebbing
2023-04-11 12:07:17 +02:00
committed by GitHub
parent 14bc83d3c7
commit 0b726419d4
1146 changed files with 15731 additions and 17107 deletions
+2 -3
View File
@@ -3,7 +3,7 @@ appVersion: "4.5.3.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
version: 12.2.32
description: iSpy's Agent DVR, a standalone DVR service to manage IP cameras.
home: https://truecharts.org/charts/stable/ispy-agent-dvr
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ispy-agent-dvr.png
@@ -20,9 +20,8 @@ name: ispy-agent-dvr
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/ispy-agent-dvr
- https://github.com/doitandbedone/ispyagentdvr-docker
version: 4.0.19
version: 5.0.0
annotations:
truecharts.org/catagories: |
- security
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U
+10 -14
View File
@@ -10,18 +10,14 @@ questions:
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
# Include{containerBasic}
# Include{containerAdvanced}
# Include{containerConfig}
# Include{serviceRoot}
- variable: main
label: "Main Service"
description: "The Primary service on which the healthcheck runs, often the webUI"
schema:
additional_attrs: true
type: dict
attrs:
# Include{serviceMain}
# Include{serviceSelectorLoadBalancer}
# Include{serviceSelectorExtras}
- variable: main
@@ -255,16 +251,16 @@ questions:
schema:
type: int
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 0
- variable: runAsGroup
label: "runAsGroup"
description: "The groupID this App of the user running the application"
schema:
type: int
default: 0
# Include{securityContextContainer}
# Include{securityContextAdvanced}
# Include{securityContextPod}
- variable: fsGroup
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}
@@ -1 +1 @@
{{ include "tc.common.loader.all" . }}
{{ include "tc.v1.common.loader.all" . }}
+20 -24
View File
@@ -2,15 +2,6 @@ image:
repository: tccr.io/truecharts/ispy-agent-dvr
tag: 4.5.3.0@sha256:4171b73d12d93fe4690339533fd1e0b2b8b0f47f3e5f6f4d89a81fdc8d570303
pullPolicy: IfNotPresent
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
@@ -22,7 +13,7 @@ service:
ports:
turn:
enabled: true
protocol: UDP
protocol: udp
port: 3478
targetPort: 3478
webrtc:
@@ -30,60 +21,59 @@ service:
ports:
webrtc0:
enabled: true
protocol: UDP
protocol: udp
port: 50000
targetPort: 50000
webrtc1:
enabled: true
protocol: UDP
protocol: udp
port: 50001
targetPort: 50001
webrtc2:
enabled: true
protocol: UDP
protocol: udp
port: 50002
targetPort: 50002
webrtc3:
enabled: true
protocol: UDP
protocol: udp
port: 50003
targetPort: 50003
webrtc4:
enabled: true
protocol: UDP
protocol: udp
port: 50004
targetPort: 50004
webrtc5:
enabled: true
protocol: UDP
protocol: udp
port: 50005
targetPort: 50005
webrtc6:
enabled: true
protocol: UDP
protocol: udp
port: 50006
targetPort: 60005
webrtc7:
enabled: true
protocol: UDP
protocol: udp
port: 50007
targetPort: 50007
webrtc8:
enabled: true
protocol: UDP
protocol: udp
port: 50008
targetPort: 50008
webrtc9:
enabled: true
protocol: UDP
protocol: udp
port: 50009
targetPort: 50009
webrtc10:
enabled: true
protocol: UDP
protocol: udp
port: 50010
targetPort: 50010
persistence:
config:
enabled: true
@@ -94,6 +84,12 @@ persistence:
commands:
enabled: true
mountPath: "/agent/Commands"
portal:
enabled: true
open:
enabled: true
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0