Skip to content

Commit

Permalink
Update version and yaml format (#587)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Dec 22, 2023
1 parent 6b51b51 commit b8b263b
Show file tree
Hide file tree
Showing 321 changed files with 1,140 additions and 1,100 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
kubectl create -f https://github.com/stashed/installer/raw/master/crds/stash-crds.yaml
kubectl create -f https://github.com/kubevault/installer/raw/master/crds/kubevault-crds.yaml
kubectl create -f https://github.com/kubedb/installer/raw/master/crds/kubedb-crds.yaml
kubectl create -f https://github.com/kubernetes-csi/external-snapshotter/raw/master/client/config/crd/snapshot.storage.k8s.io_volumesnapshotclasses.yaml
kubectl create -f https://github.com/kubestash/apimachinery/raw/master/crds/storage.kubestash.com_backupstorages.yaml
kubectl create -f https://github.com/kubestash/apimachinery/raw/master/crds/storage.kubestash.com_retentionpolicies.yaml
- name: Check codespan schema
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ spec:
name: mg-replicaset
verticalScaling:
replicaSet:
requests:
memory: "1.2Gi"
cpu: "0.6"
limits:
memory: "1.2Gi"
cpu: "0.6"
resources:
requests:
memory: "1.2Gi"
cpu: "0.6"
limits:
memory: "1.2Gi"
cpu: "0.6"
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,26 @@ spec:
name: mg-sharding
verticalScaling:
shard:
requests:
memory: "1100Mi"
cpu: "0.55"
limits:
memory: "1100Mi"
cpu: "0.55"
resources:
requests:
memory: "1100Mi"
cpu: "0.55"
limits:
memory: "1100Mi"
cpu: "0.55"
configServer:
requests:
memory: "1100Mi"
cpu: "0.55"
limits:
memory: "1100Mi"
cpu: "0.55"
resources:
requests:
memory: "1100Mi"
cpu: "0.55"
limits:
memory: "1100Mi"
cpu: "0.55"
mongos:
requests:
memory: "1100Mi"
cpu: "0.55"
limits:
memory: "1100Mi"
cpu: "0.55"
resources:
requests:
memory: "1100Mi"
cpu: "0.55"
limits:
memory: "1100Mi"
cpu: "0.55"
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ spec:
name: mg-standalone
verticalScaling:
standalone:
requests:
memory: "2Gi"
cpu: "1"
limits:
memory: "2Gi"
cpu: "1"
resources:
requests:
memory: "2Gi"
cpu: "1"
limits:
memory: "2Gi"
cpu: "1"
2 changes: 1 addition & 1 deletion docs/examples/mysql/Initialization/demo-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mysql-init-script
namespace: demo
spec:
version: "8.0.32"
version: "8.0.35"
storage:
storageClassName: "standard"
accessModes:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/cli/mysql-demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mysql-demo
namespace: demo
spec:
version: "8.0.32"
version: "8.0.35"
storage:
storageClassName: "standard"
accessModes:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/clustering/demo-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-group
namespace: demo
spec:
version: "8.0.32"
version: "8.0.35"
replicas: 3
topology:
mode: GroupReplication
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/configuration/mysql-custom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: custom-mysql
namespace: demo
spec:
version: "8.0.32"
version: "8.0.35"
configSecret:
name: my-custom-config
storage:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/configuration/mysql-misc-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mysql-misc-config
namespace: demo
spec:
version: "5.7.41"
version: "5.7.44"
storageType: "Durable"
storage:
storageClassName: "standard"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/custom-rbac/my-custom-db-two.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: minute-mysql
namespace: demo
spec:
version: "8.0.32"
version: "8.0.35"
storageType: Durable
podTemplate:
spec:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/custom-rbac/my-custom-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: quick-mysql
namespace: demo
spec:
version: "8.0.32"
version: "8.0.35"
storageType: Durable
podTemplate:
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-group
namespace: demo
spec:
version: "8.0.32"
version: "8.0.35"
replicas: 3
topology:
mode: GroupReplication
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/monitoring/builtin-prom-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: builtin-prom-mysql
namespace: demo
spec:
version: "8.0.32"
version: "8.0.35"
terminationPolicy: WipeOut
storage:
storageClassName: "standard"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/monitoring/coreos-prom-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: coreos-prom-mysql
namespace: demo
spec:
version: "8.0.32"
version: "8.0.35"
terminationPolicy: WipeOut
storage:
storageClassName: "standard"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/private-registry/demo-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mysql-pvt-reg
namespace: demo
spec:
version: "8.0.32"
version: "8.0.35"
storage:
storageClassName: "standard"
accessModes:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/quickstart/demo-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: mysql-quickstart
namespace: demo
spec:
version: "8.0.32"
version: "8.0.35"
storageType: Durable
storage:
storageClassName: "standard"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/tls/tls-group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-group-tls
namespace: demo
spec:
version: "8.0.32"
version: "8.0.35"
replicas: 3
topology:
mode: GroupReplication
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/tls/tls-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-standalone-tls
namespace: demo
spec:
version: "8.0.32"
version: "8.0.35"
storageType: Durable
storage:
storageClassName: "standard"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-group
namespace: demo
spec:
version: "5.7.41"
version: "5.7.44"
replicas: 3
topology:
mode: GroupReplication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-standalone
namespace: demo
spec:
version: "5.7.41"
version: "5.7.44"
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: my-group
updateVersion:
targetVersion: "8.0.32"
targetVersion: "8.0.35"
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ spec:
name: my-standalone
type: UpdateVersion
updateVersion:
targetVersion: "8.0.32"
targetVersion: "8.0.35"
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-group
namespace: demo
spec:
version: "5.7.41"
version: "5.7.44"
replicas: 3
topology:
mode: GroupReplication
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-standalone
namespace: demo
spec:
version: "5.7.41"
version: "5.7.44"
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: my-group
updateVersion:
targetVersion: "5.7.41"
targetVersion: "5.7.44"
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ spec:
name: my-standalone
type: UpdateVersion
updateVersion:
targetVersion: "5.7.41"
targetVersion: "5.7.44"
2 changes: 1 addition & 1 deletion docs/examples/mysql/verticalscaling/group_replication.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-group
namespace: demo
spec:
version: "8.0.32"
version: "8.0.35"
replicas: 3
topology:
mode: GroupReplication
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/mysql/verticalscaling/standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: my-standalone
namespace: demo
spec:
version: "8.0.32"
version: "8.0.35"
storageType: Durable
storage:
storageClassName: "standard"
Expand Down
15 changes: 8 additions & 7 deletions docs/examples/mysql/verticalscaling/vertical_scale_group.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ metadata:
name: my-scale-group
namespace: demo
spec:
type: VerticalScaling
type: VerticalScaling
databaseRef:
name: my-group
verticalScaling:
mysql:
requests:
memory: "200Mi"
cpu: "0.1"
limits:
memory: "300Mi"
cpu: "0.2"
resources:
requests:
memory: "200Mi"
cpu: "0.1"
limits:
memory: "300Mi"
cpu: "0.2"
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ metadata:
name: my-scale-standalone
namespace: demo
spec:
type: VerticalScaling
type: VerticalScaling
databaseRef:
name: my-standalone
verticalScaling:
mysql:
requests:
memory: "200Mi"
cpu: "0.1"
limits:
memory: "300Mi"
cpu: "0.2"
resources:
requests:
memory: "200Mi"
cpu: "0.1"
limits:
memory: "300Mi"
cpu: "0.2"
2 changes: 1 addition & 1 deletion docs/examples/pgbouncer/monitoring/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ spec:
spec:
containers:
- name: grafana
image: grafana/grafana:6.2.5
image: grafana/grafana:6.2.14
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: catalog.kubedb.com/v1alpha1
kind: PostgresVersion
metadata:
name: "13.2"
name: "13.13"
spec:
coordinator:
image: PRIVATE_REGISTRY/pg-coordinator:v0.1.0
Expand All @@ -20,4 +20,4 @@ spec:
name: postgres-backup-13.1
restoreTask:
name: postgres-restore-13.1
version: "13.2"
version: "13.13"
2 changes: 1 addition & 1 deletion docs/examples/pgbouncer/quickstart/quick-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
namespace: demo
spec:
replicas: 1
version: "13.2"
version: "13.13"
storageType: Durable
storage:
storageClassName: "standard"
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/postgres/clustering/ha-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: ha-postgres
namespace: demo
spec:
version: "13.2"
version: "13.13"
replicas: 3
storageType: Durable
storage:
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/postgres/clustering/hot-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: hot-postgres
namespace: demo
spec:
version: "13.2"
version: "13.13"
replicas: 3
standbyMode: Hot
storageType: Durable
Expand Down
Loading

0 comments on commit b8b263b

Please sign in to comment.