Skip to content

Commit c366fae

Browse files
committed
Bump default-user-credential-updater to v1.0.0
1 parent 255ae4a commit c366fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1beta1/rabbitmqcluster_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ type VaultSpec struct {
118118
// Sidecar container that updates the default user's password in RabbitMQ when it changes in Vault.
119119
// Additionally, it updates /var/lib/rabbitmq/.rabbitmqadmin.conf (used by rabbitmqadmin CLI).
120120
// Set to empty string to disable the sidecar container.
121-
// +kubebuilder:default:="rabbitmqoperator/default-user-credential-updater:0.1.1"
121+
// +kubebuilder:default:="rabbitmqoperator/default-user-credential-updater:1.0.0"
122122
DefaultUserUpdaterImage *string `json:"defaultUserUpdaterImage,omitempty"`
123123
TLS VaultTLSSpec `json:"tls,omitempty"`
124124
}

0 commit comments

Comments
 (0)