Skip to content

Commit

Permalink
[Backport for PMK 5.10] Added ability to customize hostplumber metric…
Browse files Browse the repository at this point in the history
…s port (#216)

* Added ability to customize hostplumber metrics port (#211)

* Added ability to customize hostplumber metrics port

* Removing unused packages
  • Loading branch information
manasabsv26 authored and cruizen committed Sep 25, 2024
1 parent 201d4ac commit fdfdadd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 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
12 changes: 1 addition & 11 deletions hostplumber/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
SHELL=/bin/bash
# Image URL to use all building/pushing image targets
ifndef OVERRIDE_HOSTPLUMBER_VERSION
<<<<<<< HEAD
IMG_TAG = $(shell ./get-label.bash)
IMG_TAG = $(shell ../get-label.bash)
else
ifneq ($(strip $(OVERRIDE_HOSTPLUMBER_VERSION)),)
IMG_TAG ?= $(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 fdfdadd

Please sign in to comment.