From bde7b16ead7688b292a9402ce71b2ed0cd312081 Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Date: Fri, 29 Jan 2021 19:59:19 +0500 Subject: [PATCH] Add library chart as a dependency for ipfs/ix-chart/minio/nextcloud/plex items --- test/ipfs/1.0.1/Chart.yaml | 4 ++++ test/ix-chart/2101.0.0/Chart.yaml | 5 +++++ test/minio/1.0.1/Chart.yaml | 4 ++++ test/nextcloud/1.1.0/Chart.yaml | 5 +++++ test/plex/1.0.1/Chart.yaml | 5 +++++ 5 files changed, 23 insertions(+) diff --git a/test/ipfs/1.0.1/Chart.yaml b/test/ipfs/1.0.1/Chart.yaml index fe0a145769..44b5332b93 100644 --- a/test/ipfs/1.0.1/Chart.yaml +++ b/test/ipfs/1.0.1/Chart.yaml @@ -12,3 +12,7 @@ sources: - https://github.com/ipfs/go-ipfs - https://hub.docker.com/r/ipfs/go-ipfs upstream_version: 0.8.0-rc1 +dependencies: + - name: common + repository: file://../../../library/common + version: 2101.0.0 diff --git a/test/ix-chart/2101.0.0/Chart.yaml b/test/ix-chart/2101.0.0/Chart.yaml index 3d45a108e3..7f5e15a157 100644 --- a/test/ix-chart/2101.0.0/Chart.yaml +++ b/test/ix-chart/2101.0.0/Chart.yaml @@ -21,3 +21,8 @@ version: 2101.0.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. appVersion: v1 +dependencies: + - name: common + repository: file://../../../library/common + version: 2101.0.0 + diff --git a/test/minio/1.0.1/Chart.yaml b/test/minio/1.0.1/Chart.yaml index 787ff43d43..9ede89b251 100644 --- a/test/minio/1.0.1/Chart.yaml +++ b/test/minio/1.0.1/Chart.yaml @@ -13,3 +13,7 @@ sources: - https://github.com/minio/minio - https://github.com/minio/charts upstream_version: 8.0.5 +dependencies: + - name: common + repository: file://../../../library/common + version: 2101.0.0 diff --git a/test/nextcloud/1.1.0/Chart.yaml b/test/nextcloud/1.1.0/Chart.yaml index df04f529d5..1f90bd6bc6 100644 --- a/test/nextcloud/1.1.0/Chart.yaml +++ b/test/nextcloud/1.1.0/Chart.yaml @@ -15,3 +15,8 @@ sources: - https://github.com/nextcloud/docker - https://github.com/nextcloud/helm upstream_version: 2.3.2 +dependencies: + - name: common + repository: file://../../../library/common + version: 2101.0.0 + diff --git a/test/plex/1.0.1/Chart.yaml b/test/plex/1.0.1/Chart.yaml index 961dda9c20..05316317f2 100644 --- a/test/plex/1.0.1/Chart.yaml +++ b/test/plex/1.0.1/Chart.yaml @@ -11,3 +11,8 @@ sources: - https://hub.docker.com/r/plexinc/pms-docker/ - https://github.com/k8s-at-home/charts/tree/master/charts/plex upstream_version: 2.1.0 +dependencies: + - name: common + repository: file://../../../library/common + version: 2101.0.0 +