diff --git a/catalog/active_versions.json b/catalog/active_versions.json index d2050ec3b..19dadede3 100644 --- a/catalog/active_versions.json +++ b/catalog/active_versions.json @@ -117,6 +117,7 @@ "3.4.17-v1" ], "MySQL": [ + "8.1.0", "8.0.32", "8.0.31", "8.0.31-innodb", diff --git a/catalog/backup_tasks.json b/catalog/backup_tasks.json index 8000335d9..66b62fc67 100644 --- a/catalog/backup_tasks.json +++ b/catalog/backup_tasks.json @@ -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", diff --git a/catalog/raw/mysql/mysql-8.0.29-official.yaml b/catalog/raw/mysql/mysql-8.0.29-official.yaml index 472f8d5a2..b12729e5c 100644 --- a/catalog/raw/mysql/mysql-8.0.29-official.yaml +++ b/catalog/raw/mysql/mysql-8.0.29-official.yaml @@ -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: diff --git a/catalog/raw/mysql/mysql-8.0.31-mysql.yaml b/catalog/raw/mysql/mysql-8.0.31-mysql.yaml index 612d3a696..4df6094e8 100644 --- a/catalog/raw/mysql/mysql-8.0.31-mysql.yaml +++ b/catalog/raw/mysql/mysql-8.0.31-mysql.yaml @@ -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: diff --git a/catalog/raw/mysql/mysql-8.0.31-official.yaml b/catalog/raw/mysql/mysql-8.0.31-official.yaml index 7aa3427ca..6340c6996 100644 --- a/catalog/raw/mysql/mysql-8.0.31-official.yaml +++ b/catalog/raw/mysql/mysql-8.0.31-official.yaml @@ -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: diff --git a/catalog/raw/mysql/mysql-8.0.32-official.yaml b/catalog/raw/mysql/mysql-8.0.32-official.yaml index c5ed0be5b..b7696d4c4 100644 --- a/catalog/raw/mysql/mysql-8.0.32-official.yaml +++ b/catalog/raw/mysql/mysql-8.0.32-official.yaml @@ -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: diff --git a/catalog/raw/mysql/mysql-8.1.0-official.yaml b/catalog/raw/mysql/mysql-8.1.0-official.yaml new file mode 100644 index 000000000..541d847df --- /dev/null +++ b/catalog/raw/mysql/mysql-8.1.0-official.yaml @@ -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 diff --git a/catalog/raw/postgres/postgres-10.16-official.yaml b/catalog/raw/postgres/postgres-10.16-official.yaml index f881f2b67..3fc70845e 100644 --- a/catalog/raw/postgres/postgres-10.16-official.yaml +++ b/catalog/raw/postgres/postgres-10.16-official.yaml @@ -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: @@ -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: diff --git a/catalog/raw/postgres/postgres-10.19-official.yaml b/catalog/raw/postgres/postgres-10.19-official.yaml index a0ec99dcd..896bb8e74 100644 --- a/catalog/raw/postgres/postgres-10.19-official.yaml +++ b/catalog/raw/postgres/postgres-10.19-official.yaml @@ -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: @@ -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: diff --git a/catalog/raw/postgres/postgres-10.20-official.yaml b/catalog/raw/postgres/postgres-10.20-official.yaml index e3f95ea19..7d483da8b 100644 --- a/catalog/raw/postgres/postgres-10.20-official.yaml +++ b/catalog/raw/postgres/postgres-10.20-official.yaml @@ -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: @@ -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: diff --git a/catalog/raw/postgres/postgres-11.11-official.yaml b/catalog/raw/postgres/postgres-11.11-official.yaml index 569ca9163..229d217d0 100644 --- a/catalog/raw/postgres/postgres-11.11-official.yaml +++ b/catalog/raw/postgres/postgres-11.11-official.yaml @@ -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: @@ -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: diff --git a/catalog/raw/postgres/postgres-11.11-timescaledb.yaml b/catalog/raw/postgres/postgres-11.11-timescaledb.yaml index ec5075984..a9ffcd29e 100644 --- a/catalog/raw/postgres/postgres-11.11-timescaledb.yaml +++ b/catalog/raw/postgres/postgres-11.11-timescaledb.yaml @@ -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: diff --git a/catalog/raw/postgres/postgres-11.14-official.yaml b/catalog/raw/postgres/postgres-11.14-official.yaml index ec1003d8b..246de9d98 100644 --- a/catalog/raw/postgres/postgres-11.14-official.yaml +++ b/catalog/raw/postgres/postgres-11.14-official.yaml @@ -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: @@ -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: diff --git a/catalog/raw/postgres/postgres-11.14-postgis.yaml b/catalog/raw/postgres/postgres-11.14-postgis.yaml index f9a97d36e..e5f891add 100644 --- a/catalog/raw/postgres/postgres-11.14-postgis.yaml +++ b/catalog/raw/postgres/postgres-11.14-postgis.yaml @@ -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: diff --git a/catalog/raw/postgres/postgres-11.15-official.yaml b/catalog/raw/postgres/postgres-11.15-official.yaml index c8c7edad6..26f54513b 100644 --- a/catalog/raw/postgres/postgres-11.15-official.yaml +++ b/catalog/raw/postgres/postgres-11.15-official.yaml @@ -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: @@ -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: diff --git a/catalog/raw/postgres/postgres-11.19-official.yaml b/catalog/raw/postgres/postgres-11.19-official.yaml index 333fec439..14a69a5f8 100644 --- a/catalog/raw/postgres/postgres-11.19-official.yaml +++ b/catalog/raw/postgres/postgres-11.19-official.yaml @@ -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: @@ -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: diff --git a/catalog/raw/postgres/postgres-11.20-official.yaml b/catalog/raw/postgres/postgres-11.20-official.yaml index b7e3be751..c4d105c70 100644 --- a/catalog/raw/postgres/postgres-11.20-official.yaml +++ b/catalog/raw/postgres/postgres-11.20-official.yaml @@ -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: @@ -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: diff --git a/catalog/raw/postgres/postgres-12.10-official.yaml b/catalog/raw/postgres/postgres-12.10-official.yaml index 806e9d568..c77706858 100644 --- a/catalog/raw/postgres/postgres-12.10-official.yaml +++ b/catalog/raw/postgres/postgres-12.10-official.yaml @@ -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: @@ -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: diff --git a/catalog/raw/postgres/postgres-12.13-official.yaml b/catalog/raw/postgres/postgres-12.13-official.yaml index 901aebfed..f53a83a01 100644 --- a/catalog/raw/postgres/postgres-12.13-official.yaml +++ b/catalog/raw/postgres/postgres-12.13-official.yaml @@ -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: @@ -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: diff --git a/catalog/raw/postgres/postgres-12.14-official.yaml b/catalog/raw/postgres/postgres-12.14-official.yaml index 639c27586..fd4b3270a 100644 --- a/catalog/raw/postgres/postgres-12.14-official.yaml +++ b/catalog/raw/postgres/postgres-12.14-official.yaml @@ -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: @@ -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: diff --git a/catalog/raw/postgres/postgres-12.15-official.yaml b/catalog/raw/postgres/postgres-12.15-official.yaml index 4a215a9e3..810b6df7e 100644 --- a/catalog/raw/postgres/postgres-12.15-official.yaml +++ b/catalog/raw/postgres/postgres-12.15-official.yaml @@ -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: @@ -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: diff --git a/catalog/raw/postgres/postgres-12.6-official.yaml b/catalog/raw/postgres/postgres-12.6-official.yaml index 3642431bf..762c2ab24 100644 --- a/catalog/raw/postgres/postgres-12.6-official.yaml +++ b/catalog/raw/postgres/postgres-12.6-official.yaml @@ -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: @@ -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: diff --git a/catalog/raw/postgres/postgres-12.6-timescaledb.yaml b/catalog/raw/postgres/postgres-12.6-timescaledb.yaml index 3dfb628c3..d1d7f135e 100644 --- a/catalog/raw/postgres/postgres-12.6-timescaledb.yaml +++ b/catalog/raw/postgres/postgres-12.6-timescaledb.yaml @@ -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: diff --git a/catalog/raw/postgres/postgres-12.9-official.yaml b/catalog/raw/postgres/postgres-12.9-official.yaml index 9c212f96c..7ff5c5b39 100644 --- a/catalog/raw/postgres/postgres-12.9-official.yaml +++ b/catalog/raw/postgres/postgres-12.9-official.yaml @@ -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: @@ -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: diff --git a/catalog/raw/postgres/postgres-12.9-postgis.yaml b/catalog/raw/postgres/postgres-12.9-postgis.yaml index b167416db..acca38555 100644 --- a/catalog/raw/postgres/postgres-12.9-postgis.yaml +++ b/catalog/raw/postgres/postgres-12.9-postgis.yaml @@ -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: diff --git a/catalog/raw/postgres/postgres-13.10-official.yaml b/catalog/raw/postgres/postgres-13.10-official.yaml index cd1e83949..f9a57f416 100644 --- a/catalog/raw/postgres/postgres-13.10-official.yaml +++ b/catalog/raw/postgres/postgres-13.10-official.yaml @@ -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: @@ -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: diff --git a/catalog/raw/postgres/postgres-13.11-official.yaml b/catalog/raw/postgres/postgres-13.11-official.yaml index 2a5b866ba..5faf3014f 100644 --- a/catalog/raw/postgres/postgres-13.11-official.yaml +++ b/catalog/raw/postgres/postgres-13.11-official.yaml @@ -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: @@ -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: diff --git a/catalog/raw/postgres/postgres-13.2-official.yaml b/catalog/raw/postgres/postgres-13.2-official.yaml index 79ea0425f..730a7b444 100644 --- a/catalog/raw/postgres/postgres-13.2-official.yaml +++ b/catalog/raw/postgres/postgres-13.2-official.yaml @@ -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: @@ -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: diff --git a/catalog/raw/postgres/postgres-13.2-timescaledb.yaml b/catalog/raw/postgres/postgres-13.2-timescaledb.yaml index 837e3daf9..2b7837477 100644 --- a/catalog/raw/postgres/postgres-13.2-timescaledb.yaml +++ b/catalog/raw/postgres/postgres-13.2-timescaledb.yaml @@ -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: diff --git a/catalog/raw/postgres/postgres-13.5-official.yaml b/catalog/raw/postgres/postgres-13.5-official.yaml index 8a1c7f58f..b944353fa 100644 --- a/catalog/raw/postgres/postgres-13.5-official.yaml +++ b/catalog/raw/postgres/postgres-13.5-official.yaml @@ -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: @@ -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: diff --git a/catalog/raw/postgres/postgres-13.5-postgis.yaml b/catalog/raw/postgres/postgres-13.5-postgis.yaml index cc6ed22f1..52415bd97 100644 --- a/catalog/raw/postgres/postgres-13.5-postgis.yaml +++ b/catalog/raw/postgres/postgres-13.5-postgis.yaml @@ -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: diff --git a/catalog/raw/postgres/postgres-13.6-official.yaml b/catalog/raw/postgres/postgres-13.6-official.yaml index 90a7405de..c4bc96c1b 100644 --- a/catalog/raw/postgres/postgres-13.6-official.yaml +++ b/catalog/raw/postgres/postgres-13.6-official.yaml @@ -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: @@ -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: diff --git a/catalog/raw/postgres/postgres-13.9-official.yaml b/catalog/raw/postgres/postgres-13.9-official.yaml index 8d012d943..bbc0747a1 100644 --- a/catalog/raw/postgres/postgres-13.9-official.yaml +++ b/catalog/raw/postgres/postgres-13.9-official.yaml @@ -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: @@ -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: diff --git a/catalog/raw/postgres/postgres-14.1-official.yaml b/catalog/raw/postgres/postgres-14.1-official.yaml index a0b5a81d0..eaf16843e 100644 --- a/catalog/raw/postgres/postgres-14.1-official.yaml +++ b/catalog/raw/postgres/postgres-14.1-official.yaml @@ -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: @@ -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: diff --git a/catalog/raw/postgres/postgres-14.1-postgis.yaml b/catalog/raw/postgres/postgres-14.1-postgis.yaml index 1921d8d0f..ec1f3148c 100644 --- a/catalog/raw/postgres/postgres-14.1-postgis.yaml +++ b/catalog/raw/postgres/postgres-14.1-postgis.yaml @@ -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: diff --git a/catalog/raw/postgres/postgres-14.1-timescaledb.yaml b/catalog/raw/postgres/postgres-14.1-timescaledb.yaml index b0c22d2be..7751216fc 100644 --- a/catalog/raw/postgres/postgres-14.1-timescaledb.yaml +++ b/catalog/raw/postgres/postgres-14.1-timescaledb.yaml @@ -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: diff --git a/catalog/raw/postgres/postgres-14.2-official.yaml b/catalog/raw/postgres/postgres-14.2-official.yaml index d2592615c..76da4704f 100644 --- a/catalog/raw/postgres/postgres-14.2-official.yaml +++ b/catalog/raw/postgres/postgres-14.2-official.yaml @@ -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: @@ -41,7 +41,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: diff --git a/catalog/raw/postgres/postgres-14.6-official.yaml b/catalog/raw/postgres/postgres-14.6-official.yaml index 26f365589..18fbc3c5e 100644 --- a/catalog/raw/postgres/postgres-14.6-official.yaml +++ b/catalog/raw/postgres/postgres-14.6-official.yaml @@ -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: @@ -41,7 +41,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: diff --git a/catalog/raw/postgres/postgres-14.7-official.yaml b/catalog/raw/postgres/postgres-14.7-official.yaml index 169c17e7f..466ae2f2c 100644 --- a/catalog/raw/postgres/postgres-14.7-official.yaml +++ b/catalog/raw/postgres/postgres-14.7-official.yaml @@ -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: @@ -41,7 +41,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: diff --git a/catalog/raw/postgres/postgres-14.8-official.yaml b/catalog/raw/postgres/postgres-14.8-official.yaml index e5cb19c85..c253fcbe2 100644 --- a/catalog/raw/postgres/postgres-14.8-official.yaml +++ b/catalog/raw/postgres/postgres-14.8-official.yaml @@ -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: @@ -41,7 +41,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: diff --git a/catalog/raw/postgres/postgres-15.1-official.yaml b/catalog/raw/postgres/postgres-15.1-official.yaml index fd8b46441..7c94d0644 100644 --- a/catalog/raw/postgres/postgres-15.1-official.yaml +++ b/catalog/raw/postgres/postgres-15.1-official.yaml @@ -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: @@ -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: diff --git a/catalog/raw/postgres/postgres-15.2-official.yaml b/catalog/raw/postgres/postgres-15.2-official.yaml index e746434f6..f4985e3c0 100644 --- a/catalog/raw/postgres/postgres-15.2-official.yaml +++ b/catalog/raw/postgres/postgres-15.2-official.yaml @@ -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: @@ -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: diff --git a/catalog/raw/postgres/postgres-15.3-official.yaml b/catalog/raw/postgres/postgres-15.3-official.yaml index d8821e6a7..c120b9d62 100644 --- a/catalog/raw/postgres/postgres-15.3-official.yaml +++ b/catalog/raw/postgres/postgres-15.3-official.yaml @@ -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: @@ -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: diff --git a/catalog/raw/postgres/postgres-9.6.21-official.yaml b/catalog/raw/postgres/postgres-9.6.21-official.yaml index f05cdc288..7275b63c8 100644 --- a/catalog/raw/postgres/postgres-9.6.21-official.yaml +++ b/catalog/raw/postgres/postgres-9.6.21-official.yaml @@ -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: @@ -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: diff --git a/catalog/raw/postgres/postgres-9.6.24-official.yaml b/catalog/raw/postgres/postgres-9.6.24-official.yaml index 8ee14f54e..2ff5d7e12 100644 --- a/catalog/raw/postgres/postgres-9.6.24-official.yaml +++ b/catalog/raw/postgres/postgres-9.6.24-official.yaml @@ -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: @@ -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: diff --git a/catalog/restore_tasks.json b/catalog/restore_tasks.json index b64246a56..be1d7cca1 100644 --- a/catalog/restore_tasks.json +++ b/catalog/restore_tasks.json @@ -149,6 +149,7 @@ "5.7.35-v1" ], "mysql-restore-8.0.21": [ + "8.1.0", "8.0.32", "8.0.31", "8.0.31-innodb", diff --git a/charts/kubedb-catalog/templates/mysql/mysql-8.0.29-official.yaml b/charts/kubedb-catalog/templates/mysql/mysql-8.0.29-official.yaml index f1823755a..29083b174 100644 --- a/charts/kubedb-catalog/templates/mysql/mysql-8.0.29-official.yaml +++ b/charts/kubedb-catalog/templates/mysql/mysql-8.0.29-official.yaml @@ -16,7 +16,7 @@ spec: gitSyncer: image: '{{ include "catalog.registry" (merge (dict "_reg" "registry.k8s.io" "_repo" "git-sync") .Values) }}/git-sync:v4.0.0-rc5' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/mysql-init:8.0.31' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/mysql-init:8.0.31-v1' podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: diff --git a/charts/kubedb-catalog/templates/mysql/mysql-8.0.31-mysql.yaml b/charts/kubedb-catalog/templates/mysql/mysql-8.0.31-mysql.yaml index b0c31fd10..053fd3383 100644 --- a/charts/kubedb-catalog/templates/mysql/mysql-8.0.31-mysql.yaml +++ b/charts/kubedb-catalog/templates/mysql/mysql-8.0.31-mysql.yaml @@ -16,7 +16,7 @@ spec: gitSyncer: image: '{{ include "catalog.registry" (merge (dict "_reg" "registry.k8s.io" "_repo" "git-sync") .Values) }}/git-sync:v4.0.0-rc5' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/mysql-init:8.0.31' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/mysql-init:8.0.31-v1' podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: diff --git a/charts/kubedb-catalog/templates/mysql/mysql-8.0.31-official.yaml b/charts/kubedb-catalog/templates/mysql/mysql-8.0.31-official.yaml index e6294be0b..ec0644588 100644 --- a/charts/kubedb-catalog/templates/mysql/mysql-8.0.31-official.yaml +++ b/charts/kubedb-catalog/templates/mysql/mysql-8.0.31-official.yaml @@ -16,7 +16,7 @@ spec: gitSyncer: image: '{{ include "catalog.registry" (merge (dict "_reg" "registry.k8s.io" "_repo" "git-sync") .Values) }}/git-sync:v4.0.0-rc5' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/mysql-init:8.0.31' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/mysql-init:8.0.31-v1' podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: diff --git a/charts/kubedb-catalog/templates/mysql/mysql-8.0.32-official.yaml b/charts/kubedb-catalog/templates/mysql/mysql-8.0.32-official.yaml index 058cdc9db..d76b04dcd 100644 --- a/charts/kubedb-catalog/templates/mysql/mysql-8.0.32-official.yaml +++ b/charts/kubedb-catalog/templates/mysql/mysql-8.0.32-official.yaml @@ -16,7 +16,7 @@ spec: gitSyncer: image: '{{ include "catalog.registry" (merge (dict "_reg" "registry.k8s.io" "_repo" "git-sync") .Values) }}/git-sync:v4.0.0-rc5' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/mysql-init:8.0.31' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/mysql-init:8.0.31-v1' podSecurityPolicies: databasePolicyName: mysql-db replicationModeDetector: diff --git a/charts/kubedb-catalog/templates/mysql/mysql-8.1.0-official.yaml b/charts/kubedb-catalog/templates/mysql/mysql-8.1.0-official.yaml new file mode 100644 index 000000000..70feeb3ee --- /dev/null +++ b/charts/kubedb-catalog/templates/mysql/mysql-8.1.0-official.yaml @@ -0,0 +1,37 @@ +{{ if .Values.catalog.mysql }} +apiVersion: catalog.kubedb.com/v1alpha1 +kind: MySQLVersion +metadata: + name: '8.1.0' + labels: + {{- include "kubedb-catalog.labels" . | nindent 4 }} +spec: + coordinator: + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/mysql-coordinator:v0.13.0' + db: + image: '{{ include "official.registry" (merge (dict "_bin" "mysql") .Values) }}:8.1.0' + distribution: Official + exporter: + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/mysqld-exporter:v0.13.1' + gitSyncer: + image: '{{ include "catalog.registry" (merge (dict "_reg" "registry.k8s.io" "_repo" "git-sync") .Values) }}/git-sync:v4.0.0-rc5' + initContainer: + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/mysql-init:8.0.31-v1' + podSecurityPolicies: + databasePolicyName: mysql-db + replicationModeDetector: + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/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 +{{ end }} diff --git a/charts/kubedb-catalog/templates/postgres/postgres-10.16-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-10.16-official.yaml index a8327916d..ac9f8457a 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-10.16-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-10.16-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -52,7 +52,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-10.19-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-10.19-official.yaml index 29fa5cb24..1b3dbb281 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-10.19-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-10.19-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-10.20-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-10.20-official.yaml index 7f54b10f7..dd49c0771 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-10.20-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-10.20-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-11.11-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-11.11-official.yaml index f4bbaf385..b609997fb 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-11.11-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-11.11-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-11.11-timescaledb.yaml b/charts/kubedb-catalog/templates/postgres/postgres-11.11-timescaledb.yaml index c8bd43706..f6457fe79 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-11.11-timescaledb.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-11.11-timescaledb.yaml @@ -14,7 +14,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-11.14-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-11.14-official.yaml index ff753a9e5..c0cd1c5ae 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-11.14-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-11.14-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-11.14-postgis.yaml b/charts/kubedb-catalog/templates/postgres/postgres-11.14-postgis.yaml index 9b00561b9..025de310b 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-11.14-postgis.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-11.14-postgis.yaml @@ -14,7 +14,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-11.15-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-11.15-official.yaml index 004d13218..b25b2f1bb 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-11.15-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-11.15-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-11.19-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-11.19-official.yaml index 916a878ab..f5d0e848f 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-11.19-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-11.19-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-11.20-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-11.20-official.yaml index 52ed51e81..6660d5f13 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-11.20-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-11.20-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-12.10-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-12.10-official.yaml index f7e4b3952..b1b1f0351 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-12.10-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-12.10-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -52,7 +52,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-12.13-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-12.13-official.yaml index 1e1b02904..08e2de453 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-12.13-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-12.13-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -52,7 +52,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-12.14-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-12.14-official.yaml index 12f757ebd..9b96f4ef3 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-12.14-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-12.14-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -52,7 +52,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-12.15-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-12.15-official.yaml index 7842fb446..7743beaaf 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-12.15-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-12.15-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -52,7 +52,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-12.6-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-12.6-official.yaml index c67e5e027..600b4549e 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-12.6-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-12.6-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -52,7 +52,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-12.6-timescaledb.yaml b/charts/kubedb-catalog/templates/postgres/postgres-12.6-timescaledb.yaml index 7ec4193a6..0af2cfca3 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-12.6-timescaledb.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-12.6-timescaledb.yaml @@ -14,7 +14,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-12.9-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-12.9-official.yaml index 978c6e37b..77b26ab56 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-12.9-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-12.9-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -52,7 +52,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-12.9-postgis.yaml b/charts/kubedb-catalog/templates/postgres/postgres-12.9-postgis.yaml index 8646d0d80..927342c73 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-12.9-postgis.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-12.9-postgis.yaml @@ -14,7 +14,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-13.10-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-13.10-official.yaml index 25daaeffc..86814bbbf 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-13.10-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-13.10-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-13.11-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-13.11-official.yaml index a3d071ac1..2e5167d58 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-13.11-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-13.11-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-13.2-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-13.2-official.yaml index 771f4600f..b4c379305 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-13.2-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-13.2-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-13.2-timescaledb.yaml b/charts/kubedb-catalog/templates/postgres/postgres-13.2-timescaledb.yaml index 1a46e744b..916140f64 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-13.2-timescaledb.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-13.2-timescaledb.yaml @@ -14,7 +14,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-13.5-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-13.5-official.yaml index 2559b9fa4..ce3ccf2b2 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-13.5-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-13.5-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-13.5-postgis.yaml b/charts/kubedb-catalog/templates/postgres/postgres-13.5-postgis.yaml index 578b28c6b..801664b20 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-13.5-postgis.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-13.5-postgis.yaml @@ -14,7 +14,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-13.6-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-13.6-official.yaml index 9389838a8..8ad360620 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-13.6-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-13.6-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-13.9-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-13.9-official.yaml index 2ad5c2f51..3674e3764 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-13.9-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-13.9-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-14.1-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-14.1-official.yaml index 36646e7fd..8059b2d21 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-14.1-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-14.1-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-14.1-postgis.yaml b/charts/kubedb-catalog/templates/postgres/postgres-14.1-postgis.yaml index e7dc244ee..b8011516e 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-14.1-postgis.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-14.1-postgis.yaml @@ -14,7 +14,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-14.1-timescaledb.yaml b/charts/kubedb-catalog/templates/postgres/postgres-14.1-timescaledb.yaml index b61e57baa..8d81feb24 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-14.1-timescaledb.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-14.1-timescaledb.yaml @@ -14,7 +14,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-14.2-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-14.2-official.yaml index b58090d80..3354de344 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-14.2-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-14.2-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -48,7 +48,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-14.6-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-14.6-official.yaml index d9c8d5b8e..3de59e877 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-14.6-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-14.6-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -48,7 +48,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-14.7-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-14.7-official.yaml index f45f891d5..ad2527ae4 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-14.7-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-14.7-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -48,7 +48,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-14.8-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-14.8-official.yaml index afa5d6dd4..e76d032de 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-14.8-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-14.8-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -48,7 +48,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-15.1-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-15.1-official.yaml index caebcd9c5..50f4622c1 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-15.1-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-15.1-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-15.2-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-15.2-official.yaml index b8259fea0..584cf4e6d 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-15.2-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-15.2-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-15.3-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-15.3-official.yaml index 0870a7ba2..3685dfa59 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-15.3-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-15.3-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-9.6.21-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-9.6.21-official.yaml index 2ee53c559..d28921942 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-9.6.21-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-9.6.21-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -52,7 +52,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-catalog/templates/postgres/postgres-9.6.24-official.yaml b/charts/kubedb-catalog/templates/postgres/postgres-9.6.24-official.yaml index 29e8bf3fc..594b69ee0 100644 --- a/charts/kubedb-catalog/templates/postgres/postgres-9.6.24-official.yaml +++ b/charts/kubedb-catalog/templates/postgres/postgres-9.6.24-official.yaml @@ -15,7 +15,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: @@ -51,7 +51,7 @@ spec: exporter: image: '{{ include "catalog.registry" (merge (dict "_reg" "" "_repo" "prometheuscommunity") .Values) }}/postgres-exporter:v0.9.0' initContainer: - image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.8.0' + image: '{{ include "catalog.registry" (merge (dict "_reg" "ghcr.io" "_repo" "kubedb") .Values) }}/postgres-init:0.9.0' podSecurityPolicies: databasePolicyName: postgres-db securityContext: diff --git a/charts/kubedb-one/Chart.lock b/charts/kubedb-one/Chart.lock index c4f12e0cd..032281be2 100644 --- a/charts/kubedb-one/Chart.lock +++ b/charts/kubedb-one/Chart.lock @@ -25,12 +25,12 @@ dependencies: version: v2023.08.18 - name: stash-enterprise repository: https://charts.appscode.com/stable/ - version: v0.30.0 + version: v0.32.0 - name: stash-catalog repository: https://charts.appscode.com/stable/ - version: v2023.05.31 + version: v2023.10.9 - name: stash-metrics repository: https://charts.appscode.com/stable/ - version: v2023.05.31 -digest: sha256:015948bf97b56bd218cb73433f080da9f66485730e137af5640f685d981146c3 -generated: "2023-08-21T04:09:09.801521233Z" + version: v2023.10.9 +digest: sha256:193d73023dc5366a67f0e000cd5f222df79280b04181f73e7446573099210113 +generated: "2023-10-09T00:09:37.37201-07:00" diff --git a/charts/kubedb-one/Chart.yaml b/charts/kubedb-one/Chart.yaml index 61675b3f7..74a7854ed 100644 --- a/charts/kubedb-one/Chart.yaml +++ b/charts/kubedb-one/Chart.yaml @@ -46,13 +46,13 @@ dependencies: version: v2023.08.18 - name: stash-enterprise repository: https://charts.appscode.com/stable/ - version: v0.30.0 + version: v0.32.0 condition: stash-enterprise.enabled - name: stash-catalog repository: https://charts.appscode.com/stable/ - version: v2023.05.31 + version: v2023.10.9 condition: stash-catalog.enabled - name: stash-metrics repository: https://charts.appscode.com/stable/ - version: v2023.05.31 + version: v2023.10.9 condition: stash-metrics.enabled diff --git a/charts/kubedb/Chart.lock b/charts/kubedb/Chart.lock index c2faf777c..a0f63b325 100644 --- a/charts/kubedb/Chart.lock +++ b/charts/kubedb/Chart.lock @@ -23,5 +23,5 @@ dependencies: - name: kubedb-metrics repository: file://../kubedb-metrics version: v2023.08.18 -digest: sha256:b9fe56de9378cc6501ed95ea198b3247503c72eeb25acbd8fb4c078d5a5c1718 -generated: "2023-08-21T04:09:08.94608862Z" +digest: sha256:3873e5ba73d908e115db4a50ab0d5e311e9311db859ac54c91e9778548d7049f +generated: "2023-10-09T00:09:33.769078-07:00"