We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04cfc62 commit b40bc80Copy full SHA for b40bc80
api/v1/common_types.go
@@ -82,7 +82,7 @@ type NetworkPolicy struct {
82
}
83
type HAProxy struct {
84
Enabled bool `json:"enabled,omitempty"`
85
- // +kubebuilder:default:="haproxytech/haproxy-alpine:3.2"
+ // +kubebuilder:default:="haproxytech/haproxy-alpine:3.2.1"
86
Image string `json:"image,omitempty"`
87
ImagePullSecrets []corev1.LocalObjectReference `json:"imagePullSecrets,omitempty"`
88
// +kubebuilder:default:=1
0 commit comments