Skip to content

Commit

Permalink
Bump oceanbase version in examples to newer 4.2.1.6 (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfooI authored May 22, 2024
1 parent e12062a commit 785fcba
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 10 deletions.
6 changes: 2 additions & 4 deletions example/backup/backup_policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ metadata:
namespace: oceanbase
spec:
obClusterName: "test"
tenantName: "t1"
tenantSecret: "t1-credential"
tenantCRName: "t1"
jobKeepWindow: "1d"
dataClean:
recoveryWindow: "8d"
Expand All @@ -20,5 +19,4 @@ spec:
type: "NFS"
path: "t1/data_backup_custom_enc"
fullCrontab: "30 0 * * 6"
incrementalCrontab: "30 1 * * *"
encryptionSecret: t1-ro
incrementalCrontab: "30 1 * * *"
3 changes: 1 addition & 2 deletions example/backup/backup_policy_oss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ metadata:
namespace: oceanbase
spec:
obClusterName: "test"
tenantName: "t1"
tenantSecret: "t1-credential"
tenantCRName: "t1"
jobKeepWindow: "1d"
dataClean:
recoveryWindow: "8d"
Expand Down
2 changes: 1 addition & 1 deletion example/obcluster/obcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
- zone: zone3
replica: 1
observer:
image: oceanbase/oceanbase-cloud-native:4.2.1.1-101010012023111012
image: oceanbase/oceanbase-cloud-native:4.2.1.6-106000012024042515
resource:
cpu: 2
memory: 10Gi
Expand Down
2 changes: 1 addition & 1 deletion example/quickstart/obcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
- zone: zone1
replica: 1
observer:
image: oceanbase/oceanbase-cloud-native:4.2.1.3-103000032023122818
image: oceanbase/oceanbase-cloud-native:4.2.1.6-106000012024042515
resource:
cpu: 2
memory: 10Gi
Expand Down
2 changes: 1 addition & 1 deletion example/sysbench/obcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- zone: zone3
replica: 1
observer:
image: oceanbase/oceanbase-cloud-native:4.2.1.3-103000032023122818
image: oceanbase/oceanbase-cloud-native:4.2.1.6-106000012024042515
resource:
cpu: 2
memory: 10Gi
Expand Down
2 changes: 1 addition & 1 deletion example/webapp/obcluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
- zone: zone3
replica: 1
observer:
image: oceanbase/oceanbase-cloud-native:4.2.1.1-101010012023111012
image: oceanbase/oceanbase-cloud-native:4.2.1.6-106000012024042515
resource:
cpu: 2
memory: 16Gi
Expand Down

0 comments on commit 785fcba

Please sign in to comment.