feat(nextcloud): Rename to sovereign-workplace-nextcloud-bootstrap and bump to 2.2.0

This commit is contained in:
Dominik Kaminski
2023-07-30 15:46:52 +02:00
parent 3187b25554
commit 84de627e20
3 changed files with 6 additions and 17 deletions

View File

@@ -2,16 +2,17 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
--- ---
repositories: repositories:
- name: "swp-nextcloud-bootstrap" - name: "sovereign-workplace-nextcloud-bootstrap"
url: "https://gitlab.souvap-univention.de/api/v4/projects/130/packages/helm/stable" url: "https://gitlab.souvap-univention.de/api/v4/projects/130/packages/helm/stable"
- name: "nextcloud" - name: "nextcloud"
url: "https://nextcloud.github.io/helm/" url: "https://nextcloud.github.io/helm/"
releases: releases:
- name: "swp-nextcloud-bootstrap" - name: "sovereign-workplace-nextcloud-bootstrap"
chart: "swp-nextcloud-bootstrap/sovereign-workplace-nextcloud-bootstrap" chart: "sovereign-workplace-nextcloud-bootstrap/sovereign-workplace-nextcloud-bootstrap"
version: "2.1.0" version: "2.2.0"
wait: true wait: true
waitForJobs: true
values: values:
- "values-bootstrap.gotmpl" - "values-bootstrap.gotmpl"
- "values-bootstrap.yaml" - "values-bootstrap.yaml"
@@ -22,7 +23,7 @@ releases:
chart: "nextcloud/nextcloud" chart: "nextcloud/nextcloud"
version: "3.5.19" version: "3.5.19"
needs: needs:
- "swp-nextcloud-bootstrap" - "sovereign-workplace-nextcloud-bootstrap"
values: values:
- "values-nextcloud.gotmpl" - "values-nextcloud.gotmpl"
- "values-nextcloud.yaml" - "values-nextcloud.yaml"

View File

@@ -1,6 +0,0 @@
# SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
# SPDX-License-Identifier: Apache-2.0
---
# This a sample file and could be filled with proper variable overload.
sample: true
...

View File

@@ -1,6 +0,0 @@
# SPDX-FileCopyrightText: 2023 Bundesministerium des Innern und für Heimat, PG ZenDiS "Projektgruppe für Aufbau ZenDiS"
# SPDX-License-Identifier: Apache-2.0
---
# This a sample file and could be filled with proper variable overload.
sample: true
...