Skip to content

Commit

Permalink
Merge pull request #2 from zapier/fix-docker
Browse files Browse the repository at this point in the history
Update helm image repo and fix release pipeline
  • Loading branch information
davidwin93 authored Dec 22, 2022
2 parents dcd059f + dca5e22 commit 9802dcf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
+release \
--GIT_TAG=${{ env.GIT_RELEASE_TAG }} \
--GIT_COMMIT=${{ env.GIT_SHA_SHORT }} \
--CI_REGISTRY_IMAGE=ghcr.io/${{ env.REPO_OWNER_LC }}/tfbuddy \
--CI_REGISTRY_IMAGE=ghcr.io/zapier/tfbuddy \
--token ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion charts/tfbuddy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pdb:
maxUnavailable: 1

image:
repository: zapier
repository: ghcr.io/zapier
name: tfbuddy
tag: latest
pullPolicy: Always
Expand Down
2 changes: 1 addition & 1 deletion manifests/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
value: "debug"
- name: TFBUDDY_NATS_SERVICE_URL
value: nats://tfbuddy-nats:4222
image: zapier/tfbuddy:latest
image: ghcr.io/zapier/tfbuddy:latest
imagePullPolicy: Always
livenessProbe:
failureThreshold: 30
Expand Down

0 comments on commit 9802dcf

Please sign in to comment.