From ac0f5c373e0370e914b89702a9f1d62c9ecb0791 Mon Sep 17 00:00:00 2001 From: hackerman <3372410+aeneasr@users.noreply.github.com> Date: Sat, 29 Jun 2019 17:22:19 +0200 Subject: [PATCH] ci: Package hydra helm chart --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f96204740..315100cd6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,6 +37,7 @@ jobs: - run: curl -L https://git.io/get_helm.sh | bash - run: helm init --client-only - run: helm package -d docs/helm/charts/ ./helm/charts/oathkeeper/ --version `echo $CIRCLE_TAG | sed s/v//g` + - run: helm package -d docs/helm/charts/ ./helm/charts/hydra/ --version `echo $CIRCLE_TAG | sed s/v//g` - run: helm repo index docs/helm/charts/ - run: git config --global user.email "hi@ory.sh" - run: git config --global user.name "ORY Continuous Integration"