diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0bd01a5..e925ca3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,8 +25,13 @@ jobs: git config user.name "$GITHUB_ACTOR" git config user.email "$GITHUB_ACTOR@users.noreply.github.com" - - id: 'add-cockroachdb-repo' - run: 'helm repo add cockroachdb https://charts.cockroachdb.com/' + - id: 'prepare' + run: | + helm repo add bitnami https://charts.bitnami.com/bitnami + helm repo add cockroachdb https://charts.cockroachdb.com/ + cat ./charts/zitadel/values.yaml >> charts/zitadel-umbrella/values.yaml + sed -n -e '/Common.*zitadel-umbrella/,$p' ./charts/zitadel/Chart.yaml >> charts/zitadel-umbrella/Chart.yaml + helm dependency build charts/zitadel-umbrella - id: 'release' uses: 'helm/chart-releaser-action@v1.6.0' diff --git a/.gitignore b/.gitignore index 485dee6..b6d59af 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ .idea +/*.tgz \ No newline at end of file diff --git a/charts/zitadel-umbrella/charts/cockroachdb-14.0.3.tgz b/charts/zitadel-umbrella/charts/cockroachdb-14.0.3.tgz deleted file mode 100644 index c7d6689..0000000 Binary files a/charts/zitadel-umbrella/charts/cockroachdb-14.0.3.tgz and /dev/null differ diff --git a/charts/zitadel-umbrella/charts/postgresql-15.5.35.tgz b/charts/zitadel-umbrella/charts/postgresql-15.5.35.tgz deleted file mode 100644 index 46acbc9..0000000 Binary files a/charts/zitadel-umbrella/charts/postgresql-15.5.35.tgz and /dev/null differ