Skip to content

Commit de44553

Browse files
author
Peng Zhou
committed
update the image to latest
1 parent 10bb859 commit de44553

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/v1alpha1/marklogicgroup_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ type MarklogicGroupSpec struct {
3535
// +kubebuilder:default:="cluster.local"
3636
ClusterDomain string `json:"clusterDomain,omitempty"`
3737

38-
// +kubebuilder:default:="marklogicdb/marklogic-db:11.2.0-ubi"
38+
// +kubebuilder:default:="progressofficial/marklogic-db:11.3.0-ubi-rootless"
3939
Image string `json:"image"`
4040
// +kubebuilder:default:="IfNotPresent"
4141
ImagePullPolicy string `json:"imagePullPolicy,omitempty"`

config/samples/marklogicgroup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ metadata:
1111
spec:
1212
replicas: 2
1313
name: marklogic
14-
image: "marklogicdb/marklogic-db:11.1.0-centos-1.1.2"
14+
image: "progressofficial/marklogic-db:11.3.0-ubi-rootless"
1515
auth:
1616
adminUsername: user
1717
adminPassword: pass

0 commit comments

Comments
 (0)