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"