diff --git a/operator/config/manager/kustomization.yaml b/operator/config/manager/kustomization.yaml index d68a66a255237..dedde33613ae5 100644 --- a/operator/config/manager/kustomization.yaml +++ b/operator/config/manager/kustomization.yaml @@ -6,4 +6,4 @@ kind: Kustomization images: - name: controller newName: quay.io/openshift-logging/loki-operator - newTag: 0.1.0 + newTag: 6.1.0 diff --git a/operator/config/overlays/openshift/kustomization.yaml b/operator/config/overlays/openshift/kustomization.yaml index 29c420ed2f43a..09e345cc0fbd7 100644 --- a/operator/config/overlays/openshift/kustomization.yaml +++ b/operator/config/overlays/openshift/kustomization.yaml @@ -41,7 +41,7 @@ configMapGenerator: images: - name: controller newName: quay.io/openshift-logging/loki-operator - newTag: 0.1.0 + newTag: 6.1.0 patches: - path: auth_proxy_service_annotations_patch.yaml