Skip to content

Commit

Permalink
Update repo and image tag to use gcr (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyuboxa authored Oct 3, 2024
1 parent 2321b13 commit 6067249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SHELL = /usr/bin/env bash -o pipefail

REPO ?= conduitio/conduit-operator
REPO ?= ghcr.io/conduitio/conduit-operator
TAG := $(shell date +%s)
IMG ?= $(REPO):$(TAG)
NAME := conduit-operator
Expand Down
2 changes: 1 addition & 1 deletion charts/conduit-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
replicaCount: 1

image:
repository: conduitio/conduit-operator
repository: ghcr.io/conduitio/conduit-operator
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
Expand Down

0 comments on commit 6067249

Please sign in to comment.