diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index c8e991b..caaa6f2 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -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 diff --git a/config/helm/irsa/templates/irsa-operator.yml b/config/helm/irsa/templates/irsa-operator.yml index 957953d..57c8a4c 100644 --- a/config/helm/irsa/templates/irsa-operator.yml +++ b/config/helm/irsa/templates/irsa-operator.yml @@ -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: diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 439a3d5..a457be9 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -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: