Skip to content

Commit b40bc80

Browse files
author
Peng Zhou
committed
update haproxy image
1 parent 04cfc62 commit b40bc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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"
85+
// +kubebuilder:default:="haproxytech/haproxy-alpine:3.2.1"
8686
Image string `json:"image,omitempty"`
8787
ImagePullSecrets []corev1.LocalObjectReference `json:"imagePullSecrets,omitempty"`
8888
// +kubebuilder:default:=1

0 commit comments

Comments
 (0)