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: "latest"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
version: 12.2.32
deprecated: false
description: Webtop full desktop environments in officially supported flavors accessible via any modern web browser.
home: https://truecharts.org/charts/stable/webtop
@@ -23,9 +23,8 @@ sources:
- https://github.com/orgs/linuxserver/packages/container/package/webtop
- https://github.com/linuxserver/docker-webtop#readme
type: application
version: 4.0.10
version: 5.0.0
annotations:
truecharts.org/catagories: |
- Tools-Utilities
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U
+72 -76
View File
@@ -71,68 +71,64 @@ questions:
# Include{replicas1}
# Include{podSpec}
# Include{containerMain}
- variable: env
group: App Configuration
label: Image Environment
schema:
additional_attrs: true
type: dict
attrs:
- variable: TITLE
label: Title
description: String which will be used as page/tab title in the web browser.
schema:
type: string
default: Webtop
- variable: AUTO_LOGIN
label: Auto Login
description: force login on the '/' path.
schema:
type: boolean
default: false
- variable: KEYBOARD
label: Keyboard Layout
description: See the keyboard layouts in https://docs.linuxserver.io/images/docker-webtop#application-setup
schema:
type: string
default: en-us-qwerty
enum:
- value: en-us-qwerty
description: English US Qwerty
- value: es-es-qwerty
description: Spanish Qwerty
- value: en-gb-qwerty
description: English UK Qwerty
- value: da-dk-qwerty
description: Danish Qwerty
- value: de-ch-qwertz
description: German Qwertz
- value: fr-ch-qwertz
description: Swiss French Qwertz
- value: fr-fr-azerty
description: French Azerty
- value: it-it-qwerty
description: Italian Qwerty
- value: ja-jp-qwerty
description: Japanese Qwerty
- value: pt-br-qwerty
description: Portuguese Brazilian Qwerty
- value: sv-se-qwerty
description: Swedish Qwerty
- value: tr-tr-qwerty
description: Turkish-Q Qwerty
# Include{containerBasic}
# Include{containerAdvanced}
- variable: env
group: App Configuration
label: Image Environment
schema:
additional_attrs: true
type: dict
attrs:
- variable: TITLE
label: Title
description: String which will be used as page/tab title in the web browser.
schema:
type: string
default: Webtop
- variable: AUTO_LOGIN
label: Auto Login
description: force login on the '/' path.
schema:
type: boolean
default: false
- variable: KEYBOARD
label: Keyboard Layout
description: See the keyboard layouts in https://docs.linuxserver.io/images/docker-webtop#application-setup
schema:
type: string
default: en-us-qwerty
enum:
- value: en-us-qwerty
description: English US Qwerty
- value: es-es-qwerty
description: Spanish Qwerty
- value: en-gb-qwerty
description: English UK Qwerty
- value: da-dk-qwerty
description: Danish Qwerty
- value: de-ch-qwertz
description: German Qwertz
- value: fr-ch-qwertz
description: Swiss French Qwertz
- value: fr-fr-azerty
description: French Azerty
- value: it-it-qwerty
description: Italian Qwerty
- value: ja-jp-qwerty
description: Japanese Qwerty
- value: pt-br-qwerty
description: Portuguese Brazilian Qwerty
- value: sv-se-qwerty
description: Swedish Qwerty
- value: tr-tr-qwerty
description: Turkish-Q Qwerty
# 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
@@ -174,28 +170,28 @@ questions:
# Include{ingressTraefik}
# Include{ingressList}
# Include{podSecurityContextRoot}
- variable: runAsUser
label: runAsUser
description: The UserID 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{securityContextRoot}
- variable: runAsUser
label: "runAsUser"
description: "The UserID 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
label: fsGroup
description: The group that should own ALL storage.
schema:
type: int
default: 568
- variable: fsGroup
label: "fsGroup"
description: "The group that should own ALL storage."
schema:
type: int
default: 568
# Include{resources}
# Include{advanced}
+1
View File
@@ -0,0 +1 @@
{{- include "tc.v1.common.lib.chart.notes" $ -}}
+1 -1
View File
@@ -1,2 +1,2 @@
{{/* Render the templates */}}
{{ include "tc.common.loader.all" . }}
{{ include "tc.v1.common.loader.all" . }}
+17 -23
View File
@@ -14,7 +14,6 @@ archXFCEImage:
repository: tccr.io/truecharts/webtop-arch-xfce
tag: latest@sha256:9cc8e45db773e9bb94d6dda530861d2e26a38136cf479a32a9ccb5c8272dab61
pullPolicy: Always
alpineKDEImage:
repository: tccr.io/truecharts/webtop-alpine-kde
tag: latest@sha256:0f85328ea502a34b5518ed7dbf824a18e07bb8911d7bcbc1421bd14a02dfbe24
@@ -31,7 +30,6 @@ archKDEImage:
repository: tccr.io/truecharts/webtop-arch-kde
tag: latest@sha256:47b55e038b3e53fc4b4033ad5812c8fd7d401966515b859efcfdd8a34b02b9d9
pullPolicy: Always
alpineMATEImage:
repository: tccr.io/truecharts/webtop-alpine-mate
tag: latest@sha256:42d0ff75ede8b1c9329075ced3eef6a88bc5a73b67a80e274dc3eb8b76970c15
@@ -48,7 +46,6 @@ archMATEImage:
repository: tccr.io/truecharts/webtop-arch-mate
tag: latest@sha256:25ccaf4e055b0e3db56687b8805def4d55e596c5d41d6042541189a85bc1f6dc
pullPolicy: Always
alpineI3Image:
repository: tccr.io/truecharts/webtop-alpine-i3
tag: latest@sha256:eb51fcfb1dc5fafa6e943b6b77977b507b04883386701ae0883e0231f06dd6ef
@@ -65,7 +62,6 @@ archI3Image:
repository: tccr.io/truecharts/webtop-arch-i3
tag: latest@sha256:a71becd2d2c917d1b3b8c28146da068b8df1ad7400fd629fd1b15e3dad764993
pullPolicy: Always
alpineOpenBoxImage:
repository: tccr.io/truecharts/webtop-alpine-openbox
tag: latest@sha256:4c161a22869c300e45f521c431011a610ab89d90ece138364595df5e8280ab35
@@ -82,7 +78,6 @@ archOpenBoxImage:
repository: tccr.io/truecharts/webtop-arch-openbox
tag: latest@sha256:c54d14053e07e9f38bc9c63a043be4e3729823638ffa1a22f0d8959144b2cb10
pullPolicy: Always
alpineICEWMImage:
repository: tccr.io/truecharts/webtop-alpine-icewm
tag: latest@sha256:fc3767a5d5cd3b035c16200c96d24605f9d4a303400da90803a91bc8161c0f86
@@ -99,32 +94,31 @@ archICEWMImage:
repository: tccr.io/truecharts/webtop-arch-icewm
tag: latest@sha256:094c9bc41070551ab5a9e76ac33c294285865d0c5d844d11826a7647ad14a3fa
pullPolicy: Always
imageSelector: image
env:
KEYBOARD: "en-us-qwerty"
CUSTOM_PORT: "{{ .Values.service.main.ports.main.port }}"
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 33000
protocol: HTTP
protocol: http
persistence:
config:
enabled: true
mountPath: /config
portal:
enabled: true
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsGroup: 0
runAsUser: 0
workload:
main:
podSpec:
containers:
main:
env:
KEYBOARD: "en-us-qwerty"
CUSTOM_PORT: "{{ .Values.service.main.ports.main.port }}"