Skip to content

Commit

Permalink
Resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
cruizen committed Sep 25, 2024
1 parent c4ae401 commit fd6000b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
4 changes: 2 additions & 2 deletions config/crd/bases/plumber.k8s.pf9.io_networkplugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ spec:
type: string
imagePullPolicy:
type: string
namespace:
type: string
metricsPort:
type: string
namespace:
type: string
type: object
multus:
properties:
Expand Down
10 changes: 0 additions & 10 deletions hostplumber/Makefile
Original file line number Diff line number Diff line change
@@ -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)),)
Expand All @@ -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

Expand Down

0 comments on commit fd6000b

Please sign in to comment.