From d50426e51a83f938d39cbaf2b16db3ac4b6f4484 Mon Sep 17 00:00:00 2001 From: Gerard Vanloo Date: Mon, 13 Mar 2023 09:20:54 -0400 Subject: [PATCH] Address review comments --- operator/Makefile | 2 +- operator/config/manager/kustomization.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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