Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/examples/mongodb/Initialization/demo-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mgo-init-script
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
storage:
storageClassName: "standard"
accessModes:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/Initialization/git-sync-public.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
- --root=/git
# terminate after successful sync
- --one-time
version: "8.0.10"
version: "8.0.17"
storageType: Durable
storage:
storageClassName: "standard"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/arbiter/replicaset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mongo-arb
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
replicaSet:
name: "rs0"
replicas: 2
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/arbiter/sharding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mongo-sh-arb
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
shardTopology:
configServer:
replicas: 3
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/autoscaling/compute/mg-rs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mg-rs
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
replicaSet:
name: "replicaset"
replicas: 3
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/autoscaling/compute/mg-sh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mg-sh
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
storageType: Durable
shardTopology:
configServer:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mg-standalone
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
storageType: Durable
storage:
resources:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/autoscaling/storage/mg-rs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mg-rs
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
replicaSet:
name: "replicaset"
replicas: 3
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/autoscaling/storage/mg-sh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mg-sh
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
storageType: Durable
shardTopology:
configServer:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mg-standalone
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
storageType: Durable
storage:
storageClassName: topolvm-provisioner
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/cli/mongodb-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mongodb-demo
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
storage:
storageClassName: "standard"
accessModes:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/clustering/mongo-sharding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mongo-sh
namespace: demo
spec:
version: 4.4.26
version: "8.0.17"
shardTopology:
configServer:
replicas: 3
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/clustering/replicaset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mgo-replicaset
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
replicas: 3
replicaSet:
name: rs0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/clustering/standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mg-alone
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
podTemplate:
spec:
containers:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/configuration/demo-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mgo-custom-config
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
storageType: Durable
storage:
storageClassName: "standard"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/configuration/mgo-misc-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mgo-misc-config
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
storageType: "Durable"
storage:
storageClassName: "standard"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/custom-rbac/mg-custom-db-two.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: minute-mongodb
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
storageType: Durable
podTemplate:
spec:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/custom-rbac/mg-custom-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: quick-mongodb
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
storageType: Durable
podTemplate:
spec:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/hidden-node/replicaset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mongo-rs-hid
namespace: demo
spec:
version: "percona-7.0.18"
version: "percona-8.0.17"
replicaSet:
name: "replicaset"
podTemplate:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/hidden-node/sharding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mongo-sh-hid
namespace: demo
spec:
version: "percona-7.0.18"
version: "percona-8.0.17"
shardTopology:
configServer:
replicas: 3
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/horizons/mongodb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ spec:
apiGroup: cert-manager.io
kind: Issuer
name: mongo-ca-issuer
version: 7.0.21
version: "8.0.17"
2 changes: 1 addition & 1 deletion docs/examples/mongodb/monitoring/builtin-prom-mgo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: builtin-prom-mgo
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
deletionPolicy: WipeOut
storage:
storageClassName: "standard"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/monitoring/coreos-prom-mgo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: coreos-prom-mgo
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
deletionPolicy: WipeOut
storage:
storageClassName: "standard"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/private-registry/demo-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mgo-pvt-reg
namespace: demo
spec:
version: 4.4.26
version: "8.0.17"
storage:
storageClassName: "longhorn"
accessModes:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/quickstart/replicaset-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mgo-quickstart
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
replicaSet:
name: "rs1"
replicas: 3
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/quickstart/replicaset-v1alpha2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mgo-quickstart
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
replicaSet:
name: "rs1"
replicas: 3
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/reconfigure-tls/mg-replicaset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mg-rs
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
replicas: 3
replicaSet:
name: rs0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mg-replicaset
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
replicas: 3
replicaSet:
name: rs0
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/reconfigure/mg-shard-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mg-sharding
namespace: demo
spec:
version: 4.4.26
version: "8.0.17"
shardTopology:
configServer:
replicas: 3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mg-standalone
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
storageType: Durable
storage:
storageClassName: "standard"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/reprovision/mongo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mongo
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
replicaSet:
name: "replicaset"
podTemplate:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/restart/mongo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mongo
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
replicaSet:
name: "replicaset"
podTemplate:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/scaling/mg-replicaset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mg-replicaset
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
replicaSet:
name: "replicaset"
replicas: 3
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/scaling/mg-shard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mg-sharding
namespace: demo
spec:
version: 4.4.26
version: "8.0.17"
shardTopology:
configServer:
replicas: 3
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/scaling/mg-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mg-standalone
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
storageType: Durable
storage:
storageClassName: "standard"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/tls/mg-replicaset-ssl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mgo-rs-tls
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
sslMode: requireSSL
tls:
issuerRef:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/tls/mg-shard-ssl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mongo-sh-tls
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
sslMode: requireSSL
tls:
issuerRef:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/tls/mg-standalone-ssl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mgo-tls
namespace: demo
spec:
version: "4.4.26"
version: "8.0.17"
sslMode: requireSSL
tls:
issuerRef:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/update-version/mg-replicaset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mg-replicaset
namespace: demo
spec:
version: "4.4.26"
version: "7.0.28"
replicaSet:
name: "replicaset"
replicas: 3
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/update-version/mg-shard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mg-sharding
namespace: demo
spec:
version: 4.4.26
version: "7.0.28"
shardTopology:
configServer:
replicas: 2
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mongodb/update-version/mg-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mg-standalone
namespace: demo
spec:
version: "4.4.26"
version: "7.0.28"
storageType: Durable
storage:
storageClassName: "standard"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ spec:
databaseRef:
name: mg-replicaset
updateVersion:
targetVersion: 4.0.5-v3
targetVersion: 8.0.17
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ spec:
databaseRef:
name: mg-sharding
updateVersion:
targetVersion: 4.0.5-v3
targetVersion: 8.0.17
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ spec:
databaseRef:
name: mg-standalone
updateVersion:
targetVersion: 4.0.5-v3
targetVersion: 8.0.17
Loading
Loading