From fd6000b7c814c09b3e6ea323efb2704406ed5841 Mon Sep 17 00:00:00 2001 From: Trilok Khairnar Date: Wed, 25 Sep 2024 18:35:47 +0530 Subject: [PATCH] Resolve conflicts --- .../crd/bases/plumber.k8s.pf9.io_networkplugins.yaml | 4 ++-- hostplumber/Makefile | 10 ---------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/config/crd/bases/plumber.k8s.pf9.io_networkplugins.yaml b/config/crd/bases/plumber.k8s.pf9.io_networkplugins.yaml index 9ac1c37d..0d3870dc 100644 --- a/config/crd/bases/plumber.k8s.pf9.io_networkplugins.yaml +++ b/config/crd/bases/plumber.k8s.pf9.io_networkplugins.yaml @@ -60,10 +60,10 @@ spec: type: string imagePullPolicy: type: string - namespace: - type: string metricsPort: type: string + namespace: + type: string type: object multus: properties: diff --git a/hostplumber/Makefile b/hostplumber/Makefile index 6e35a623..2b3862a7 100755 --- a/hostplumber/Makefile +++ b/hostplumber/Makefile @@ -1,7 +1,6 @@ SHELL=/bin/bash # Image URL to use all building/pushing image targets ifndef OVERRIDE_HOSTPLUMBER_VERSION -<<<<<<< HEAD IMG_TAG = $(shell ./get-label.bash) else ifneq ($(strip $(OVERRIDE_HOSTPLUMBER_VERSION)),) @@ -11,15 +10,6 @@ else endif endif IMG ?= quay.io/platform9/hostplumber:$(IMG_TAG) -======= -IMG_TAG = $(shell ../get-label.bash) -else -IMG_TAG ?= $(OVERRIDE_HOSTPLUMBER_VERSION) -endif - -IMG = platform9/hostplumber:$(IMG_TAG) - ->>>>>>> 0685a84 ([PMK-6474] : Restrict TLS cipher suites for kube-rbac-proxy container (#213)) # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. ENVTEST_K8S_VERSION = 1.29