Skip to content

Commit

Permalink
Merge branch 'master' into kubedb/apimachinery@6a73990f
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiak-appscode[bot] authored Oct 9, 2023
2 parents fa0dc68 + e5a38ae commit dff136c
Show file tree
Hide file tree
Showing 92 changed files with 227 additions and 154 deletions.
1 change: 1 addition & 0 deletions catalog/active_versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
"3.4.17-v1"
],
"MySQL": [
"8.1.0",
"8.0.32",
"8.0.31",
"8.0.31-innodb",
Expand Down
1 change: 1 addition & 0 deletions catalog/backup_tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
"5.7.35-v1"
],
"mysql-backup-8.0.21": [
"8.1.0",
"8.0.32",
"8.0.31",
"8.0.31-innodb",
Expand Down
2 changes: 1 addition & 1 deletion catalog/raw/mysql/mysql-8.0.29-official.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
gitSyncer:
image: registry.k8s.io/git-sync/git-sync:v4.0.0-rc5
initContainer:
image: ghcr.io/kubedb/mysql-init:8.0.31
image: ghcr.io/kubedb/mysql-init:8.0.31-v1
podSecurityPolicies:
databasePolicyName: mysql-db
replicationModeDetector:
Expand Down
2 changes: 1 addition & 1 deletion catalog/raw/mysql/mysql-8.0.31-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
gitSyncer:
image: registry.k8s.io/git-sync/git-sync:v4.0.0-rc5
initContainer:
image: ghcr.io/kubedb/mysql-init:8.0.31
image: ghcr.io/kubedb/mysql-init:8.0.31-v1
podSecurityPolicies:
databasePolicyName: mysql-db
replicationModeDetector:
Expand Down
2 changes: 1 addition & 1 deletion catalog/raw/mysql/mysql-8.0.31-official.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
gitSyncer:
image: registry.k8s.io/git-sync/git-sync:v4.0.0-rc5
initContainer:
image: ghcr.io/kubedb/mysql-init:8.0.31
image: ghcr.io/kubedb/mysql-init:8.0.31-v1
podSecurityPolicies:
databasePolicyName: mysql-db
replicationModeDetector:
Expand Down
2 changes: 1 addition & 1 deletion catalog/raw/mysql/mysql-8.0.32-official.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
gitSyncer:
image: registry.k8s.io/git-sync/git-sync:v4.0.0-rc5
initContainer:
image: ghcr.io/kubedb/mysql-init:8.0.31
image: ghcr.io/kubedb/mysql-init:8.0.31-v1
podSecurityPolicies:
databasePolicyName: mysql-db
replicationModeDetector:
Expand Down
33 changes: 33 additions & 0 deletions catalog/raw/mysql/mysql-8.1.0-official.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
apiVersion: catalog.kubedb.com/v1alpha1
kind: MySQLVersion
metadata:
name: 8.1.0
spec:
coordinator:
image: ghcr.io/kubedb/mysql-coordinator:v0.13.0
db:
image: mysql:8.1.0
distribution: Official
exporter:
image: ghcr.io/kubedb/mysqld-exporter:v0.13.1
gitSyncer:
image: registry.k8s.io/git-sync/git-sync:v4.0.0-rc5
initContainer:
image: ghcr.io/kubedb/mysql-init:8.0.31-v1
podSecurityPolicies:
databasePolicyName: mysql-db
replicationModeDetector:
image: ghcr.io/kubedb/replication-mode-detector:v0.22.0
stash:
addon:
backupTask:
name: mysql-backup-8.0.21
restoreTask:
name: mysql-restore-8.0.21
updateConstraints:
denylist:
groupReplication:
- < 8.1.0
standalone:
- < 8.1.0
version: 8.1.0
4 changes: 2 additions & 2 deletions catalog/raw/postgres/postgres-10.16-official.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down Expand Up @@ -45,7 +45,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions catalog/raw/postgres/postgres-10.19-official.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down Expand Up @@ -44,7 +44,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions catalog/raw/postgres/postgres-10.20-official.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down Expand Up @@ -44,7 +44,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions catalog/raw/postgres/postgres-11.11-official.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down Expand Up @@ -44,7 +44,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion catalog/raw/postgres/postgres-11.11-timescaledb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions catalog/raw/postgres/postgres-11.14-official.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down Expand Up @@ -44,7 +44,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion catalog/raw/postgres/postgres-11.14-postgis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions catalog/raw/postgres/postgres-11.15-official.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down Expand Up @@ -44,7 +44,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions catalog/raw/postgres/postgres-11.19-official.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down Expand Up @@ -44,7 +44,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions catalog/raw/postgres/postgres-11.20-official.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down Expand Up @@ -44,7 +44,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions catalog/raw/postgres/postgres-12.10-official.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down Expand Up @@ -45,7 +45,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions catalog/raw/postgres/postgres-12.13-official.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down Expand Up @@ -45,7 +45,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions catalog/raw/postgres/postgres-12.14-official.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down Expand Up @@ -45,7 +45,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions catalog/raw/postgres/postgres-12.15-official.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down Expand Up @@ -45,7 +45,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions catalog/raw/postgres/postgres-12.6-official.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down Expand Up @@ -45,7 +45,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion catalog/raw/postgres/postgres-12.6-timescaledb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions catalog/raw/postgres/postgres-12.9-official.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down Expand Up @@ -45,7 +45,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion catalog/raw/postgres/postgres-12.9-postgis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down
4 changes: 2 additions & 2 deletions catalog/raw/postgres/postgres-13.10-official.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down Expand Up @@ -44,7 +44,7 @@ spec:
exporter:
image: prometheuscommunity/postgres-exporter:v0.9.0
initContainer:
image: ghcr.io/kubedb/postgres-init:0.8.0
image: ghcr.io/kubedb/postgres-init:0.9.0
podSecurityPolicies:
databasePolicyName: postgres-db
securityContext:
Expand Down
Loading

0 comments on commit dff136c

Please sign in to comment.