Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ e2e-setup-minikube: kustomize controller-gen build docker-build
kubectl get storageclass
minikube image load $(IMG)
minikube image load $(E2E_MARKLOGIC_IMAGE_VERSION)
minikube image load "docker.io/haproxytech/haproxy-alpine:3.2"
minikube image load "docker.io/haproxytech/haproxy-alpine:3.4.0"
minikube image load $(FLUENT_BIT_IMAGE)
minikube image ls

Expand All @@ -344,7 +344,7 @@ e2e-setup-minikube-istio: kustomize controller-gen build docker-build istioctl #
kubectl get pods -n istio-system
minikube image load $(IMG)
minikube image load $(E2E_MARKLOGIC_IMAGE_VERSION)
minikube image load "docker.io/haproxytech/haproxy-alpine:3.2"
minikube image load "docker.io/haproxytech/haproxy-alpine:3.4.0"
minikube image load $(FLUENT_BIT_IMAGE)
minikube image ls

Expand Down
2 changes: 1 addition & 1 deletion api/v1/common_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ type NetworkPolicy struct {
}
type HAProxy struct {
Enabled bool `json:"enabled,omitempty"`
// +kubebuilder:default:="haproxytech/haproxy-alpine:3.2"
// +kubebuilder:default:="haproxytech/haproxy-alpine:3.4.0"
Image string `json:"image,omitempty"`
ImagePullSecrets []corev1.LocalObjectReference `json:"imagePullSecrets,omitempty"`
// +kubebuilder:default:=1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4294,7 +4294,7 @@ spec:
format: int32
type: integer
image:
default: haproxytech/haproxy-alpine:3.2
default: haproxytech/haproxy-alpine:3.4.0
type: string
imagePullSecrets:
items:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4302,7 +4302,7 @@ spec:
format: int32
type: integer
image:
default: haproxytech/haproxy-alpine:3.2
default: haproxytech/haproxy-alpine:3.4.0
type: string
imagePullSecrets:
items:
Expand Down
Loading