diff --git a/operator/Makefile b/operator/Makefile index 3bba3165966a..eabaf3b51776 100644 --- a/operator/Makefile +++ b/operator/Makefile @@ -259,7 +259,7 @@ olm-deploy: ## Deploy the operator bundle and the operator via OLM into an Kube $(error Set variable REGISTRY_BASE to use a custom container registry org account for local development) else olm-deploy: olm-deploy-bundle olm-deploy-operator $(OPERATOR_SDK) - $(OPERATOR_SDK) run bundle -n $(LOKI_OPERATOR_NS) --install-mode AllNamespaces $(BUNDLE_IMG) + $(OPERATOR_SDK) run bundle -n $(LOKI_OPERATOR_NS) --install-mode AllNamespaces $(BUNDLE_IMG) --security-context-config restricted endif .PHONY: olm-upgrade diff --git a/operator/config/manager/kustomization.yaml b/operator/config/manager/kustomization.yaml index da2e7c9d1aa9..86cb69733899 100644 --- a/operator/config/manager/kustomization.yaml +++ b/operator/config/manager/kustomization.yaml @@ -5,5 +5,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization images: - name: controller - newName: docker.io/grafana/loki-operator - newTag: main-39f2856 + newName: quay.io/openshift-logging/loki-operator + newTag: v0.1.0