diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index 17bce50..7b3f2bf 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -46,10 +46,10 @@ jobs: values: image.repository=${{ env.DOCKER_IMAGE_REGISTRY }},image.tag=${{ env.DOCKER_IMAGE_TAG }} cluster-name: ${{ env.CLUSTER_NAME }} config-files: deploy/production/vote-breakdown-bot.yaml - chart-path: makerops/common + chart-path: techops-services/common namespace: discord-bots timeout: 5m0s name: vote-breakdown-bot - chart-repository: https://makerops.github.io/helm-charts + chart-repository: https://techops-services.github.io/helm-charts version: 0.0.10 atomic: true