Skip to content

Commit 521229c

Browse files
author
Peng Zhou
committed
fix makefile for pipeline
1 parent 188d5e8 commit 521229c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ e2e-setup-minikube: kustomize controller-gen build docker-build
163163
minikube start --driver=docker --kubernetes-version=$(E2E_KUBERNETES_VERSION) --memory=8192 --cpus=2
164164
minikube addons enable ingress
165165
minikube image load $(IMG)
166+
minikube image load $(E2E_MARKLOGIC_IMAGE_VERSION)
166167

167168
.PHONY: e2e-cleanup-minikube
168169
e2e-cleanup-minikube:

api/v1/common_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ type NetworkPolicy struct {
8282
}
8383
type HAProxy struct {
8484
Enabled bool `json:"enabled,omitempty"`
85-
// +kubebuilder:default:="haproxytech/haproxy-alpine:3.2.1"
85+
// +kubebuilder:default:="haproxytech/haproxy-alpine:3.2"
8686
Image string `json:"image,omitempty"`
8787
ImagePullSecrets []corev1.LocalObjectReference `json:"imagePullSecrets,omitempty"`
8888
// +kubebuilder:default:=1

0 commit comments

Comments
 (0)