Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Commit

Permalink
change container registry to ghcr.io
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieuJacquot-voodoo committed Feb 23, 2021
1 parent d51e682 commit 8fbdb6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: docker/build-push-action@v1
with:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: voodooteam/irsa-operator/irsa-operator
password: ${{ secrets.GHCR }}
registry: ghcr.io
repository: voodooteam/irsa-operator
tag_with_ref: true
2 changes: 1 addition & 1 deletion config/helm/irsa/templates/irsa-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ spec:
- --oidc-provider-arn={{ .Values.oidcProviderARN }}
command:
- /manager
image: docker.pkg.github.com/voodooteam/irsa-operator/irsa-operator:v{{ .Chart.Version }}
image: ghcr.io/voodooteam/irsa-operator:v{{ .Chart.Version }}
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
- /manager
args:
- --leader-elect
image: docker.pkg.github.com/voodooteam/irsa-operator/irsa-operator:v{{ .Chart.Version }}
image: ghcr.io/voodooteam/irsa-operator:v{{ .Chart.Version }}
name: manager
imagePullPolicy: Always
securityContext:
Expand Down

0 comments on commit 8fbdb6f

Please sign in to comment.