File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
168169e2e-cleanup-minikube :
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ type NetworkPolicy struct {
8282}
8383type 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
You can’t perform that action at this time.
0 commit comments