Skip to content

Commit

Permalink
fix: operator image name in helm chart (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
dejanzele authored Oct 18, 2023
1 parent e95cd7f commit a596f28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/armada-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ controllerManager:
drop:
- ALL
image:
repository: armada-operator
repository: gresearch/armada-operator
tag: latest
imagePullPolicy: IfNotPresent
resources:
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: armada-operator
newName: gresearch/armada-operator
newTag: latest

0 comments on commit a596f28

Please sign in to comment.