File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ type MarklogicGroupSpec struct {
35
35
// +kubebuilder:default:="cluster.local"
36
36
ClusterDomain string `json:"clusterDomain,omitempty"`
37
37
38
- // +kubebuilder:default:="marklogicdb /marklogic-db:11.2 .0-ubi"
38
+ // +kubebuilder:default:="progressofficial /marklogic-db:11.3 .0-ubi-rootless "
39
39
Image string `json:"image"`
40
40
// +kubebuilder:default:="IfNotPresent"
41
41
ImagePullPolicy string `json:"imagePullPolicy,omitempty"`
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ metadata:
11
11
spec :
12
12
replicas : 2
13
13
name : marklogic
14
- image : " marklogicdb /marklogic-db:11.1 .0-centos-1.1.2 "
14
+ image : " progressofficial /marklogic-db:11.3 .0-ubi-rootless "
15
15
auth :
16
16
adminUsername : user
17
17
adminPassword : pass
You can’t perform that action at this time.
0 commit comments