Skip to content

Commit

Permalink
use new ghcr repo
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Aug 3, 2023
1 parent f5b8368 commit 954dc6f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
id: latest_tag
uses: DavidSpek/gha-get-docker-hub-tags@0.1.15
with:
img: 'ghcr.io/pluralsh/marketing'
img: 'ghcr.io/pluralsh/marketing-proxy'
-
name: Docker meta
id: meta
uses: docker/metadata-action@v3
with:
# list of Docker images to use as base name for tags
images: |
ghcr.io/pluralsh/marketing
ghcr.io/pluralsh/marketing-proxy
# generate Docker tags based on the following events/attributes
tags: |
type=ref,event=branch
Expand Down
2 changes: 1 addition & 1 deletion application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: marketing-website-netlify-proxy
namespace: argo-cd
annotations:
argocd-image-updater.argoproj.io/image-list: "marketingsite=ghcr.io/pluralsh/marketing"
argocd-image-updater.argoproj.io/image-list: "marketingsite=ghcr.io/pluralsh/marketing-proxy"
argocd-image-updater.argoproj.io/marketingsite.helm.image-name: image.repository
argocd-image-updater.argoproj.io/marketingsite.helm.image-tag: image.tag
argocd-image-updater.argoproj.io/write-back-method: argocd # can also be git
Expand Down
2 changes: 1 addition & 1 deletion netlify-proxy-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
replicaCount: 2

image:
repository: ghcr.io/pluralsh/marketing
repository: ghcr.io/pluralsh/marketing-proxy
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: 0.1.0
Expand Down

0 comments on commit 954dc6f

Please sign in to comment.