Skip to content

Commit

Permalink
Merge pull request #9 from mikebutrimov/change-image
Browse files Browse the repository at this point in the history
fix: change repo to ghcr and add container image arg
  • Loading branch information
jastBytes authored Jul 16, 2021
2 parents 1e6803d + 67b3c47 commit 703359f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions charts/backup-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ spec:
containers:
- args:
- --enable-leader-election
- --worker-image={{ .Values.image.repository }}:{{ .Values.image.tag }}
command:
- /manager
image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
Expand Down
2 changes: 1 addition & 1 deletion charts/backup-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

replicaCount: 1
image:
repository: kubismio/backup-operator
repository: ghcr.io/kubism/backup-operator
tag: latest

crds:
Expand Down

0 comments on commit 703359f

Please sign in to comment.