diff --git a/catalog/VersionMatrix.md b/catalog/VersionMatrix.md index 41c3bad12..7422968cb 100644 --- a/catalog/VersionMatrix.md +++ b/catalog/VersionMatrix.md @@ -119,11 +119,11 @@ | 9.1.0 | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ## PerconaXtraDB -| | 8.0.26 | 8.0.28 | 8.0.31 | -|--------|--------|--------|--------| -| 8.0.26 | ✅ | ✅ | ✅ | -| 8.0.28 | ❓ | ✅ | ✅ | -| 8.0.31 | ❓ | ❓ | ✅ | +| | 5.7.44 | 8.0.40 | 8.4.3 | +|--------|--------|--------|-------| +| 5.7.44 | ✅ | ❓ | ❓ | +| 8.0.40 | ❓ | ✅ | ✅ | +| 8.4.3 | ❓ | ❓ | ✅ | ## PgBouncer | | 1.17.0 | 1.18.0 | 1.23.1 | 1.24.0 | diff --git a/catalog/copy-images.sh b/catalog/copy-images.sh index 3c65aff10..04f517200 100755 --- a/catalog/copy-images.sh +++ b/catalog/copy-images.sh @@ -177,6 +177,9 @@ $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/op $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/opensearch:2.18.0 $IMAGE_REGISTRY/appscode-images/opensearch:2.18.0 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/opensearch:2.5.0 $IMAGE_REGISTRY/appscode-images/opensearch:2.5.0 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/opensearch:2.8.0 $IMAGE_REGISTRY/appscode-images/opensearch:2.8.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/percona-xtradb-cluster:5.7.44 $IMAGE_REGISTRY/appscode-images/percona-xtradb-cluster:5.7.44 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/percona-xtradb-cluster:8.0.40 $IMAGE_REGISTRY/appscode-images/percona-xtradb-cluster:8.0.40 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/percona-xtradb-cluster:8.4.3 $IMAGE_REGISTRY/appscode-images/percona-xtradb-cluster:8.4.3 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/pgpool2:4.4.5 $IMAGE_REGISTRY/appscode-images/pgpool2:4.4.5 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/pgpool2:4.4.8 $IMAGE_REGISTRY/appscode-images/pgpool2:4.4.8 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/pgpool2:4.5.0 $IMAGE_REGISTRY/appscode-images/pgpool2:4.5.0 @@ -364,9 +367,6 @@ $CMD cp --allow-nondistributable-artifacts --insecure percona/percona-server-mon $CMD cp --allow-nondistributable-artifacts --insecure percona/percona-server-mongodb:5.0.23 $IMAGE_REGISTRY/percona/percona-server-mongodb:5.0.23 $CMD cp --allow-nondistributable-artifacts --insecure percona/percona-server-mongodb:6.0.12 $IMAGE_REGISTRY/percona/percona-server-mongodb:6.0.12 $CMD cp --allow-nondistributable-artifacts --insecure percona/percona-server-mongodb:7.0.4 $IMAGE_REGISTRY/percona/percona-server-mongodb:7.0.4 -$CMD cp --allow-nondistributable-artifacts --insecure percona/percona-xtradb-cluster:8.0.26 $IMAGE_REGISTRY/percona/percona-xtradb-cluster:8.0.26 -$CMD cp --allow-nondistributable-artifacts --insecure percona/percona-xtradb-cluster:8.0.28 $IMAGE_REGISTRY/percona/percona-xtradb-cluster:8.0.28 -$CMD cp --allow-nondistributable-artifacts --insecure percona/percona-xtradb-cluster:8.0.31 $IMAGE_REGISTRY/percona/percona-xtradb-cluster:8.0.31 $CMD cp --allow-nondistributable-artifacts --insecure postgis/postgis:11-3.3 $IMAGE_REGISTRY/postgis/postgis:11-3.3 $CMD cp --allow-nondistributable-artifacts --insecure postgis/postgis:12-3.4 $IMAGE_REGISTRY/postgis/postgis:12-3.4 $CMD cp --allow-nondistributable-artifacts --insecure postgis/postgis:13-3.4 $IMAGE_REGISTRY/postgis/postgis:13-3.4 diff --git a/catalog/export-images.sh b/catalog/export-images.sh index 338a9bbe9..726350fba 100755 --- a/catalog/export-images.sh +++ b/catalog/export-images.sh @@ -174,6 +174,9 @@ $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/ $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/opensearch:2.18.0 images/appscode-images-opensearch-2.18.0.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/opensearch:2.5.0 images/appscode-images-opensearch-2.5.0.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/opensearch:2.8.0 images/appscode-images-opensearch-2.8.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/percona-xtradb-cluster:5.7.44 images/appscode-images-percona-xtradb-cluster-5.7.44.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/percona-xtradb-cluster:8.0.40 images/appscode-images-percona-xtradb-cluster-8.0.40.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/percona-xtradb-cluster:8.4.3 images/appscode-images-percona-xtradb-cluster-8.4.3.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/pgpool2:4.4.5 images/appscode-images-pgpool2-4.4.5.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/pgpool2:4.4.8 images/appscode-images-pgpool2-4.4.8.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/pgpool2:4.5.0 images/appscode-images-pgpool2-4.5.0.tar @@ -361,9 +364,6 @@ $CMD pull --allow-nondistributable-artifacts --insecure percona/percona-server-m $CMD pull --allow-nondistributable-artifacts --insecure percona/percona-server-mongodb:5.0.23 images/percona-percona-server-mongodb-5.0.23.tar $CMD pull --allow-nondistributable-artifacts --insecure percona/percona-server-mongodb:6.0.12 images/percona-percona-server-mongodb-6.0.12.tar $CMD pull --allow-nondistributable-artifacts --insecure percona/percona-server-mongodb:7.0.4 images/percona-percona-server-mongodb-7.0.4.tar -$CMD pull --allow-nondistributable-artifacts --insecure percona/percona-xtradb-cluster:8.0.26 images/percona-percona-xtradb-cluster-8.0.26.tar -$CMD pull --allow-nondistributable-artifacts --insecure percona/percona-xtradb-cluster:8.0.28 images/percona-percona-xtradb-cluster-8.0.28.tar -$CMD pull --allow-nondistributable-artifacts --insecure percona/percona-xtradb-cluster:8.0.31 images/percona-percona-xtradb-cluster-8.0.31.tar $CMD pull --allow-nondistributable-artifacts --insecure postgis/postgis:11-3.3 images/postgis-postgis-11-3.3.tar $CMD pull --allow-nondistributable-artifacts --insecure postgis/postgis:12-3.4 images/postgis-postgis-12-3.4.tar $CMD pull --allow-nondistributable-artifacts --insecure postgis/postgis:13-3.4 images/postgis-postgis-13-3.4.tar diff --git a/catalog/imagelist.yaml b/catalog/imagelist.yaml index bdf7093a1..a0968a4db 100644 --- a/catalog/imagelist.yaml +++ b/catalog/imagelist.yaml @@ -140,6 +140,9 @@ - ghcr.io/appscode-images/opensearch:2.18.0 - ghcr.io/appscode-images/opensearch:2.5.0 - ghcr.io/appscode-images/opensearch:2.8.0 +- ghcr.io/appscode-images/percona-xtradb-cluster:5.7.44 +- ghcr.io/appscode-images/percona-xtradb-cluster:8.0.40 +- ghcr.io/appscode-images/percona-xtradb-cluster:8.4.3 - ghcr.io/appscode-images/pgpool2:4.4.5 - ghcr.io/appscode-images/pgpool2:4.4.8 - ghcr.io/appscode-images/pgpool2:4.5.0 @@ -327,9 +330,6 @@ - percona/percona-server-mongodb:5.0.23 - percona/percona-server-mongodb:6.0.12 - percona/percona-server-mongodb:7.0.4 -- percona/percona-xtradb-cluster:8.0.26 -- percona/percona-xtradb-cluster:8.0.28 -- percona/percona-xtradb-cluster:8.0.31 - postgis/postgis:11-3.3 - postgis/postgis:12-3.4 - postgis/postgis:13-3.4 diff --git a/catalog/import-images.sh b/catalog/import-images.sh index d3adc6a06..31ca70212 100755 --- a/catalog/import-images.sh +++ b/catalog/import-images.sh @@ -168,6 +168,9 @@ $CMD push --allow-nondistributable-artifacts --insecure images/appscode-images-o $CMD push --allow-nondistributable-artifacts --insecure images/appscode-images-opensearch-2.18.0.tar $IMAGE_REGISTRY/appscode-images/opensearch:2.18.0 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-images-opensearch-2.5.0.tar $IMAGE_REGISTRY/appscode-images/opensearch:2.5.0 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-images-opensearch-2.8.0.tar $IMAGE_REGISTRY/appscode-images/opensearch:2.8.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-images-percona-xtradb-cluster-5.7.44.tar $IMAGE_REGISTRY/appscode-images/percona-xtradb-cluster:5.7.44 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-images-percona-xtradb-cluster-8.0.40.tar $IMAGE_REGISTRY/appscode-images/percona-xtradb-cluster:8.0.40 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-images-percona-xtradb-cluster-8.4.3.tar $IMAGE_REGISTRY/appscode-images/percona-xtradb-cluster:8.4.3 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-images-pgpool2-4.4.5.tar $IMAGE_REGISTRY/appscode-images/pgpool2:4.4.5 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-images-pgpool2-4.4.8.tar $IMAGE_REGISTRY/appscode-images/pgpool2:4.4.8 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-images-pgpool2-4.5.0.tar $IMAGE_REGISTRY/appscode-images/pgpool2:4.5.0 @@ -355,9 +358,6 @@ $CMD push --allow-nondistributable-artifacts --insecure images/percona-percona-s $CMD push --allow-nondistributable-artifacts --insecure images/percona-percona-server-mongodb-5.0.23.tar $IMAGE_REGISTRY/percona/percona-server-mongodb:5.0.23 $CMD push --allow-nondistributable-artifacts --insecure images/percona-percona-server-mongodb-6.0.12.tar $IMAGE_REGISTRY/percona/percona-server-mongodb:6.0.12 $CMD push --allow-nondistributable-artifacts --insecure images/percona-percona-server-mongodb-7.0.4.tar $IMAGE_REGISTRY/percona/percona-server-mongodb:7.0.4 -$CMD push --allow-nondistributable-artifacts --insecure images/percona-percona-xtradb-cluster-8.0.26.tar $IMAGE_REGISTRY/percona/percona-xtradb-cluster:8.0.26 -$CMD push --allow-nondistributable-artifacts --insecure images/percona-percona-xtradb-cluster-8.0.28.tar $IMAGE_REGISTRY/percona/percona-xtradb-cluster:8.0.28 -$CMD push --allow-nondistributable-artifacts --insecure images/percona-percona-xtradb-cluster-8.0.31.tar $IMAGE_REGISTRY/percona/percona-xtradb-cluster:8.0.31 $CMD push --allow-nondistributable-artifacts --insecure images/postgis-postgis-11-3.3.tar $IMAGE_REGISTRY/postgis/postgis:11-3.3 $CMD push --allow-nondistributable-artifacts --insecure images/postgis-postgis-12-3.4.tar $IMAGE_REGISTRY/postgis/postgis:12-3.4 $CMD push --allow-nondistributable-artifacts --insecure images/postgis-postgis-13-3.4.tar $IMAGE_REGISTRY/postgis/postgis:13-3.4 diff --git a/catalog/import-into-k3s.sh b/catalog/import-into-k3s.sh index e9f130c40..a02d560e1 100755 --- a/catalog/import-into-k3s.sh +++ b/catalog/import-into-k3s.sh @@ -166,6 +166,9 @@ k3s ctr images import images/appscode-images-opensearch-2.17.1.tar k3s ctr images import images/appscode-images-opensearch-2.18.0.tar k3s ctr images import images/appscode-images-opensearch-2.5.0.tar k3s ctr images import images/appscode-images-opensearch-2.8.0.tar +k3s ctr images import images/appscode-images-percona-xtradb-cluster-5.7.44.tar +k3s ctr images import images/appscode-images-percona-xtradb-cluster-8.0.40.tar +k3s ctr images import images/appscode-images-percona-xtradb-cluster-8.4.3.tar k3s ctr images import images/appscode-images-pgpool2-4.4.5.tar k3s ctr images import images/appscode-images-pgpool2-4.4.8.tar k3s ctr images import images/appscode-images-pgpool2-4.5.0.tar @@ -353,9 +356,6 @@ k3s ctr images import images/percona-percona-server-mongodb-4.4.26.tar k3s ctr images import images/percona-percona-server-mongodb-5.0.23.tar k3s ctr images import images/percona-percona-server-mongodb-6.0.12.tar k3s ctr images import images/percona-percona-server-mongodb-7.0.4.tar -k3s ctr images import images/percona-percona-xtradb-cluster-8.0.26.tar -k3s ctr images import images/percona-percona-xtradb-cluster-8.0.28.tar -k3s ctr images import images/percona-percona-xtradb-cluster-8.0.31.tar k3s ctr images import images/postgis-postgis-11-3.3.tar k3s ctr images import images/postgis-postgis-12-3.4.tar k3s ctr images import images/postgis-postgis-13-3.4.tar diff --git a/catalog/kubedb/active_versions.json b/catalog/kubedb/active_versions.json index c470f824f..05f14e673 100644 --- a/catalog/kubedb/active_versions.json +++ b/catalog/kubedb/active_versions.json @@ -126,9 +126,9 @@ "5.7.42-debian" ], "PerconaXtraDB": [ - "8.0.31", - "8.0.28", - "8.0.26" + "8.4.3", + "8.0.40", + "5.7.44" ], "PgBouncer": [ "1.24.0", diff --git a/catalog/kubedb/backup_tasks.json b/catalog/kubedb/backup_tasks.json index 075eb3fc3..4cf1482c0 100644 --- a/catalog/kubedb/backup_tasks.json +++ b/catalog/kubedb/backup_tasks.json @@ -91,9 +91,13 @@ "8.0.31-innodb" ], "perconaxtradb-backup-5.7": [ - "8.0.31", - "8.0.28", - "8.0.26" + "5.7.44" + ], + "perconaxtradb-backup-8.0": [ + "8.0.40" + ], + "perconaxtradb-backup-8.4": [ + "8.4.3" ], "postgres-backup-10.14": [ "10.23-bullseye", diff --git a/catalog/kubedb/raw/mysql/mysql-9.1.0-official.yaml b/catalog/kubedb/raw/mysql/mysql-9.1.0-official.yaml index 877ea3765..78425607a 100644 --- a/catalog/kubedb/raw/mysql/mysql-9.1.0-official.yaml +++ b/catalog/kubedb/raw/mysql/mysql-9.1.0-official.yaml @@ -44,9 +44,9 @@ spec: updateConstraints: allowlist: groupReplication: - - '>= 9.1.0, <= 9.1.0' + - '>= 9.1.0' standalone: - - '>= 9.1.0, <= 9.1.0' + - '>= 9.1.0' denylist: groupReplication: - < 9.1.0 diff --git a/catalog/kubedb/raw/perconaxtradb/deprecated-perconaxtradb-8.0.26.yaml b/catalog/kubedb/raw/perconaxtradb/deprecated-perconaxtradb-8.0.26.yaml new file mode 100644 index 000000000..d2f15bc7f --- /dev/null +++ b/catalog/kubedb/raw/perconaxtradb/deprecated-perconaxtradb-8.0.26.yaml @@ -0,0 +1,28 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: PerconaXtraDBVersion +metadata: + name: 8.0.26 +spec: + coordinator: + image: ghcr.io/kubedb/percona-xtradb-coordinator:v0.25.0-rc.0 + db: + image: ghcr.io/appscode-images/percona-xtradb-cluster:8.0.26 + deprecated: true + exporter: + image: prom/mysqld-exporter:v0.13.0 + initContainer: + image: ghcr.io/kubedb/percona-xtradb-init:0.2.2 + podSecurityPolicies: + databasePolicyName: percona-xtradb-db + securityContext: + runAsUser: 1001 + stash: + addon: + backupTask: + name: perconaxtradb-backup-8.0 + restoreTask: + name: perconaxtradb-restore-8.0 + updateConstraints: + allowlist: + - '>= 8.0.26, <= 8.0.31' + version: 8.0.26 diff --git a/catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.0.28.yaml b/catalog/kubedb/raw/perconaxtradb/deprecated-perconaxtradb-8.0.28.yaml similarity index 77% rename from catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.0.28.yaml rename to catalog/kubedb/raw/perconaxtradb/deprecated-perconaxtradb-8.0.28.yaml index 24c2d3af8..1867e4782 100644 --- a/catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.0.28.yaml +++ b/catalog/kubedb/raw/perconaxtradb/deprecated-perconaxtradb-8.0.28.yaml @@ -6,7 +6,8 @@ spec: coordinator: image: ghcr.io/kubedb/percona-xtradb-coordinator:v0.25.0-rc.0 db: - image: percona/percona-xtradb-cluster:8.0.28 + image: ghcr.io/appscode-images/percona-xtradb-cluster:8.0.28 + deprecated: true exporter: image: prom/mysqld-exporter:v0.13.0 initContainer: @@ -18,9 +19,9 @@ spec: stash: addon: backupTask: - name: perconaxtradb-backup-5.7 + name: perconaxtradb-backup-8.0 restoreTask: - name: perconaxtradb-restore-5.7 + name: perconaxtradb-restore-8.0 updateConstraints: allowlist: - '>= 8.0.28, <= 8.0.31' diff --git a/catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.0.31.yaml b/catalog/kubedb/raw/perconaxtradb/deprecated-perconaxtradb-8.0.31.yaml similarity index 77% rename from catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.0.31.yaml rename to catalog/kubedb/raw/perconaxtradb/deprecated-perconaxtradb-8.0.31.yaml index 6252be46a..ae106d049 100644 --- a/catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.0.31.yaml +++ b/catalog/kubedb/raw/perconaxtradb/deprecated-perconaxtradb-8.0.31.yaml @@ -6,7 +6,8 @@ spec: coordinator: image: ghcr.io/kubedb/percona-xtradb-coordinator:v0.25.0-rc.0 db: - image: percona/percona-xtradb-cluster:8.0.31 + image: ghcr.io/appscode-images/percona-xtradb-cluster:8.0.31 + deprecated: true exporter: image: prom/mysqld-exporter:v0.13.0 initContainer: @@ -18,9 +19,9 @@ spec: stash: addon: backupTask: - name: perconaxtradb-backup-5.7 + name: perconaxtradb-backup-8.0 restoreTask: - name: perconaxtradb-restore-5.7 + name: perconaxtradb-restore-8.0 updateConstraints: allowlist: - '>= 8.0.31, <= 8.0.31' diff --git a/catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.0.26.yaml b/catalog/kubedb/raw/perconaxtradb/perconaxtradb-5.7.44.yaml similarity index 81% rename from catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.0.26.yaml rename to catalog/kubedb/raw/perconaxtradb/perconaxtradb-5.7.44.yaml index 175301efc..f5d8c842c 100644 --- a/catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.0.26.yaml +++ b/catalog/kubedb/raw/perconaxtradb/perconaxtradb-5.7.44.yaml @@ -1,12 +1,12 @@ apiVersion: catalog.kubedb.com/v1alpha1 kind: PerconaXtraDBVersion metadata: - name: 8.0.26 + name: 5.7.44 spec: coordinator: image: ghcr.io/kubedb/percona-xtradb-coordinator:v0.25.0-rc.0 db: - image: percona/percona-xtradb-cluster:8.0.26 + image: ghcr.io/appscode-images/percona-xtradb-cluster:5.7.44 exporter: image: prom/mysqld-exporter:v0.13.0 initContainer: @@ -23,5 +23,5 @@ spec: name: perconaxtradb-restore-5.7 updateConstraints: allowlist: - - '>= 8.0.26, <= 8.0.31' - version: 8.0.26 + - '>= 5.7.44, <= 5.7.44' + version: 5.7.44 diff --git a/catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.0.40.yaml b/catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.0.40.yaml new file mode 100644 index 000000000..0aabdd8aa --- /dev/null +++ b/catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.0.40.yaml @@ -0,0 +1,27 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: PerconaXtraDBVersion +metadata: + name: 8.0.40 +spec: + coordinator: + image: ghcr.io/kubedb/percona-xtradb-coordinator:v0.25.0-rc.0 + db: + image: ghcr.io/appscode-images/percona-xtradb-cluster:8.0.40 + exporter: + image: prom/mysqld-exporter:v0.13.0 + initContainer: + image: ghcr.io/kubedb/percona-xtradb-init:0.2.2 + podSecurityPolicies: + databasePolicyName: percona-xtradb-db + securityContext: + runAsUser: 1001 + stash: + addon: + backupTask: + name: perconaxtradb-backup-8.0 + restoreTask: + name: perconaxtradb-restore-8.0 + updateConstraints: + allowlist: + - '>= 8.0.40, <= 8.4.3' + version: 8.0.40 diff --git a/catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.4.3.yaml b/catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.4.3.yaml new file mode 100644 index 000000000..cbc557d91 --- /dev/null +++ b/catalog/kubedb/raw/perconaxtradb/perconaxtradb-8.4.3.yaml @@ -0,0 +1,27 @@ +apiVersion: catalog.kubedb.com/v1alpha1 +kind: PerconaXtraDBVersion +metadata: + name: 8.4.3 +spec: + coordinator: + image: ghcr.io/kubedb/percona-xtradb-coordinator:v0.25.0-rc.0 + db: + image: ghcr.io/appscode-images/percona-xtradb-cluster:8.4.3 + exporter: + image: prom/mysqld-exporter:v0.13.0 + initContainer: + image: ghcr.io/kubedb/percona-xtradb-init:0.2.2 + podSecurityPolicies: + databasePolicyName: percona-xtradb-db + securityContext: + runAsUser: 1001 + stash: + addon: + backupTask: + name: perconaxtradb-backup-8.4 + restoreTask: + name: perconaxtradb-restore-8.4 + updateConstraints: + allowlist: + - '>= 8.4.3' + version: 8.4.3 diff --git a/catalog/kubedb/restore_tasks.json b/catalog/kubedb/restore_tasks.json index eca6ae501..6ea624ae8 100644 --- a/catalog/kubedb/restore_tasks.json +++ b/catalog/kubedb/restore_tasks.json @@ -91,9 +91,13 @@ "8.0.31-innodb" ], "perconaxtradb-restore-5.7": [ - "8.0.31", - "8.0.28", - "8.0.26" + "5.7.44" + ], + "perconaxtradb-restore-8.0": [ + "8.0.40" + ], + "perconaxtradb-restore-8.4": [ + "8.4.3" ], "postgres-restore-10.14": [ "10.23-bullseye", diff --git a/catalog/scripts/perconaxtradb/copy-images.sh b/catalog/scripts/perconaxtradb/copy-images.sh index 1b8ec1877..3c855a596 100755 --- a/catalog/scripts/perconaxtradb/copy-images.sh +++ b/catalog/scripts/perconaxtradb/copy-images.sh @@ -35,9 +35,9 @@ mv /tmp/crane . CMD="./crane" +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/percona-xtradb-cluster:5.7.44 $IMAGE_REGISTRY/appscode-images/percona-xtradb-cluster:5.7.44 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/percona-xtradb-cluster:8.0.40 $IMAGE_REGISTRY/appscode-images/percona-xtradb-cluster:8.0.40 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/percona-xtradb-cluster:8.4.3 $IMAGE_REGISTRY/appscode-images/percona-xtradb-cluster:8.4.3 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/percona-xtradb-coordinator:v0.25.0-rc.0 $IMAGE_REGISTRY/kubedb/percona-xtradb-coordinator:v0.25.0-rc.0 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/percona-xtradb-init:0.2.2 $IMAGE_REGISTRY/kubedb/percona-xtradb-init:0.2.2 -$CMD cp --allow-nondistributable-artifacts --insecure percona/percona-xtradb-cluster:8.0.26 $IMAGE_REGISTRY/percona/percona-xtradb-cluster:8.0.26 -$CMD cp --allow-nondistributable-artifacts --insecure percona/percona-xtradb-cluster:8.0.28 $IMAGE_REGISTRY/percona/percona-xtradb-cluster:8.0.28 -$CMD cp --allow-nondistributable-artifacts --insecure percona/percona-xtradb-cluster:8.0.31 $IMAGE_REGISTRY/percona/percona-xtradb-cluster:8.0.31 $CMD cp --allow-nondistributable-artifacts --insecure prom/mysqld-exporter:v0.13.0 $IMAGE_REGISTRY/prom/mysqld-exporter:v0.13.0 diff --git a/catalog/scripts/perconaxtradb/export-images.sh b/catalog/scripts/perconaxtradb/export-images.sh index a69c85467..a784851fa 100755 --- a/catalog/scripts/perconaxtradb/export-images.sh +++ b/catalog/scripts/perconaxtradb/export-images.sh @@ -32,11 +32,11 @@ mv /tmp/crane images CMD="./images/crane" +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/percona-xtradb-cluster:5.7.44 images/appscode-images-percona-xtradb-cluster-5.7.44.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/percona-xtradb-cluster:8.0.40 images/appscode-images-percona-xtradb-cluster-8.0.40.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/percona-xtradb-cluster:8.4.3 images/appscode-images-percona-xtradb-cluster-8.4.3.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/percona-xtradb-coordinator:v0.25.0-rc.0 images/kubedb-percona-xtradb-coordinator-v0.25.0-rc.0.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/percona-xtradb-init:0.2.2 images/kubedb-percona-xtradb-init-0.2.2.tar -$CMD pull --allow-nondistributable-artifacts --insecure percona/percona-xtradb-cluster:8.0.26 images/percona-percona-xtradb-cluster-8.0.26.tar -$CMD pull --allow-nondistributable-artifacts --insecure percona/percona-xtradb-cluster:8.0.28 images/percona-percona-xtradb-cluster-8.0.28.tar -$CMD pull --allow-nondistributable-artifacts --insecure percona/percona-xtradb-cluster:8.0.31 images/percona-percona-xtradb-cluster-8.0.31.tar $CMD pull --allow-nondistributable-artifacts --insecure prom/mysqld-exporter:v0.13.0 images/prom-mysqld-exporter-v0.13.0.tar tar -czvf images.tar.gz images diff --git a/catalog/scripts/perconaxtradb/imagelist.yaml b/catalog/scripts/perconaxtradb/imagelist.yaml index 389a36c77..3c681fa3c 100644 --- a/catalog/scripts/perconaxtradb/imagelist.yaml +++ b/catalog/scripts/perconaxtradb/imagelist.yaml @@ -1,6 +1,6 @@ +- ghcr.io/appscode-images/percona-xtradb-cluster:5.7.44 +- ghcr.io/appscode-images/percona-xtradb-cluster:8.0.40 +- ghcr.io/appscode-images/percona-xtradb-cluster:8.4.3 - ghcr.io/kubedb/percona-xtradb-coordinator:v0.25.0-rc.0 - ghcr.io/kubedb/percona-xtradb-init:0.2.2 -- percona/percona-xtradb-cluster:8.0.26 -- percona/percona-xtradb-cluster:8.0.28 -- percona/percona-xtradb-cluster:8.0.31 - prom/mysqld-exporter:v0.13.0 diff --git a/catalog/scripts/perconaxtradb/import-images.sh b/catalog/scripts/perconaxtradb/import-images.sh index 74fa36f88..ab1265025 100755 --- a/catalog/scripts/perconaxtradb/import-images.sh +++ b/catalog/scripts/perconaxtradb/import-images.sh @@ -26,9 +26,9 @@ tar -zxvf $TARBALL CMD="./crane" +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-images-percona-xtradb-cluster-5.7.44.tar $IMAGE_REGISTRY/appscode-images/percona-xtradb-cluster:5.7.44 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-images-percona-xtradb-cluster-8.0.40.tar $IMAGE_REGISTRY/appscode-images/percona-xtradb-cluster:8.0.40 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-images-percona-xtradb-cluster-8.4.3.tar $IMAGE_REGISTRY/appscode-images/percona-xtradb-cluster:8.4.3 $CMD push --allow-nondistributable-artifacts --insecure images/kubedb-percona-xtradb-coordinator-v0.25.0-rc.0.tar $IMAGE_REGISTRY/kubedb/percona-xtradb-coordinator:v0.25.0-rc.0 $CMD push --allow-nondistributable-artifacts --insecure images/kubedb-percona-xtradb-init-0.2.2.tar $IMAGE_REGISTRY/kubedb/percona-xtradb-init:0.2.2 -$CMD push --allow-nondistributable-artifacts --insecure images/percona-percona-xtradb-cluster-8.0.26.tar $IMAGE_REGISTRY/percona/percona-xtradb-cluster:8.0.26 -$CMD push --allow-nondistributable-artifacts --insecure images/percona-percona-xtradb-cluster-8.0.28.tar $IMAGE_REGISTRY/percona/percona-xtradb-cluster:8.0.28 -$CMD push --allow-nondistributable-artifacts --insecure images/percona-percona-xtradb-cluster-8.0.31.tar $IMAGE_REGISTRY/percona/percona-xtradb-cluster:8.0.31 $CMD push --allow-nondistributable-artifacts --insecure images/prom-mysqld-exporter-v0.13.0.tar $IMAGE_REGISTRY/prom/mysqld-exporter:v0.13.0 diff --git a/catalog/scripts/perconaxtradb/import-into-k3s.sh b/catalog/scripts/perconaxtradb/import-into-k3s.sh index cdd45a1ca..f4b772855 100755 --- a/catalog/scripts/perconaxtradb/import-into-k3s.sh +++ b/catalog/scripts/perconaxtradb/import-into-k3s.sh @@ -24,9 +24,9 @@ fi TARBALL=${1:-} tar -zxvf $TARBALL +k3s ctr images import images/appscode-images-percona-xtradb-cluster-5.7.44.tar +k3s ctr images import images/appscode-images-percona-xtradb-cluster-8.0.40.tar +k3s ctr images import images/appscode-images-percona-xtradb-cluster-8.4.3.tar k3s ctr images import images/kubedb-percona-xtradb-coordinator-v0.25.0-rc.0.tar k3s ctr images import images/kubedb-percona-xtradb-init-0.2.2.tar -k3s ctr images import images/percona-percona-xtradb-cluster-8.0.26.tar -k3s ctr images import images/percona-percona-xtradb-cluster-8.0.28.tar -k3s ctr images import images/percona-percona-xtradb-cluster-8.0.31.tar k3s ctr images import images/prom-mysqld-exporter-v0.13.0.tar diff --git a/charts/kubedb-catalog/templates/mysql/mysql-9.1.0-official.yaml b/charts/kubedb-catalog/templates/mysql/mysql-9.1.0-official.yaml index f70c20b50..7865e7788 100644 --- a/charts/kubedb-catalog/templates/mysql/mysql-9.1.0-official.yaml +++ b/charts/kubedb-catalog/templates/mysql/mysql-9.1.0-official.yaml @@ -53,9 +53,9 @@ spec: updateConstraints: allowlist: groupReplication: - - '>= 9.1.0, <= 9.1.0' + - '>= 9.1.0' standalone: - - '>= 9.1.0, <= 9.1.0' + - '>= 9.1.0' denylist: groupReplication: - < 9.1.0 diff --git a/charts/kubedb-catalog/templates/perconaxtradb/deprecated-perconaxtradb-8.0.26.yaml b/charts/kubedb-catalog/templates/perconaxtradb/deprecated-perconaxtradb-8.0.26.yaml new file mode 100644 index 000000000..c8e6c7d2c --- /dev/null +++ b/charts/kubedb-catalog/templates/perconaxtradb/deprecated-perconaxtradb-8.0.26.yaml @@ -0,0 +1,39 @@ +{{ $featureGates := .Values.featureGates }} +{{- if .Values.global }} + {{ $featureGates = mergeOverwrite dict .Values.featureGates .Values.global.featureGates }} +{{- end }} + +{{ if $featureGates.PerconaXtraDB }} +{{ if or (not .Values.skipDeprecated) (has "8.0.26" .Values.enableVersions.PerconaXtraDB) }} +apiVersion: catalog.kubedb.com/v1alpha1 +kind: PerconaXtraDBVersion +metadata: + name: '8.0.26' + labels: + {{- include "kubedb-catalog.labels" . | nindent 4 }} +spec: + coordinator: + image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/percona-xtradb-coordinator") $) }}:v0.25.0-rc.0' + db: + image: '{{ include "image.ghcr" (merge (dict "_repo" "appscode-images/percona-xtradb-cluster") $) }}:8.0.26' + exporter: + image: '{{ include "image.dockerHub" (merge (dict "_repo" "prom/mysqld-exporter") $) }}:v0.13.0' + initContainer: + image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/percona-xtradb-init") $) }}:0.2.2' + podSecurityPolicies: + databasePolicyName: percona-xtradb-db + securityContext: + runAsUser: 1001 + stash: + addon: + backupTask: + name: perconaxtradb-backup-8.0 + restoreTask: + name: perconaxtradb-restore-8.0 + updateConstraints: + allowlist: + - '>= 8.0.26, <= 8.0.31' + version: 8.0.26 + deprecated: {{ not (has "8.0.26" .Values.enableVersions.PerconaXtraDB) }} +{{ end }} +{{ end }} diff --git a/charts/kubedb-catalog/templates/perconaxtradb/deprecated-perconaxtradb-8.0.28.yaml b/charts/kubedb-catalog/templates/perconaxtradb/deprecated-perconaxtradb-8.0.28.yaml new file mode 100644 index 000000000..ed76cfa94 --- /dev/null +++ b/charts/kubedb-catalog/templates/perconaxtradb/deprecated-perconaxtradb-8.0.28.yaml @@ -0,0 +1,39 @@ +{{ $featureGates := .Values.featureGates }} +{{- if .Values.global }} + {{ $featureGates = mergeOverwrite dict .Values.featureGates .Values.global.featureGates }} +{{- end }} + +{{ if $featureGates.PerconaXtraDB }} +{{ if or (not .Values.skipDeprecated) (has "8.0.28" .Values.enableVersions.PerconaXtraDB) }} +apiVersion: catalog.kubedb.com/v1alpha1 +kind: PerconaXtraDBVersion +metadata: + name: '8.0.28' + labels: + {{- include "kubedb-catalog.labels" . | nindent 4 }} +spec: + coordinator: + image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/percona-xtradb-coordinator") $) }}:v0.25.0-rc.0' + db: + image: '{{ include "image.ghcr" (merge (dict "_repo" "appscode-images/percona-xtradb-cluster") $) }}:8.0.28' + exporter: + image: '{{ include "image.dockerHub" (merge (dict "_repo" "prom/mysqld-exporter") $) }}:v0.13.0' + initContainer: + image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/percona-xtradb-init") $) }}:0.2.2' + podSecurityPolicies: + databasePolicyName: percona-xtradb-db + securityContext: + runAsUser: 1001 + stash: + addon: + backupTask: + name: perconaxtradb-backup-8.0 + restoreTask: + name: perconaxtradb-restore-8.0 + updateConstraints: + allowlist: + - '>= 8.0.28, <= 8.0.31' + version: 8.0.28 + deprecated: {{ not (has "8.0.28" .Values.enableVersions.PerconaXtraDB) }} +{{ end }} +{{ end }} diff --git a/charts/kubedb-catalog/templates/perconaxtradb/deprecated-perconaxtradb-8.0.31.yaml b/charts/kubedb-catalog/templates/perconaxtradb/deprecated-perconaxtradb-8.0.31.yaml new file mode 100644 index 000000000..75961283d --- /dev/null +++ b/charts/kubedb-catalog/templates/perconaxtradb/deprecated-perconaxtradb-8.0.31.yaml @@ -0,0 +1,39 @@ +{{ $featureGates := .Values.featureGates }} +{{- if .Values.global }} + {{ $featureGates = mergeOverwrite dict .Values.featureGates .Values.global.featureGates }} +{{- end }} + +{{ if $featureGates.PerconaXtraDB }} +{{ if or (not .Values.skipDeprecated) (has "8.0.31" .Values.enableVersions.PerconaXtraDB) }} +apiVersion: catalog.kubedb.com/v1alpha1 +kind: PerconaXtraDBVersion +metadata: + name: '8.0.31' + labels: + {{- include "kubedb-catalog.labels" . | nindent 4 }} +spec: + coordinator: + image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/percona-xtradb-coordinator") $) }}:v0.25.0-rc.0' + db: + image: '{{ include "image.ghcr" (merge (dict "_repo" "appscode-images/percona-xtradb-cluster") $) }}:8.0.31' + exporter: + image: '{{ include "image.dockerHub" (merge (dict "_repo" "prom/mysqld-exporter") $) }}:v0.13.0' + initContainer: + image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/percona-xtradb-init") $) }}:0.2.2' + podSecurityPolicies: + databasePolicyName: percona-xtradb-db + securityContext: + runAsUser: 1001 + stash: + addon: + backupTask: + name: perconaxtradb-backup-8.0 + restoreTask: + name: perconaxtradb-restore-8.0 + updateConstraints: + allowlist: + - '>= 8.0.31, <= 8.0.31' + version: 8.0.31 + deprecated: {{ not (has "8.0.31" .Values.enableVersions.PerconaXtraDB) }} +{{ end }} +{{ end }} diff --git a/charts/kubedb-catalog/templates/perconaxtradb/perconaxtradb-8.0.28.yaml b/charts/kubedb-catalog/templates/perconaxtradb/perconaxtradb-5.7.44.yaml similarity index 85% rename from charts/kubedb-catalog/templates/perconaxtradb/perconaxtradb-8.0.28.yaml rename to charts/kubedb-catalog/templates/perconaxtradb/perconaxtradb-5.7.44.yaml index dcc90fc54..1c50d89ac 100644 --- a/charts/kubedb-catalog/templates/perconaxtradb/perconaxtradb-8.0.28.yaml +++ b/charts/kubedb-catalog/templates/perconaxtradb/perconaxtradb-5.7.44.yaml @@ -8,14 +8,14 @@ apiVersion: catalog.kubedb.com/v1alpha1 kind: PerconaXtraDBVersion metadata: - name: '8.0.28' + name: '5.7.44' labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/percona-xtradb-coordinator") $) }}:v0.25.0-rc.0' db: - image: '{{ include "image.dockerHub" (merge (dict "_repo" "percona/percona-xtradb-cluster") $) }}:8.0.28' + image: '{{ include "image.ghcr" (merge (dict "_repo" "appscode-images/percona-xtradb-cluster") $) }}:5.7.44' exporter: image: '{{ include "image.dockerHub" (merge (dict "_repo" "prom/mysqld-exporter") $) }}:v0.13.0' initContainer: @@ -32,6 +32,6 @@ spec: name: perconaxtradb-restore-5.7 updateConstraints: allowlist: - - '>= 8.0.28, <= 8.0.31' - version: 8.0.28 + - '>= 5.7.44, <= 5.7.44' + version: 5.7.44 {{ end }} diff --git a/charts/kubedb-catalog/templates/perconaxtradb/perconaxtradb-8.0.26.yaml b/charts/kubedb-catalog/templates/perconaxtradb/perconaxtradb-8.0.40.yaml similarity index 78% rename from charts/kubedb-catalog/templates/perconaxtradb/perconaxtradb-8.0.26.yaml rename to charts/kubedb-catalog/templates/perconaxtradb/perconaxtradb-8.0.40.yaml index 40a4605db..66bf7f60e 100644 --- a/charts/kubedb-catalog/templates/perconaxtradb/perconaxtradb-8.0.26.yaml +++ b/charts/kubedb-catalog/templates/perconaxtradb/perconaxtradb-8.0.40.yaml @@ -8,14 +8,14 @@ apiVersion: catalog.kubedb.com/v1alpha1 kind: PerconaXtraDBVersion metadata: - name: '8.0.26' + name: '8.0.40' labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/percona-xtradb-coordinator") $) }}:v0.25.0-rc.0' db: - image: '{{ include "image.dockerHub" (merge (dict "_repo" "percona/percona-xtradb-cluster") $) }}:8.0.26' + image: '{{ include "image.ghcr" (merge (dict "_repo" "appscode-images/percona-xtradb-cluster") $) }}:8.0.40' exporter: image: '{{ include "image.dockerHub" (merge (dict "_repo" "prom/mysqld-exporter") $) }}:v0.13.0' initContainer: @@ -27,11 +27,11 @@ spec: stash: addon: backupTask: - name: perconaxtradb-backup-5.7 + name: perconaxtradb-backup-8.0 restoreTask: - name: perconaxtradb-restore-5.7 + name: perconaxtradb-restore-8.0 updateConstraints: allowlist: - - '>= 8.0.26, <= 8.0.31' - version: 8.0.26 + - '>= 8.0.40, <= 8.4.3' + version: 8.0.40 {{ end }} diff --git a/charts/kubedb-catalog/templates/perconaxtradb/perconaxtradb-8.0.31.yaml b/charts/kubedb-catalog/templates/perconaxtradb/perconaxtradb-8.4.3.yaml similarity index 78% rename from charts/kubedb-catalog/templates/perconaxtradb/perconaxtradb-8.0.31.yaml rename to charts/kubedb-catalog/templates/perconaxtradb/perconaxtradb-8.4.3.yaml index 0023d1935..9816829e0 100644 --- a/charts/kubedb-catalog/templates/perconaxtradb/perconaxtradb-8.0.31.yaml +++ b/charts/kubedb-catalog/templates/perconaxtradb/perconaxtradb-8.4.3.yaml @@ -8,14 +8,14 @@ apiVersion: catalog.kubedb.com/v1alpha1 kind: PerconaXtraDBVersion metadata: - name: '8.0.31' + name: '8.4.3' labels: {{- include "kubedb-catalog.labels" . | nindent 4 }} spec: coordinator: image: '{{ include "image.ghcr" (merge (dict "_repo" "kubedb/percona-xtradb-coordinator") $) }}:v0.25.0-rc.0' db: - image: '{{ include "image.dockerHub" (merge (dict "_repo" "percona/percona-xtradb-cluster") $) }}:8.0.31' + image: '{{ include "image.ghcr" (merge (dict "_repo" "appscode-images/percona-xtradb-cluster") $) }}:8.4.3' exporter: image: '{{ include "image.dockerHub" (merge (dict "_repo" "prom/mysqld-exporter") $) }}:v0.13.0' initContainer: @@ -27,11 +27,11 @@ spec: stash: addon: backupTask: - name: perconaxtradb-backup-5.7 + name: perconaxtradb-backup-8.4 restoreTask: - name: perconaxtradb-restore-5.7 + name: perconaxtradb-restore-8.4 updateConstraints: allowlist: - - '>= 8.0.31, <= 8.0.31' - version: 8.0.31 + - '>= 8.4.3' + version: 8.4.3 {{ end }} diff --git a/go.mod b/go.mod index 05600910a..513f9b9a7 100644 --- a/go.mod +++ b/go.mod @@ -23,7 +23,7 @@ require ( kubedb.dev/apimachinery v0.52.0-rc.0 kubeops.dev/installer v0.0.0-20250131122006-8354eb35b627 sigs.k8s.io/yaml v1.4.0 - stash.appscode.dev/installer v0.12.2-0.20250108183814-50ebd27eef9c + stash.appscode.dev/installer v0.12.2-0.20250214215422-7dfae211fb34 ) require ( diff --git a/go.sum b/go.sum index 4632cc56b..14b08a42a 100644 --- a/go.sum +++ b/go.sum @@ -345,7 +345,7 @@ sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMm sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0= sigs.k8s.io/structured-merge-diff/v4 v4.4.1 h1:150L+0vs/8DA78h1u02ooW1/fFq/Lwr+sGiqlzvrtq4= sigs.k8s.io/structured-merge-diff/v4 v4.4.1/go.mod h1:N8hJocpFajUSSeSJ9bOZ77VzejKZaXsTtZo4/u7Io08= -stash.appscode.dev/installer v0.12.2-0.20250108183814-50ebd27eef9c h1:slPVj4SjGRfgU0KvX6BWfxHZ4S5nDKsZNPuPNZMxevQ= -stash.appscode.dev/installer v0.12.2-0.20250108183814-50ebd27eef9c/go.mod h1:XWlccMdwHP2R6iSk4oILkF5J7fBvGkDenyVl8ekfISY= +stash.appscode.dev/installer v0.12.2-0.20250214215422-7dfae211fb34 h1:4wOzNRjw4Ds7x1h5DXErifX2JYYEss0IiDFpqZ3OH2k= +stash.appscode.dev/installer v0.12.2-0.20250214215422-7dfae211fb34/go.mod h1:NxjEKtCFjCwleOWkndIwlr/+OgHaO3HZKhYrYYbDKVc= x-helm.dev/apimachinery v0.0.16 h1:Eb160xcdH9fMVHak5QSWYWxoaReytch+A7kk25QWjx0= x-helm.dev/apimachinery v0.0.16/go.mod h1:05brgFw5oWOX7OTXT090SQojqXjbttqWfqoJo+ejBU4= diff --git a/tests/check-charts_test.go b/tests/check-charts_test.go index d661a5ca5..f0c365520 100644 --- a/tests/check-charts_test.go +++ b/tests/check-charts_test.go @@ -43,6 +43,9 @@ func Test_CheckImageArchitectures(t *testing.T) { "ghcr.io/appscode-images/mysql:5.7.42-debian", "ghcr.io/appscode-images/mysql:5.7.44-oracle", "ghcr.io/appscode-images/mysql:8.0.36-debian", + "ghcr.io/appscode-images/percona-xtradb-cluster:5.7.44", + "ghcr.io/appscode-images/percona-xtradb-cluster:8.0.40", + "ghcr.io/appscode-images/percona-xtradb-cluster:8.4.3", "ghcr.io/appscode-images/singlestore-node:alma-8.1.32-e3d3cde6da", "ghcr.io/appscode-images/singlestore-node:alma-8.5.30-4f46ab16a5", "ghcr.io/appscode-images/singlestore-node:alma-8.5.7-bf633c1a54", @@ -61,9 +64,6 @@ func Test_CheckImageArchitectures(t *testing.T) { "percona/percona-server-mongodb:5.0.23", "percona/percona-server-mongodb:6.0.12", "percona/percona-server-mongodb:7.0.4", - "percona/percona-xtradb-cluster:8.0.26", - "percona/percona-xtradb-cluster:8.0.28", - "percona/percona-xtradb-cluster:8.0.31", "postgis/postgis:11-3.3", "postgis/postgis:12-3.4", "postgis/postgis:13-3.4", diff --git a/vendor/modules.txt b/vendor/modules.txt index 949a71796..c5da92469 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -830,7 +830,7 @@ sigs.k8s.io/structured-merge-diff/v4/value ## explicit; go 1.12 sigs.k8s.io/yaml sigs.k8s.io/yaml/goyaml.v2 -# stash.appscode.dev/installer v0.12.2-0.20250108183814-50ebd27eef9c +# stash.appscode.dev/installer v0.12.2-0.20250214215422-7dfae211fb34 ## explicit; go 1.22.7 stash.appscode.dev/installer/catalog # x-helm.dev/apimachinery v0.0.16 diff --git a/vendor/stash.appscode.dev/installer/catalog/README.md b/vendor/stash.appscode.dev/installer/catalog/README.md index 9de3a38df..80fe09c75 100644 --- a/vendor/stash.appscode.dev/installer/catalog/README.md +++ b/vendor/stash.appscode.dev/installer/catalog/README.md @@ -1,57 +1,57 @@ # CVE Report | IMAGE REF | OS | CRITICAL
(OS, OTHER) | HIGH
(OS, OTHER) | MEDIUM
(OS, OTHER) | LOW
(OS, OTHER) | UNKNOWN
(OS, OTHER) | |---------------------------------------------------------------------------------------------------------------------------|---------------|-------------------------|---------------------|-----------------------|--------------------|------------------------| -| ghcr.io/appscode/kubectl-nonroot:1.31
sha256:f8502ceeb74c1b07a20d36a51545c1b3146c81f3b4cd2cf1e110e19c8ed02a75 | | 0, 0 | 0, 2 | 0, 2 | 0, 0 | 0, 0 | -| ghcr.io/stashed/kubedump:0.1.0-v16
sha256:f036a0a78e43c46162edd132b2a544ddf1d1cd84b0b36c44ee99c806c2c3fa2f | | 0, 4 | 0, 44 | 0, 29 | 0, 1 | 0, 0 | -| ghcr.io/stashed/stash-crd-installer:v0.37.0
sha256:0f461b4ec319313de530ce86a51ec42923638c9a4464584074178aab0b438b03 | debian 12.8 | 0, 0 | 0, 1 | 0, 0 | 0, 0 | 0, 0 | -| ghcr.io/stashed/stash-elasticsearch:5.6.4-v33
sha256:3519d8be9e4d04e445ef83fe3200a4281ef36c93a547f5c2405fd9470098630a | alpine 3.17.3 | 0, 4 | **2**, 51 | 38, 36 | 4, 2 | 0, 0 | -| ghcr.io/stashed/stash-elasticsearch:6.2.4-v33
sha256:f731f051ac12a3f83f55cd62e14b654adc765992a048f4d54be56896aa73e6ff | alpine 3.17.3 | 0, 4 | **2**, 51 | 38, 36 | 4, 2 | 0, 0 | -| ghcr.io/stashed/stash-elasticsearch:6.3.0-v33
sha256:b277309ab862053be5ed405163d5890df6ffce761c1060789863a3d3f9e9358f | alpine 3.17.3 | 0, 4 | **2**, 51 | 38, 36 | 4, 2 | 0, 0 | -| ghcr.io/stashed/stash-elasticsearch:6.4.0-v33
sha256:cc89ed318c633e3290f07dbe1c1ee9f884fad05ca4abeb39230004cdac8acdc7 | alpine 3.17.3 | 0, 4 | **2**, 51 | 38, 36 | 4, 2 | 0, 0 | -| ghcr.io/stashed/stash-elasticsearch:6.5.3-v33
sha256:1d47e016206010fe27a7a95937ecde14ac6526ab3870873893ee7a4e42c68ce4 | alpine 3.17.3 | 0, 4 | **2**, 51 | 38, 36 | 4, 2 | 0, 0 | -| ghcr.io/stashed/stash-elasticsearch:6.8.0-v33
sha256:666e0a00b89cd98cb03b0f17f47e57fae7ab18a259759d0fafca6d706da53d62 | alpine 3.17.3 | 0, 4 | **2**, 51 | 38, 36 | 4, 2 | 0, 0 | -| ghcr.io/stashed/stash-elasticsearch:7.14.0-v19
sha256:7805206a2fefc47cc97737273dea146e83a46555f57bc8981684390fb27b7655 | alpine 3.18.3 | 0, 4 | **2**, 48 | 34, 35 | 4, 2 | 0, 0 | -| ghcr.io/stashed/stash-elasticsearch:7.2.0-v33
sha256:1ca81eb2b131cde64fa7eeab43c4d301017597e070fc2531a66e60f933448f8f | alpine 3.17.3 | 0, 4 | **2**, 51 | 38, 36 | 4, 2 | 0, 0 | -| ghcr.io/stashed/stash-elasticsearch:7.3.2-v33
sha256:2855c458345757c1751878ae2f62490554a0d875e7662fa186c5caff734dee04 | alpine 3.17.3 | 0, 4 | **2**, 51 | 38, 37 | 4, 2 | 0, 0 | -| ghcr.io/stashed/stash-elasticsearch:8.2.0-v16
sha256:1ce819f2cfedaa5e533f2d5e967ec75d91510bd7df685eadfb3701011c5539b0 | alpine 3.18.3 | 0, 4 | **2**, 47 | 34, 35 | 4, 2 | 0, 0 | -| ghcr.io/stashed/stash-enterprise:v0.37.0
sha256:c8c6d07379d3d42388898cba1d2d0021efb0b37433fb08fb7d398cbff61d3ac4 | | 0, 4 | 0, 44 | 0, 30 | 0, 2 | 0, 0 | -| ghcr.io/stashed/stash-etcd:3.5.0-v20
sha256:0ef4047867d7705041e3401167d5c1069b934f99b648030c6854d9644d1ec226 | debian 10.7 | **14**, 19 | **27**, 209 | 25, 134 | 5, 4 | 2, 0 | -| ghcr.io/stashed/stash-mariadb:10.5.8-v27
sha256:7e951be57f9e234aad254f4d6b6341793c3b414ace3d7b600eb155b9aad0aa1e | ubuntu 20.04 | 0, 8 | **9**, 88 | 604, 59 | 98, 2 | 0, 0 | -| ghcr.io/stashed/stash-mongodb:3.4.17-v34
sha256:937e442f532228289f533ee8b0f865da61d72da05292e375083a2eafa1550156 | debian 8.11 | **4**, 4 | **35**, 45 | 32, 31 | 7, 1 | 13, 0 | -| ghcr.io/stashed/stash-mongodb:3.4.22-v34
sha256:253620dfa3429dc73819790ef2b2ea71655b46c9b0b5781c7978451bb12f378f | ubuntu 16.04 | 0, 4 | **2**, 45 | 34, 31 | 48, 1 | 0, 0 | -| ghcr.io/stashed/stash-mongodb:3.6.13-v34
sha256:ea530531c659632d3eea1306ea2cfc4c763ecd2512b91633bde43c0b944b93f2 | ubuntu 16.04 | 0, 4 | **2**, 45 | 34, 31 | 48, 1 | 0, 0 | -| ghcr.io/stashed/stash-mongodb:3.6.8-v34
sha256:4339bba71c810493b790e49f01c730ce7a9187aa81112ffde7754fb0f53c32cc | debian 9.5 | **18**, 4 | **96**, 45 | 43, 31 | 25, 1 | 12, 0 | -| ghcr.io/stashed/stash-mongodb:4.0.11-v34
sha256:c4793a960b714b3dcd39c0458c7f05e9234020c2d7150ff04d30f5b9b11d2d6e | ubuntu 16.04 | 0, 4 | **2**, 45 | 76, 31 | 54, 1 | 0, 0 | -| ghcr.io/stashed/stash-mongodb:4.0.3-v34
sha256:04e2918b3166f44c9d1954815ac174259015bd4b08af46130f465030d8b67079 | ubuntu 16.04 | 0, 4 | **12**, 45 | 140, 31 | 84, 1 | 0, 0 | -| ghcr.io/stashed/stash-mongodb:4.0.5-v34
sha256:d7ae5b13eeeecd46043d2496cd802c57015f297953f90d800b8102d03b21c114 | ubuntu 16.04 | 0, 4 | **2**, 45 | 99, 31 | 65, 1 | 0, 0 | -| ghcr.io/stashed/stash-mongodb:4.1.13-v34
sha256:f6b0aba488b38f613c7a67d32ccdf95c927f1e7432f5ae8f3d4c2ef254f5a6ac | ubuntu 18.04 | 0, 4 | **15**, 45 | 261, 31 | 163, 1 | 0, 0 | -| ghcr.io/stashed/stash-mongodb:4.1.4-v34
sha256:1d7f23e97397be04e98ecc19dd8a1e040b768064d5388ce5a264bb30b4718c88 | ubuntu 16.04 | 0, 4 | **12**, 45 | 140, 31 | 84, 1 | 0, 0 | -| ghcr.io/stashed/stash-mongodb:4.1.7-v34
sha256:e52bec2f5eaaa31d0c13ffb3ff9138b5149ede6cce55db3644191f9d290e8066 | ubuntu 16.04 | 0, 4 | **2**, 45 | 99, 31 | 65, 1 | 0, 0 | -| ghcr.io/stashed/stash-mongodb:4.2.3-v34
sha256:0c4feb183eecfb50623b227a359cea2a7adbd1af925ce6f1e61fb7d4e31c1f5d | ubuntu 18.04 | 0, 4 | **15**, 45 | 229, 31 | 149, 1 | 0, 0 | -| ghcr.io/stashed/stash-mongodb:4.4.6-v25
sha256:f9f45631dd50bea98b38f054b1db6ad53aa6a2ec66d4f9c64bb8577d3d6f7ff6 | ubuntu 18.04 | 0, 8 | **11**, 89 | 163, 61 | 101, 2 | 0, 0 | -| ghcr.io/stashed/stash-mongodb:5.0.15-v7
sha256:fd0c2d8b69fff78deee806e3e72b165856c83f9de48c5af7edb3658863044e05 | ubuntu 20.04 | 0, 8 | **8**, 89 | 220, 61 | 98, 2 | 0, 0 | -| ghcr.io/stashed/stash-mongodb:5.0.3-v22
sha256:68183ad7bc8aab5c321888148d2921836501493067e4886f19574969af3126a2 | ubuntu 20.04 | 0, 8 | **8**, 89 | 220, 61 | 98, 2 | 0, 0 | -| ghcr.io/stashed/stash-mongodb:6.0.5-v10
sha256:a5fe07cd4ca9009eac71461ea29066b5c932b9bd14b0805b1526f4317e82ba9d | ubuntu 22.04 | 0, 7 | **4**, 78 | 69, 54 | 46, 3 | 0, 0 | -| ghcr.io/stashed/stash-mysql:5.7.25-v34
sha256:9ed5af6edd7e3ff23f93f932881d529e45436c758a022e15abe163d7fe04a125 | debian 10.13 | 0, 7 | **2**, 75 | 6, 49 | 0, 2 | 0, 0 | -| ghcr.io/stashed/stash-mysql:8.0.14-v33
sha256:ea0e29aa5f34138b2d319a4347f1890e01cd14fc206135e7cc9b0f04dace9d51 | debian 9.6 | **12**, 4 | **91**, 44 | 32, 29 | 21, 1 | 8, 0 | -| ghcr.io/stashed/stash-mysql:8.0.21-v27
sha256:95cebc1f4f185549c9793da3e953500ebb4481b2070976cd21815b35a66670e6 | debian 10.6 | **25**, 8 | **103**, 88 | 80, 59 | 5, 2 | 8, 0 | -| ghcr.io/stashed/stash-mysql:8.0.3-v33
sha256:196ab1e08fbdd9fe40878d12f8fa796f0ca1c4f2c0a3e3750ceaeb0e96aa6ffb | debian 8.10 | **12**, 4 | **58**, 44 | 37, 29 | 7, 1 | 16, 0 | -| ghcr.io/stashed/stash-nats:2.6.1-v21
sha256:3f8aeff39762dca3193bf349cbc84e5e32cc1e2ea400d315de66514469ee9fc8 | debian 12.8 | 0, 8 | 0, 78 | 0, 53 | 0, 2 | 0, 0 | -| ghcr.io/stashed/stash-nats:2.8.2-v16
sha256:174d8a0419ae67a958e8d00c9417b602b2c068e031cdd26dd4d90edf88378335 | debian 12.8 | 0, 8 | 0, 78 | 0, 53 | 0, 2 | 0, 0 | -| ghcr.io/stashed/stash-percona-xtradb:5.7-v26
sha256:06f8530a15525086027a8e98578038d1101f62ebf6f211cd5a0cd4700cef0352 | debian 12.5 | **4**, 5 | **24**, 46 | 34, 33 | 4, 1 | 0, 0 | -| ghcr.io/stashed/stash-postgres:10.14-v32
sha256:1aea41a2d5b65d813a7faa674177c82fde6e9c067b0bc2fc1cf1f081e7de0fd6 | alpine 3.12.1 | **4**, 4 | **40**, 45 | 17, 31 | 2, 1 | 0, 0 | -| ghcr.io/stashed/stash-postgres:11.9-v32
sha256:661ebf8e1d0edeceb12f97df46c88a7b078f3415a6e9028de9e3eb7ff10e56fd | alpine 3.12.1 | **4**, 4 | **40**, 45 | 17, 31 | 2, 1 | 0, 0 | -| ghcr.io/stashed/stash-postgres:12.4-v32
sha256:3f1472baccb10d572fea8713a4b514914e8294346885e6f586708186ed73e9ca | alpine 3.12.1 | **4**, 4 | **40**, 45 | 17, 31 | 2, 1 | 0, 0 | -| ghcr.io/stashed/stash-postgres:13.1-v29
sha256:9112895b339d578a829fc15d9a6a3eea9cac45e859ba7fb9336c7fa29204ad85 | alpine 3.13.1 | **4**, 4 | **45**, 45 | 17, 31 | 2, 1 | 0, 0 | -| ghcr.io/stashed/stash-postgres:14.0-v21
sha256:65fa7913bb97ad7679406d8f0430d7fa5f13f5ea3e120348c4c2690a4af19adb | alpine 3.14.2 | **2**, 4 | **40**, 45 | 15, 31 | 0, 1 | 0, 0 | -| ghcr.io/stashed/stash-postgres:15.1-v13
sha256:93ebfcc10b709a22571335d9061274b9295ccfc75ac72708da0bcc6f72a528ef | alpine 3.17.1 | **1**, 4 | **20**, 45 | 49, 31 | 4, 1 | 0, 0 | -| ghcr.io/stashed/stash-postgres:16.1-v2
sha256:d808495d8a75de9744962711ff72c8f9374f366622573651d81be6911c61b8a1 | alpine 3.19.1 | 0, 4 | **1**, 45 | 21, 31 | 4, 1 | 0, 0 | -| ghcr.io/stashed/stash-postgres:17.2
sha256:28b9ea543923131645111b610998511f5631acd6abb7c4259be98298276b5433 | alpine 3.21.0 | 0, 7 | 0, 75 | 0, 49 | 0, 2 | 0, 0 | -| ghcr.io/stashed/stash-postgres:9.6.19-v32
sha256:4b7e0b00774bdbbf63ec6bd661d4d9dac1d2273835ff00735ede4352cd8a8e42 | alpine 3.12.1 | **4**, 4 | **40**, 45 | 17, 31 | 2, 1 | 0, 0 | -| ghcr.io/stashed/stash-redis:5.0.13-v21
sha256:f10b9dfc8051da4c80ee436bd9db3d5451a448911510ae02c221a3bc99742266 | debian 11.5 | **5**, 11 | **42**, 116 | 30, 77 | 8, 4 | 1, 0 | -| ghcr.io/stashed/stash-redis:6.2.5-v21
sha256:c912d1730fa93b18a074fccd5fd5c80839ed90f619d5b3626653d94035737d76 | debian 11.5 | **5**, 11 | **42**, 116 | 30, 77 | 8, 4 | 1, 0 | -| ghcr.io/stashed/stash-redis:7.0.5-v14
sha256:2f9cd415d351cf78e7d3a128373427eed220d35447d583657c1a3b51b5930c9d | debian 11.5 | **5**, 11 | **42**, 116 | 30, 77 | 8, 4 | 1, 0 | -| ghcr.io/stashed/stash-ui-server:v0.18.0
sha256:7d4b7480dd5b80a7ea52ad8a5ba3fc0f1d7daa013917b697d4709ec3314f34f0 | debian 12.8 | 0, 0 | 0, 1 | 0, 0 | 0, 0 | 0, 0 | -| ghcr.io/stashed/stash-vault:1.10.3-v13
sha256:b3fa8cc86bb466dd711466c11bd5ee0a539c319d0a3c333a0af87ccb94037404 | alpine 3.14.8 | 0, 9 | **8**, 86 | 4, 66 | 0, 5 | 0, 0 | -| ghcr.io/stashed/stash:v0.37.0
sha256:392d894960bd67ae577f49ff36ea18e9c9d5a39a8b7815d8a7cf69af8bfadecf | | 0, 4 | 0, 44 | 0, 29 | 0, 2 | 0, 0 | -| prom/pushgateway:v1.4.2
sha256:a684e7c830a4b19e564a93bfc3bf713e85b04ab9dfcab5633c14cbba241f9231 | | 0, 5 | 0, 47 | 0, 30 | 0, 1 | 0, 0 | +| ghcr.io/appscode/kubectl-nonroot:1.31
sha256:18166cd25aafc887ebc8bb6267f032f8f122883b381c6b7e2ed269ebdb7b47d1 | | 0, 0 | 0, 1 | 0, 3 | 0, 0 | 0, 0 | +| ghcr.io/stashed/kubedump:0.2.0-v3
sha256:0e42dab0403c02f58c34a5c77f38a9cd0e2c3561d7b8ab1374b122a2dada787e | | 0, 1 | 0, 1 | 0, 3 | 0, 0 | 0, 0 | +| ghcr.io/stashed/stash-crd-installer:v0.39.0
sha256:022312645e4fd4c7fbc595bb91d4c0d45af610c763aa229c3489db5ad367e50d | debian 12.9 | 0, 0 | 0, 0 | 0, 0 | 0, 0 | 0, 0 | +| ghcr.io/stashed/stash-elasticsearch:5.6.4-v35
sha256:c2acddc75cbc01e19b9611fcef9e34c5f45935803cc49491608ee60807129b1b | alpine 3.17.3 | 0, 1 | **2**, 8 | 38, 13 | 4, 1 | 2, 0 | +| ghcr.io/stashed/stash-elasticsearch:6.2.4-v35
sha256:e143b796d9b07ab8b14a9b29bad660f0dfd6bb26f96cfd1983bfbad375b87068 | alpine 3.17.3 | 0, 1 | **2**, 8 | 38, 13 | 4, 1 | 2, 0 | +| ghcr.io/stashed/stash-elasticsearch:6.3.0-v35
sha256:4e1042f788569d1843c691d7df6ecf6020defe5a350ec2cb4154f1ac74ac8227 | alpine 3.17.3 | 0, 1 | **2**, 8 | 38, 13 | 4, 1 | 2, 0 | +| ghcr.io/stashed/stash-elasticsearch:6.4.0-v35
sha256:841ab19d2cf5c745817781290b584948775be2151d99aa7fcfcb0c00ac445154 | alpine 3.17.3 | 0, 1 | **2**, 8 | 38, 13 | 4, 1 | 2, 0 | +| ghcr.io/stashed/stash-elasticsearch:6.5.3-v35
sha256:428f1f117444fb7c92869c9788cccceaf6ab9f0f42ce0d23f1d8e89646a55e68 | alpine 3.17.3 | 0, 1 | **2**, 8 | 38, 13 | 4, 1 | 2, 0 | +| ghcr.io/stashed/stash-elasticsearch:6.8.0-v35
sha256:494e2c58bce7665285f534bf815119e8e343be9803b40a4050d8919ff01fb71d | alpine 3.17.3 | 0, 1 | **2**, 8 | 38, 13 | 4, 1 | 2, 0 | +| ghcr.io/stashed/stash-elasticsearch:7.14.0-v21
sha256:66057e19536f51de8c25fe94e2dbf4528f78d54f060433c2180ba380fc7e8c5f | alpine 3.18.3 | 0, 1 | **2**, 5 | 32, 11 | 6, 1 | 4, 0 | +| ghcr.io/stashed/stash-elasticsearch:7.2.0-v35
sha256:b6c7085ac9b0d3eef3fdb537c5e5a9ef84a2c115070a40d520309ff3f55696a9 | alpine 3.17.3 | 0, 1 | **2**, 8 | 38, 13 | 4, 1 | 2, 0 | +| ghcr.io/stashed/stash-elasticsearch:7.3.2-v35
sha256:458e1593e328d933327918848fcb3088032dddb8b2b575b1cc9f7076f02e8fa5 | alpine 3.17.3 | 0, 1 | **2**, 8 | 38, 13 | 4, 1 | 2, 0 | +| ghcr.io/stashed/stash-elasticsearch:8.2.0-v18
sha256:6584a450835d870da7f9ff55e72a23e8353a526b4cbc3901991ef6185470e9e4 | alpine 3.18.3 | 0, 1 | **2**, 4 | 32, 11 | 6, 1 | 4, 0 | +| ghcr.io/stashed/stash-enterprise:v0.39.0
sha256:86f8fb23790454ca93a9d1affa70635aed172da0eb08038a0a6eab8f0187ab66 | | 0, 1 | 0, 1 | 0, 4 | 0, 0 | 0, 0 | +| ghcr.io/stashed/stash-etcd:3.5.0-v22
sha256:b729beaf680896204499a919f5e957903e63beadb4814827e78dafba43968922 | debian 10.7 | **14**, 16 | **27**, 166 | 25, 117 | 5, 3 | 2, 0 | +| ghcr.io/stashed/stash-mariadb:10.5.8-v29
sha256:2414998c8363385676d083224d987bd27411a0a19ab8358c28fbe00f6e84f1f6 | ubuntu 20.04 | 0, 5 | **9**, 45 | 634, 36 | 98, 1 | 0, 0 | +| ghcr.io/stashed/stash-mongodb:3.4.17-v36
sha256:a738879fc8e5fc174b61573abd39a77c243f94dc1b696bf134ac357a8b36f6ba | debian 8.11 | **4**, 1 | **35**, 2 | 32, 8 | 7, 0 | 13, 0 | +| ghcr.io/stashed/stash-mongodb:3.4.22-v36
sha256:de49f20806d8dfec31b5a6e5cf1bd38da371c889f38e531115f3103106d2ff43 | ubuntu 16.04 | 0, 1 | **2**, 2 | 34, 8 | 48, 0 | 0, 0 | +| ghcr.io/stashed/stash-mongodb:3.6.13-v36
sha256:14a7b1a28a96fe6fd57155fa59d544bbe617ec088822a143cc3fe7782b2d3e01 | ubuntu 16.04 | 0, 1 | **2**, 2 | 34, 8 | 48, 0 | 0, 0 | +| ghcr.io/stashed/stash-mongodb:3.6.8-v36
sha256:7ce520240030f32a0c49125eb8e12def236bc115e961b4197f6560203df9711b | debian 9.5 | **18**, 1 | **96**, 2 | 43, 8 | 25, 0 | 12, 0 | +| ghcr.io/stashed/stash-mongodb:4.0.11-v36
sha256:6606f122bd26dc8f5e19b9cb947fce45c9b27516fbdc3e27d271b7bf4c6cfe88 | ubuntu 16.04 | 0, 1 | **2**, 2 | 76, 8 | 54, 0 | 0, 0 | +| ghcr.io/stashed/stash-mongodb:4.0.3-v36
sha256:be90c13e10f61f13dba5c0adf3c0f7f715d13c8a584b2424d14a4c35932d62a8 | ubuntu 16.04 | 0, 1 | **12**, 2 | 140, 8 | 84, 0 | 0, 0 | +| ghcr.io/stashed/stash-mongodb:4.0.5-v36
sha256:127bfb69a5acb4533208bb4e012f8a64c80fd571ea91c68be6a2687070520f6a | ubuntu 16.04 | 0, 1 | **2**, 2 | 99, 8 | 65, 0 | 0, 0 | +| ghcr.io/stashed/stash-mongodb:4.1.13-v36
sha256:e526ebc99f774f46bfeb4b4a0b83d73f4ce6a8ff1c7272e496d2aed7ed5cc6ca | ubuntu 18.04 | 0, 1 | **15**, 2 | 261, 8 | 163, 0 | 0, 0 | +| ghcr.io/stashed/stash-mongodb:4.1.4-v36
sha256:9c9f635703d7f28a0e05f77401b37e03c4fc5b620338c1a0ad8b2398372ebd15 | ubuntu 16.04 | 0, 1 | **12**, 2 | 140, 8 | 84, 0 | 0, 0 | +| ghcr.io/stashed/stash-mongodb:4.1.7-v36
sha256:816d8449bbba36b6a72909890e7b7ddf94fc2d8a93057d0e213b6a920bb952fd | ubuntu 16.04 | 0, 1 | **2**, 2 | 99, 8 | 65, 0 | 0, 0 | +| ghcr.io/stashed/stash-mongodb:4.2.3-v36
sha256:ed2d030746f663dfcb8385bc10efdb4d708dcfd448413438b35c78890d83ca95 | ubuntu 18.04 | 0, 1 | **15**, 2 | 229, 8 | 149, 0 | 0, 0 | +| ghcr.io/stashed/stash-mongodb:4.4.6-v27
sha256:a9f4236add78a8683ab30dc5603c77a9fd16047d804ab1aff37220026ffc639f | ubuntu 18.04 | 0, 5 | **11**, 46 | 163, 41 | 101, 1 | 0, 0 | +| ghcr.io/stashed/stash-mongodb:5.0.15-v9
sha256:005aae5c36cdb9c4624cd49a40eb29584e26e4bb635c983402ac8e65905cdd40 | ubuntu 20.04 | 0, 5 | **8**, 46 | 227, 41 | 98, 1 | 0, 0 | +| ghcr.io/stashed/stash-mongodb:5.0.3-v24
sha256:7ac2d0bd56a76ec7230c9199d4aa6d42380203ec555501bc1bd4b256dd83fd78 | ubuntu 20.04 | 0, 5 | **8**, 46 | 227, 41 | 98, 1 | 0, 0 | +| ghcr.io/stashed/stash-mongodb:6.0.5-v12
sha256:211d6ab494db89c58c2773dc37b05bd843974f55dc4024cb308d5b96f9d9a521 | ubuntu 22.04 | 0, 4 | **4**, 35 | 75, 34 | 46, 2 | 0, 0 | +| ghcr.io/stashed/stash-mysql:5.7.25-v36
sha256:14a152851dd3240f90231fdaad10db6ea2f68fa2bdf4d4e3ffe85e46dfbf9f89 | debian 10.13 | 0, 4 | **2**, 32 | 6, 26 | 0, 1 | 0, 0 | +| ghcr.io/stashed/stash-mysql:8.0.14-v35
sha256:f95f310b94759ec53bd74c636fab7f635c9d5b0a182e8925bc98a94d11d74ce7 | debian 9.6 | **12**, 1 | **91**, 1 | 32, 3 | 21, 0 | 8, 0 | +| ghcr.io/stashed/stash-mysql:8.0.21-v29
sha256:fad2ba948c32ca9019188f8d6f02b9b7fe2f7b990d2098c6c55472e414bec216 | debian 10.6 | **25**, 5 | **103**, 45 | 80, 36 | 5, 1 | 8, 0 | +| ghcr.io/stashed/stash-mysql:8.0.3-v35
sha256:01525ccf07d76c557948ac9323b719d8fa793c368a100858da8a44e1d82e0d0b | debian 8.10 | **12**, 1 | **58**, 1 | 37, 3 | 7, 0 | 16, 0 | +| ghcr.io/stashed/stash-nats:2.6.1-v23
sha256:7f7d7ce96407b01a313c0edcb855cc135647505691c8d18d2a29f84052a2fc6a | debian 12.9 | 0, 5 | 0, 35 | 1, 30 | 0, 1 | 0, 0 | +| ghcr.io/stashed/stash-nats:2.8.2-v18
sha256:5e0856ba3a03ec44d936521d3486ba85fd7e89c695358b8f25cbb456b60b3334 | debian 12.9 | 0, 5 | 0, 35 | 1, 30 | 0, 1 | 0, 0 | +| ghcr.io/stashed/stash-percona-xtradb:5.7-v26
sha256:06f8530a15525086027a8e98578038d1101f62ebf6f211cd5a0cd4700cef0352 | debian 12.5 | **5**, 5 | **25**, 46 | 39, 39 | 4, 1 | 1, 0 | +| ghcr.io/stashed/stash-postgres:10.14-v34
sha256:42030780a31c82408c08df25ed5c9145677153ed575977d505082f03ce8fec65 | alpine 3.12.1 | **4**, 1 | **40**, 2 | 17, 8 | 2, 0 | 0, 0 | +| ghcr.io/stashed/stash-postgres:11.9-v34
sha256:6dc21f8076fb65a7cad4a736443c6921e74450de94f9075289fc1f22ca5b1c4a | alpine 3.12.1 | **4**, 1 | **40**, 2 | 17, 8 | 2, 0 | 0, 0 | +| ghcr.io/stashed/stash-postgres:12.4-v34
sha256:b39d75766898068375c06cae294b56fcc47a355759929d4daf4d23ce49508814 | alpine 3.12.1 | **4**, 1 | **40**, 2 | 17, 8 | 2, 0 | 0, 0 | +| ghcr.io/stashed/stash-postgres:13.1-v31
sha256:5ec2781a2f19c025cb533d3276086492a5dd797de367d3dd31eaea3d5cef62b2 | alpine 3.13.1 | **4**, 1 | **45**, 2 | 17, 8 | 2, 0 | 0, 0 | +| ghcr.io/stashed/stash-postgres:14.0-v23
sha256:898e723ffe2d47af851041c2188f48cca9226ae66bd04f7ae60912277ae42887 | alpine 3.14.2 | **2**, 1 | **40**, 2 | 15, 8 | 0, 0 | 0, 0 | +| ghcr.io/stashed/stash-postgres:15.1-v15
sha256:fbef7a01f754345c74a0ce245c89ca16f87d7cb16b38b9ce9dbb6fc53aec0f55 | alpine 3.17.1 | **1**, 1 | **20**, 2 | 49, 8 | 4, 0 | 2, 0 | +| ghcr.io/stashed/stash-postgres:16.1-v4
sha256:863947f4478a2f1a82d36e8037d09f44c7cc71a8356eedac17becbcc7308beef | alpine 3.19.1 | 0, 1 | **1**, 2 | 23, 8 | 4, 0 | 2, 0 | +| ghcr.io/stashed/stash-postgres:17.2-v2
sha256:08d03f010e5a0f8e7bd2c63f63579d9ef7b1a48db55df6ebc60b9afea5287bfd | alpine 3.21.2 | 0, 4 | **2**, 32 | 2, 26 | 0, 1 | 2, 0 | +| ghcr.io/stashed/stash-postgres:9.6.19-v34
sha256:7fb2357beabe5357547b090589e1b9aa063f44a7ed3082a6cd5eda764c57e2cf | alpine 3.12.1 | **4**, 1 | **40**, 2 | 17, 8 | 2, 0 | 0, 0 | +| ghcr.io/stashed/stash-redis:5.0.13-v23
sha256:be3f22e418c3d7d16da1969c953aafefb41066fbff844e2aec3d5d4cdb168de2 | debian 11.5 | **5**, 8 | **42**, 73 | 30, 57 | 8, 3 | 1, 0 | +| ghcr.io/stashed/stash-redis:6.2.5-v23
sha256:d29baba2b934e744b045a582f4a4ca3b2566f14186d39ceddebd548ec7b55273 | debian 11.5 | **5**, 8 | **42**, 73 | 30, 57 | 8, 3 | 1, 0 | +| ghcr.io/stashed/stash-redis:7.0.5-v16
sha256:e34553b6361d8cae005aedeb604d02bf2a6d8378aa46319b3954d1dc9c457f77 | debian 11.5 | **5**, 8 | **42**, 73 | 30, 57 | 8, 3 | 1, 0 | +| ghcr.io/stashed/stash-ui-server:v0.20.0
sha256:d5e8023d7afedb8004c5207e4b9396faa8633e2fedc0cc4b6ddd6866696610a4 | debian 12.9 | 0, 0 | 0, 0 | 0, 0 | 0, 0 | 0, 0 | +| ghcr.io/stashed/stash-vault:1.10.3-v15
sha256:2b9a4cbed3b36343a5c38da5d940930ec070fd6548a9712ad3c950a073fca8bf | alpine 3.14.8 | 0, 6 | **8**, 44 | 4, 43 | 0, 4 | 0, 0 | +| ghcr.io/stashed/stash:v0.39.0
sha256:03ecd308e13572ea71ffcb942b370d3179608f696e9232fbaae3fcc776f534e7 | | 0, 1 | 0, 1 | 0, 3 | 0, 1 | 0, 0 | +| prom/pushgateway:v1.4.2
sha256:a684e7c830a4b19e564a93bfc3bf713e85b04ab9dfcab5633c14cbba241f9231 | | 0, 5 | 0, 47 | 0, 33 | 0, 1 | 0, 0 | diff --git a/vendor/stash.appscode.dev/installer/catalog/catalog.json b/vendor/stash.appscode.dev/installer/catalog/catalog.json index 04c5f4c3a..8657f2559 100644 --- a/vendor/stash.appscode.dev/installer/catalog/catalog.json +++ b/vendor/stash.appscode.dev/installer/catalog/catalog.json @@ -5,105 +5,107 @@ { "name": "elasticsearch", "versions": [ - "5.6.4-v34", - "6.2.4-v34", - "6.3.0-v34", - "6.4.0-v34", - "6.5.3-v34", - "6.8.0-v34", - "7.2.0-v34", - "7.3.2-v34", - "7.14.0-v20", - "8.2.0-v17" + "5.6.4-v35", + "6.2.4-v35", + "6.3.0-v35", + "6.4.0-v35", + "6.5.3-v35", + "6.8.0-v35", + "7.2.0-v35", + "7.3.2-v35", + "7.14.0-v21", + "8.2.0-v18" ] }, { "name": "etcd", "versions": [ - "3.5.0-v21" + "3.5.0-v22" ] }, { "name": "kubedump", "versions": [ - "0.2.0-v2" + "0.2.0-v3" ] }, { "name": "mariadb", "versions": [ - "10.5.8-v28" + "10.5.8-v29" ] }, { "name": "mongodb", "versions": [ - "3.4.17-v35", - "3.4.22-v35", - "3.6.8-v35", - "3.6.13-v35", - "4.0.3-v35", - "4.0.5-v35", - "4.0.11-v35", - "4.1.4-v35", - "4.1.7-v35", - "4.1.13-v35", - "4.2.3-v35", - "4.4.6-v26", - "5.0.3-v23", - "5.0.15-v8", - "6.0.5-v11" + "3.4.17-v36", + "3.4.22-v36", + "3.6.8-v36", + "3.6.13-v36", + "4.0.3-v36", + "4.0.5-v36", + "4.0.11-v36", + "4.1.4-v36", + "4.1.7-v36", + "4.1.13-v36", + "4.2.3-v36", + "4.4.6-v27", + "5.0.3-v24", + "5.0.15-v9", + "6.0.5-v12" ] }, { "name": "mysql", "versions": [ - "5.7.25-v35", - "8.0.3-v34", - "8.0.14-v34", - "8.0.21-v28" + "5.7.25-v36", + "8.0.3-v35", + "8.0.14-v35", + "8.0.21-v29" ] }, { "name": "nats", "versions": [ - "2.6.1-v22", - "2.8.2-v17" + "2.6.1-v23", + "2.8.2-v18" ] }, { "name": "perconaxtradb", "versions": [ - "5.7-v26" + "5.7-v26", + "8.0", + "8.4" ] }, { "name": "postgres", "versions": [ - "9.6.19-v33", - "10.14-v33", - "11.9-v33", - "12.4-v33", - "13.1-v30", - "14.0-v22", - "15.1-v14", - "16.1-v3", - "17.2-v1" + "9.6.19-v34", + "10.14-v34", + "11.9-v34", + "12.4-v34", + "13.1-v31", + "14.0-v23", + "15.1-v15", + "16.1-v4", + "17.2-v2" ] }, { "name": "redis", "versions": [ - "5.0.13-v22", - "6.2.5-v22", - "7.0.5-v15" + "5.0.13-v23", + "6.2.5-v23", + "7.0.5-v16" ] }, { "name": "vault", "versions": [ - "1.10.3-v14" + "1.10.3-v15" ] } ] -} \ No newline at end of file +} diff --git a/vendor/stash.appscode.dev/installer/catalog/copy-images.sh b/vendor/stash.appscode.dev/installer/catalog/copy-images.sh index ca36cde50..81b5e07cd 100644 --- a/vendor/stash.appscode.dev/installer/catalog/copy-images.sh +++ b/vendor/stash.appscode.dev/installer/catalog/copy-images.sh @@ -36,56 +36,58 @@ mv /tmp/crane . CMD="./crane" $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode/kubectl-nonroot:1.31 $IMAGE_REGISTRY/appscode/kubectl-nonroot:1.31 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/kubedump:0.2.0-v2 $IMAGE_REGISTRY/stashed/kubedump:0.2.0-v2 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-crd-installer:v0.38.0 $IMAGE_REGISTRY/stashed/stash-crd-installer:v0.38.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:5.6.4-v34 $IMAGE_REGISTRY/stashed/stash-elasticsearch:5.6.4-v34 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.2.4-v34 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.2.4-v34 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.3.0-v34 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.3.0-v34 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.4.0-v34 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.4.0-v34 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.5.3-v34 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.5.3-v34 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.8.0-v34 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.8.0-v34 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.14.0-v20 $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.14.0-v20 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.2.0-v34 $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.2.0-v34 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.3.2-v34 $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.3.2-v34 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:8.2.0-v17 $IMAGE_REGISTRY/stashed/stash-elasticsearch:8.2.0-v17 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-enterprise:v0.38.0 $IMAGE_REGISTRY/stashed/stash-enterprise:v0.38.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-etcd:3.5.0-v21 $IMAGE_REGISTRY/stashed/stash-etcd:3.5.0-v21 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mariadb:10.5.8-v28 $IMAGE_REGISTRY/stashed/stash-mariadb:10.5.8-v28 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.4.17-v35 $IMAGE_REGISTRY/stashed/stash-mongodb:3.4.17-v35 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.4.22-v35 $IMAGE_REGISTRY/stashed/stash-mongodb:3.4.22-v35 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.6.13-v35 $IMAGE_REGISTRY/stashed/stash-mongodb:3.6.13-v35 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.6.8-v35 $IMAGE_REGISTRY/stashed/stash-mongodb:3.6.8-v35 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.11-v35 $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.11-v35 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.3-v35 $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.3-v35 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.5-v35 $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.5-v35 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.13-v35 $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.13-v35 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.4-v35 $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.4-v35 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.7-v35 $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.7-v35 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.2.3-v35 $IMAGE_REGISTRY/stashed/stash-mongodb:4.2.3-v35 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.4.6-v26 $IMAGE_REGISTRY/stashed/stash-mongodb:4.4.6-v26 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:5.0.15-v8 $IMAGE_REGISTRY/stashed/stash-mongodb:5.0.15-v8 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:5.0.3-v23 $IMAGE_REGISTRY/stashed/stash-mongodb:5.0.3-v23 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:6.0.5-v11 $IMAGE_REGISTRY/stashed/stash-mongodb:6.0.5-v11 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:5.7.25-v35 $IMAGE_REGISTRY/stashed/stash-mysql:5.7.25-v35 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.14-v34 $IMAGE_REGISTRY/stashed/stash-mysql:8.0.14-v34 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.21-v28 $IMAGE_REGISTRY/stashed/stash-mysql:8.0.21-v28 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.3-v34 $IMAGE_REGISTRY/stashed/stash-mysql:8.0.3-v34 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-nats:2.6.1-v22 $IMAGE_REGISTRY/stashed/stash-nats:2.6.1-v22 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-nats:2.8.2-v17 $IMAGE_REGISTRY/stashed/stash-nats:2.8.2-v17 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/kubedump:0.2.0-v3 $IMAGE_REGISTRY/stashed/kubedump:0.2.0-v3 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-crd-installer:v0.39.0 $IMAGE_REGISTRY/stashed/stash-crd-installer:v0.39.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:5.6.4-v35 $IMAGE_REGISTRY/stashed/stash-elasticsearch:5.6.4-v35 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.2.4-v35 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.2.4-v35 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.3.0-v35 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.3.0-v35 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.4.0-v35 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.4.0-v35 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.5.3-v35 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.5.3-v35 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.8.0-v35 $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.8.0-v35 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.14.0-v21 $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.14.0-v21 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.2.0-v35 $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.2.0-v35 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.3.2-v35 $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.3.2-v35 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:8.2.0-v18 $IMAGE_REGISTRY/stashed/stash-elasticsearch:8.2.0-v18 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-enterprise:v0.39.0 $IMAGE_REGISTRY/stashed/stash-enterprise:v0.39.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-etcd:3.5.0-v22 $IMAGE_REGISTRY/stashed/stash-etcd:3.5.0-v22 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mariadb:10.5.8-v29 $IMAGE_REGISTRY/stashed/stash-mariadb:10.5.8-v29 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.4.17-v36 $IMAGE_REGISTRY/stashed/stash-mongodb:3.4.17-v36 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.4.22-v36 $IMAGE_REGISTRY/stashed/stash-mongodb:3.4.22-v36 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.6.13-v36 $IMAGE_REGISTRY/stashed/stash-mongodb:3.6.13-v36 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.6.8-v36 $IMAGE_REGISTRY/stashed/stash-mongodb:3.6.8-v36 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.11-v36 $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.11-v36 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.3-v36 $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.3-v36 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.5-v36 $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.5-v36 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.13-v36 $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.13-v36 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.4-v36 $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.4-v36 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.7-v36 $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.7-v36 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.2.3-v36 $IMAGE_REGISTRY/stashed/stash-mongodb:4.2.3-v36 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.4.6-v27 $IMAGE_REGISTRY/stashed/stash-mongodb:4.4.6-v27 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:5.0.15-v9 $IMAGE_REGISTRY/stashed/stash-mongodb:5.0.15-v9 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:5.0.3-v24 $IMAGE_REGISTRY/stashed/stash-mongodb:5.0.3-v24 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:6.0.5-v12 $IMAGE_REGISTRY/stashed/stash-mongodb:6.0.5-v12 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:5.7.25-v36 $IMAGE_REGISTRY/stashed/stash-mysql:5.7.25-v36 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.14-v35 $IMAGE_REGISTRY/stashed/stash-mysql:8.0.14-v35 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.21-v29 $IMAGE_REGISTRY/stashed/stash-mysql:8.0.21-v29 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.3-v35 $IMAGE_REGISTRY/stashed/stash-mysql:8.0.3-v35 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-nats:2.6.1-v23 $IMAGE_REGISTRY/stashed/stash-nats:2.6.1-v23 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-nats:2.8.2-v18 $IMAGE_REGISTRY/stashed/stash-nats:2.8.2-v18 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-percona-xtradb:5.7-v26 $IMAGE_REGISTRY/stashed/stash-percona-xtradb:5.7-v26 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:10.14-v33 $IMAGE_REGISTRY/stashed/stash-postgres:10.14-v33 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:11.9-v33 $IMAGE_REGISTRY/stashed/stash-postgres:11.9-v33 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:12.4-v33 $IMAGE_REGISTRY/stashed/stash-postgres:12.4-v33 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:13.1-v30 $IMAGE_REGISTRY/stashed/stash-postgres:13.1-v30 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:14.0-v22 $IMAGE_REGISTRY/stashed/stash-postgres:14.0-v22 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:15.1-v14 $IMAGE_REGISTRY/stashed/stash-postgres:15.1-v14 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:16.1-v3 $IMAGE_REGISTRY/stashed/stash-postgres:16.1-v3 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:17.2-v1 $IMAGE_REGISTRY/stashed/stash-postgres:17.2-v1 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:9.6.19-v33 $IMAGE_REGISTRY/stashed/stash-postgres:9.6.19-v33 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:5.0.13-v22 $IMAGE_REGISTRY/stashed/stash-redis:5.0.13-v22 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:6.2.5-v22 $IMAGE_REGISTRY/stashed/stash-redis:6.2.5-v22 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:7.0.5-v15 $IMAGE_REGISTRY/stashed/stash-redis:7.0.5-v15 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-ui-server:v0.19.0 $IMAGE_REGISTRY/stashed/stash-ui-server:v0.19.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-vault:1.10.3-v14 $IMAGE_REGISTRY/stashed/stash-vault:1.10.3-v14 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash:v0.38.0 $IMAGE_REGISTRY/stashed/stash:v0.38.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-percona-xtradb:8.0 $IMAGE_REGISTRY/stashed/stash-percona-xtradb:8.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-percona-xtradb:8.4 $IMAGE_REGISTRY/stashed/stash-percona-xtradb:8.4 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:10.14-v34 $IMAGE_REGISTRY/stashed/stash-postgres:10.14-v34 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:11.9-v34 $IMAGE_REGISTRY/stashed/stash-postgres:11.9-v34 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:12.4-v34 $IMAGE_REGISTRY/stashed/stash-postgres:12.4-v34 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:13.1-v31 $IMAGE_REGISTRY/stashed/stash-postgres:13.1-v31 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:14.0-v23 $IMAGE_REGISTRY/stashed/stash-postgres:14.0-v23 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:15.1-v15 $IMAGE_REGISTRY/stashed/stash-postgres:15.1-v15 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:16.1-v4 $IMAGE_REGISTRY/stashed/stash-postgres:16.1-v4 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:17.2-v2 $IMAGE_REGISTRY/stashed/stash-postgres:17.2-v2 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:9.6.19-v34 $IMAGE_REGISTRY/stashed/stash-postgres:9.6.19-v34 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:5.0.13-v23 $IMAGE_REGISTRY/stashed/stash-redis:5.0.13-v23 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:6.2.5-v23 $IMAGE_REGISTRY/stashed/stash-redis:6.2.5-v23 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:7.0.5-v16 $IMAGE_REGISTRY/stashed/stash-redis:7.0.5-v16 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-ui-server:v0.20.0 $IMAGE_REGISTRY/stashed/stash-ui-server:v0.20.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-vault:1.10.3-v15 $IMAGE_REGISTRY/stashed/stash-vault:1.10.3-v15 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash:v0.39.0 $IMAGE_REGISTRY/stashed/stash:v0.39.0 $CMD cp --allow-nondistributable-artifacts --insecure prom/pushgateway:v1.4.2 $IMAGE_REGISTRY/prom/pushgateway:v1.4.2 diff --git a/vendor/stash.appscode.dev/installer/catalog/export-images.sh b/vendor/stash.appscode.dev/installer/catalog/export-images.sh index d9838f77a..a19cf2105 100644 --- a/vendor/stash.appscode.dev/installer/catalog/export-images.sh +++ b/vendor/stash.appscode.dev/installer/catalog/export-images.sh @@ -33,58 +33,60 @@ mv /tmp/crane images CMD="./images/crane" $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode/kubectl-nonroot:1.31 images/appscode-kubectl-nonroot-1.31.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/kubedump:0.2.0-v2 images/stashed-kubedump-0.2.0-v2.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-crd-installer:v0.38.0 images/stashed-stash-crd-installer-v0.38.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:5.6.4-v34 images/stashed-stash-elasticsearch-5.6.4-v34.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.2.4-v34 images/stashed-stash-elasticsearch-6.2.4-v34.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.3.0-v34 images/stashed-stash-elasticsearch-6.3.0-v34.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.4.0-v34 images/stashed-stash-elasticsearch-6.4.0-v34.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.5.3-v34 images/stashed-stash-elasticsearch-6.5.3-v34.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.8.0-v34 images/stashed-stash-elasticsearch-6.8.0-v34.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.14.0-v20 images/stashed-stash-elasticsearch-7.14.0-v20.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.2.0-v34 images/stashed-stash-elasticsearch-7.2.0-v34.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.3.2-v34 images/stashed-stash-elasticsearch-7.3.2-v34.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:8.2.0-v17 images/stashed-stash-elasticsearch-8.2.0-v17.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-enterprise:v0.38.0 images/stashed-stash-enterprise-v0.38.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-etcd:3.5.0-v21 images/stashed-stash-etcd-3.5.0-v21.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mariadb:10.5.8-v28 images/stashed-stash-mariadb-10.5.8-v28.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.4.17-v35 images/stashed-stash-mongodb-3.4.17-v35.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.4.22-v35 images/stashed-stash-mongodb-3.4.22-v35.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.6.13-v35 images/stashed-stash-mongodb-3.6.13-v35.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.6.8-v35 images/stashed-stash-mongodb-3.6.8-v35.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.11-v35 images/stashed-stash-mongodb-4.0.11-v35.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.3-v35 images/stashed-stash-mongodb-4.0.3-v35.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.5-v35 images/stashed-stash-mongodb-4.0.5-v35.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.13-v35 images/stashed-stash-mongodb-4.1.13-v35.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.4-v35 images/stashed-stash-mongodb-4.1.4-v35.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.7-v35 images/stashed-stash-mongodb-4.1.7-v35.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.2.3-v35 images/stashed-stash-mongodb-4.2.3-v35.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.4.6-v26 images/stashed-stash-mongodb-4.4.6-v26.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:5.0.15-v8 images/stashed-stash-mongodb-5.0.15-v8.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:5.0.3-v23 images/stashed-stash-mongodb-5.0.3-v23.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:6.0.5-v11 images/stashed-stash-mongodb-6.0.5-v11.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:5.7.25-v35 images/stashed-stash-mysql-5.7.25-v35.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.14-v34 images/stashed-stash-mysql-8.0.14-v34.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.21-v28 images/stashed-stash-mysql-8.0.21-v28.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.3-v34 images/stashed-stash-mysql-8.0.3-v34.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-nats:2.6.1-v22 images/stashed-stash-nats-2.6.1-v22.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-nats:2.8.2-v17 images/stashed-stash-nats-2.8.2-v17.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/kubedump:0.2.0-v3 images/stashed-kubedump-0.2.0-v3.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-crd-installer:v0.39.0 images/stashed-stash-crd-installer-v0.39.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:5.6.4-v35 images/stashed-stash-elasticsearch-5.6.4-v35.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.2.4-v35 images/stashed-stash-elasticsearch-6.2.4-v35.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.3.0-v35 images/stashed-stash-elasticsearch-6.3.0-v35.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.4.0-v35 images/stashed-stash-elasticsearch-6.4.0-v35.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.5.3-v35 images/stashed-stash-elasticsearch-6.5.3-v35.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:6.8.0-v35 images/stashed-stash-elasticsearch-6.8.0-v35.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.14.0-v21 images/stashed-stash-elasticsearch-7.14.0-v21.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.2.0-v35 images/stashed-stash-elasticsearch-7.2.0-v35.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:7.3.2-v35 images/stashed-stash-elasticsearch-7.3.2-v35.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-elasticsearch:8.2.0-v18 images/stashed-stash-elasticsearch-8.2.0-v18.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-enterprise:v0.39.0 images/stashed-stash-enterprise-v0.39.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-etcd:3.5.0-v22 images/stashed-stash-etcd-3.5.0-v22.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mariadb:10.5.8-v29 images/stashed-stash-mariadb-10.5.8-v29.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.4.17-v36 images/stashed-stash-mongodb-3.4.17-v36.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.4.22-v36 images/stashed-stash-mongodb-3.4.22-v36.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.6.13-v36 images/stashed-stash-mongodb-3.6.13-v36.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:3.6.8-v36 images/stashed-stash-mongodb-3.6.8-v36.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.11-v36 images/stashed-stash-mongodb-4.0.11-v36.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.3-v36 images/stashed-stash-mongodb-4.0.3-v36.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.0.5-v36 images/stashed-stash-mongodb-4.0.5-v36.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.13-v36 images/stashed-stash-mongodb-4.1.13-v36.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.4-v36 images/stashed-stash-mongodb-4.1.4-v36.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.1.7-v36 images/stashed-stash-mongodb-4.1.7-v36.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.2.3-v36 images/stashed-stash-mongodb-4.2.3-v36.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:4.4.6-v27 images/stashed-stash-mongodb-4.4.6-v27.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:5.0.15-v9 images/stashed-stash-mongodb-5.0.15-v9.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:5.0.3-v24 images/stashed-stash-mongodb-5.0.3-v24.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mongodb:6.0.5-v12 images/stashed-stash-mongodb-6.0.5-v12.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:5.7.25-v36 images/stashed-stash-mysql-5.7.25-v36.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.14-v35 images/stashed-stash-mysql-8.0.14-v35.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.21-v29 images/stashed-stash-mysql-8.0.21-v29.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-mysql:8.0.3-v35 images/stashed-stash-mysql-8.0.3-v35.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-nats:2.6.1-v23 images/stashed-stash-nats-2.6.1-v23.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-nats:2.8.2-v18 images/stashed-stash-nats-2.8.2-v18.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-percona-xtradb:5.7-v26 images/stashed-stash-percona-xtradb-5.7-v26.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:10.14-v33 images/stashed-stash-postgres-10.14-v33.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:11.9-v33 images/stashed-stash-postgres-11.9-v33.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:12.4-v33 images/stashed-stash-postgres-12.4-v33.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:13.1-v30 images/stashed-stash-postgres-13.1-v30.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:14.0-v22 images/stashed-stash-postgres-14.0-v22.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:15.1-v14 images/stashed-stash-postgres-15.1-v14.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:16.1-v3 images/stashed-stash-postgres-16.1-v3.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:17.2-v1 images/stashed-stash-postgres-17.2-v1.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:9.6.19-v33 images/stashed-stash-postgres-9.6.19-v33.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:5.0.13-v22 images/stashed-stash-redis-5.0.13-v22.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:6.2.5-v22 images/stashed-stash-redis-6.2.5-v22.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:7.0.5-v15 images/stashed-stash-redis-7.0.5-v15.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-ui-server:v0.19.0 images/stashed-stash-ui-server-v0.19.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-vault:1.10.3-v14 images/stashed-stash-vault-1.10.3-v14.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash:v0.38.0 images/stashed-stash-v0.38.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-percona-xtradb:8.0 images/stashed-stash-percona-xtradb-8.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-percona-xtradb:8.4 images/stashed-stash-percona-xtradb-8.4.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:10.14-v34 images/stashed-stash-postgres-10.14-v34.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:11.9-v34 images/stashed-stash-postgres-11.9-v34.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:12.4-v34 images/stashed-stash-postgres-12.4-v34.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:13.1-v31 images/stashed-stash-postgres-13.1-v31.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:14.0-v23 images/stashed-stash-postgres-14.0-v23.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:15.1-v15 images/stashed-stash-postgres-15.1-v15.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:16.1-v4 images/stashed-stash-postgres-16.1-v4.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:17.2-v2 images/stashed-stash-postgres-17.2-v2.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-postgres:9.6.19-v34 images/stashed-stash-postgres-9.6.19-v34.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:5.0.13-v23 images/stashed-stash-redis-5.0.13-v23.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:6.2.5-v23 images/stashed-stash-redis-6.2.5-v23.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-redis:7.0.5-v16 images/stashed-stash-redis-7.0.5-v16.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-ui-server:v0.20.0 images/stashed-stash-ui-server-v0.20.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash-vault:1.10.3-v15 images/stashed-stash-vault-1.10.3-v15.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/stashed/stash:v0.39.0 images/stashed-stash-v0.39.0.tar $CMD pull --allow-nondistributable-artifacts --insecure prom/pushgateway:v1.4.2 images/prom-pushgateway-v1.4.2.tar tar -czvf images.tar.gz images diff --git a/vendor/stash.appscode.dev/installer/catalog/imagelist.yaml b/vendor/stash.appscode.dev/installer/catalog/imagelist.yaml index d170551db..4fca9e80a 100644 --- a/vendor/stash.appscode.dev/installer/catalog/imagelist.yaml +++ b/vendor/stash.appscode.dev/installer/catalog/imagelist.yaml @@ -1,54 +1,56 @@ - ghcr.io/appscode/kubectl-nonroot:1.31 -- ghcr.io/stashed/kubedump:0.2.0-v2 -- ghcr.io/stashed/stash-crd-installer:v0.38.0 -- ghcr.io/stashed/stash-elasticsearch:5.6.4-v34 -- ghcr.io/stashed/stash-elasticsearch:6.2.4-v34 -- ghcr.io/stashed/stash-elasticsearch:6.3.0-v34 -- ghcr.io/stashed/stash-elasticsearch:6.4.0-v34 -- ghcr.io/stashed/stash-elasticsearch:6.5.3-v34 -- ghcr.io/stashed/stash-elasticsearch:6.8.0-v34 -- ghcr.io/stashed/stash-elasticsearch:7.14.0-v20 -- ghcr.io/stashed/stash-elasticsearch:7.2.0-v34 -- ghcr.io/stashed/stash-elasticsearch:7.3.2-v34 -- ghcr.io/stashed/stash-elasticsearch:8.2.0-v17 -- ghcr.io/stashed/stash-enterprise:v0.38.0 -- ghcr.io/stashed/stash-etcd:3.5.0-v21 -- ghcr.io/stashed/stash-mariadb:10.5.8-v28 -- ghcr.io/stashed/stash-mongodb:3.4.17-v35 -- ghcr.io/stashed/stash-mongodb:3.4.22-v35 -- ghcr.io/stashed/stash-mongodb:3.6.13-v35 -- ghcr.io/stashed/stash-mongodb:3.6.8-v35 -- ghcr.io/stashed/stash-mongodb:4.0.11-v35 -- ghcr.io/stashed/stash-mongodb:4.0.3-v35 -- ghcr.io/stashed/stash-mongodb:4.0.5-v35 -- ghcr.io/stashed/stash-mongodb:4.1.13-v35 -- ghcr.io/stashed/stash-mongodb:4.1.4-v35 -- ghcr.io/stashed/stash-mongodb:4.1.7-v35 -- ghcr.io/stashed/stash-mongodb:4.2.3-v35 -- ghcr.io/stashed/stash-mongodb:4.4.6-v26 -- ghcr.io/stashed/stash-mongodb:5.0.15-v8 -- ghcr.io/stashed/stash-mongodb:5.0.3-v23 -- ghcr.io/stashed/stash-mongodb:6.0.5-v11 -- ghcr.io/stashed/stash-mysql:5.7.25-v35 -- ghcr.io/stashed/stash-mysql:8.0.14-v34 -- ghcr.io/stashed/stash-mysql:8.0.21-v28 -- ghcr.io/stashed/stash-mysql:8.0.3-v34 -- ghcr.io/stashed/stash-nats:2.6.1-v22 -- ghcr.io/stashed/stash-nats:2.8.2-v17 +- ghcr.io/stashed/kubedump:0.2.0-v3 +- ghcr.io/stashed/stash-crd-installer:v0.39.0 +- ghcr.io/stashed/stash-elasticsearch:5.6.4-v35 +- ghcr.io/stashed/stash-elasticsearch:6.2.4-v35 +- ghcr.io/stashed/stash-elasticsearch:6.3.0-v35 +- ghcr.io/stashed/stash-elasticsearch:6.4.0-v35 +- ghcr.io/stashed/stash-elasticsearch:6.5.3-v35 +- ghcr.io/stashed/stash-elasticsearch:6.8.0-v35 +- ghcr.io/stashed/stash-elasticsearch:7.14.0-v21 +- ghcr.io/stashed/stash-elasticsearch:7.2.0-v35 +- ghcr.io/stashed/stash-elasticsearch:7.3.2-v35 +- ghcr.io/stashed/stash-elasticsearch:8.2.0-v18 +- ghcr.io/stashed/stash-enterprise:v0.39.0 +- ghcr.io/stashed/stash-etcd:3.5.0-v22 +- ghcr.io/stashed/stash-mariadb:10.5.8-v29 +- ghcr.io/stashed/stash-mongodb:3.4.17-v36 +- ghcr.io/stashed/stash-mongodb:3.4.22-v36 +- ghcr.io/stashed/stash-mongodb:3.6.13-v36 +- ghcr.io/stashed/stash-mongodb:3.6.8-v36 +- ghcr.io/stashed/stash-mongodb:4.0.11-v36 +- ghcr.io/stashed/stash-mongodb:4.0.3-v36 +- ghcr.io/stashed/stash-mongodb:4.0.5-v36 +- ghcr.io/stashed/stash-mongodb:4.1.13-v36 +- ghcr.io/stashed/stash-mongodb:4.1.4-v36 +- ghcr.io/stashed/stash-mongodb:4.1.7-v36 +- ghcr.io/stashed/stash-mongodb:4.2.3-v36 +- ghcr.io/stashed/stash-mongodb:4.4.6-v27 +- ghcr.io/stashed/stash-mongodb:5.0.15-v9 +- ghcr.io/stashed/stash-mongodb:5.0.3-v24 +- ghcr.io/stashed/stash-mongodb:6.0.5-v12 +- ghcr.io/stashed/stash-mysql:5.7.25-v36 +- ghcr.io/stashed/stash-mysql:8.0.14-v35 +- ghcr.io/stashed/stash-mysql:8.0.21-v29 +- ghcr.io/stashed/stash-mysql:8.0.3-v35 +- ghcr.io/stashed/stash-nats:2.6.1-v23 +- ghcr.io/stashed/stash-nats:2.8.2-v18 - ghcr.io/stashed/stash-percona-xtradb:5.7-v26 -- ghcr.io/stashed/stash-postgres:10.14-v33 -- ghcr.io/stashed/stash-postgres:11.9-v33 -- ghcr.io/stashed/stash-postgres:12.4-v33 -- ghcr.io/stashed/stash-postgres:13.1-v30 -- ghcr.io/stashed/stash-postgres:14.0-v22 -- ghcr.io/stashed/stash-postgres:15.1-v14 -- ghcr.io/stashed/stash-postgres:16.1-v3 -- ghcr.io/stashed/stash-postgres:17.2-v1 -- ghcr.io/stashed/stash-postgres:9.6.19-v33 -- ghcr.io/stashed/stash-redis:5.0.13-v22 -- ghcr.io/stashed/stash-redis:6.2.5-v22 -- ghcr.io/stashed/stash-redis:7.0.5-v15 -- ghcr.io/stashed/stash-ui-server:v0.19.0 -- ghcr.io/stashed/stash-vault:1.10.3-v14 -- ghcr.io/stashed/stash:v0.38.0 +- ghcr.io/stashed/stash-percona-xtradb:8.0 +- ghcr.io/stashed/stash-percona-xtradb:8.4 +- ghcr.io/stashed/stash-postgres:10.14-v34 +- ghcr.io/stashed/stash-postgres:11.9-v34 +- ghcr.io/stashed/stash-postgres:12.4-v34 +- ghcr.io/stashed/stash-postgres:13.1-v31 +- ghcr.io/stashed/stash-postgres:14.0-v23 +- ghcr.io/stashed/stash-postgres:15.1-v15 +- ghcr.io/stashed/stash-postgres:16.1-v4 +- ghcr.io/stashed/stash-postgres:17.2-v2 +- ghcr.io/stashed/stash-postgres:9.6.19-v34 +- ghcr.io/stashed/stash-redis:5.0.13-v23 +- ghcr.io/stashed/stash-redis:6.2.5-v23 +- ghcr.io/stashed/stash-redis:7.0.5-v16 +- ghcr.io/stashed/stash-ui-server:v0.20.0 +- ghcr.io/stashed/stash-vault:1.10.3-v15 +- ghcr.io/stashed/stash:v0.39.0 - prom/pushgateway:v1.4.2 diff --git a/vendor/stash.appscode.dev/installer/catalog/import-images.sh b/vendor/stash.appscode.dev/installer/catalog/import-images.sh index 1becc78de..8c7a52923 100644 --- a/vendor/stash.appscode.dev/installer/catalog/import-images.sh +++ b/vendor/stash.appscode.dev/installer/catalog/import-images.sh @@ -27,56 +27,58 @@ tar -zxvf $TARBALL CMD="./crane" $CMD push --allow-nondistributable-artifacts --insecure images/appscode-kubectl-nonroot-1.31.tar $IMAGE_REGISTRY/appscode/kubectl-nonroot:1.31 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-kubedump-0.2.0-v2.tar $IMAGE_REGISTRY/stashed/kubedump:0.2.0-v2 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-crd-installer-v0.38.0.tar $IMAGE_REGISTRY/stashed/stash-crd-installer:v0.38.0 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-5.6.4-v34.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:5.6.4-v34 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-6.2.4-v34.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.2.4-v34 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-6.3.0-v34.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.3.0-v34 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-6.4.0-v34.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.4.0-v34 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-6.5.3-v34.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.5.3-v34 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-6.8.0-v34.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.8.0-v34 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-7.14.0-v20.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.14.0-v20 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-7.2.0-v34.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.2.0-v34 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-7.3.2-v34.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.3.2-v34 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-8.2.0-v17.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:8.2.0-v17 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-enterprise-v0.38.0.tar $IMAGE_REGISTRY/stashed/stash-enterprise:v0.38.0 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-etcd-3.5.0-v21.tar $IMAGE_REGISTRY/stashed/stash-etcd:3.5.0-v21 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mariadb-10.5.8-v28.tar $IMAGE_REGISTRY/stashed/stash-mariadb:10.5.8-v28 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-3.4.17-v35.tar $IMAGE_REGISTRY/stashed/stash-mongodb:3.4.17-v35 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-3.4.22-v35.tar $IMAGE_REGISTRY/stashed/stash-mongodb:3.4.22-v35 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-3.6.13-v35.tar $IMAGE_REGISTRY/stashed/stash-mongodb:3.6.13-v35 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-3.6.8-v35.tar $IMAGE_REGISTRY/stashed/stash-mongodb:3.6.8-v35 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.0.11-v35.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.11-v35 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.0.3-v35.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.3-v35 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.0.5-v35.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.5-v35 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.1.13-v35.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.13-v35 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.1.4-v35.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.4-v35 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.1.7-v35.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.7-v35 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.2.3-v35.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.2.3-v35 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.4.6-v26.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.4.6-v26 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-5.0.15-v8.tar $IMAGE_REGISTRY/stashed/stash-mongodb:5.0.15-v8 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-5.0.3-v23.tar $IMAGE_REGISTRY/stashed/stash-mongodb:5.0.3-v23 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-6.0.5-v11.tar $IMAGE_REGISTRY/stashed/stash-mongodb:6.0.5-v11 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mysql-5.7.25-v35.tar $IMAGE_REGISTRY/stashed/stash-mysql:5.7.25-v35 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mysql-8.0.14-v34.tar $IMAGE_REGISTRY/stashed/stash-mysql:8.0.14-v34 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mysql-8.0.21-v28.tar $IMAGE_REGISTRY/stashed/stash-mysql:8.0.21-v28 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mysql-8.0.3-v34.tar $IMAGE_REGISTRY/stashed/stash-mysql:8.0.3-v34 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-nats-2.6.1-v22.tar $IMAGE_REGISTRY/stashed/stash-nats:2.6.1-v22 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-nats-2.8.2-v17.tar $IMAGE_REGISTRY/stashed/stash-nats:2.8.2-v17 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-kubedump-0.2.0-v3.tar $IMAGE_REGISTRY/stashed/kubedump:0.2.0-v3 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-crd-installer-v0.39.0.tar $IMAGE_REGISTRY/stashed/stash-crd-installer:v0.39.0 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-5.6.4-v35.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:5.6.4-v35 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-6.2.4-v35.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.2.4-v35 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-6.3.0-v35.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.3.0-v35 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-6.4.0-v35.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.4.0-v35 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-6.5.3-v35.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.5.3-v35 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-6.8.0-v35.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:6.8.0-v35 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-7.14.0-v21.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.14.0-v21 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-7.2.0-v35.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.2.0-v35 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-7.3.2-v35.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:7.3.2-v35 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-elasticsearch-8.2.0-v18.tar $IMAGE_REGISTRY/stashed/stash-elasticsearch:8.2.0-v18 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-enterprise-v0.39.0.tar $IMAGE_REGISTRY/stashed/stash-enterprise:v0.39.0 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-etcd-3.5.0-v22.tar $IMAGE_REGISTRY/stashed/stash-etcd:3.5.0-v22 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mariadb-10.5.8-v29.tar $IMAGE_REGISTRY/stashed/stash-mariadb:10.5.8-v29 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-3.4.17-v36.tar $IMAGE_REGISTRY/stashed/stash-mongodb:3.4.17-v36 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-3.4.22-v36.tar $IMAGE_REGISTRY/stashed/stash-mongodb:3.4.22-v36 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-3.6.13-v36.tar $IMAGE_REGISTRY/stashed/stash-mongodb:3.6.13-v36 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-3.6.8-v36.tar $IMAGE_REGISTRY/stashed/stash-mongodb:3.6.8-v36 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.0.11-v36.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.11-v36 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.0.3-v36.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.3-v36 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.0.5-v36.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.0.5-v36 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.1.13-v36.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.13-v36 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.1.4-v36.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.4-v36 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.1.7-v36.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.1.7-v36 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.2.3-v36.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.2.3-v36 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-4.4.6-v27.tar $IMAGE_REGISTRY/stashed/stash-mongodb:4.4.6-v27 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-5.0.15-v9.tar $IMAGE_REGISTRY/stashed/stash-mongodb:5.0.15-v9 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-5.0.3-v24.tar $IMAGE_REGISTRY/stashed/stash-mongodb:5.0.3-v24 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mongodb-6.0.5-v12.tar $IMAGE_REGISTRY/stashed/stash-mongodb:6.0.5-v12 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mysql-5.7.25-v36.tar $IMAGE_REGISTRY/stashed/stash-mysql:5.7.25-v36 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mysql-8.0.14-v35.tar $IMAGE_REGISTRY/stashed/stash-mysql:8.0.14-v35 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mysql-8.0.21-v29.tar $IMAGE_REGISTRY/stashed/stash-mysql:8.0.21-v29 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-mysql-8.0.3-v35.tar $IMAGE_REGISTRY/stashed/stash-mysql:8.0.3-v35 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-nats-2.6.1-v23.tar $IMAGE_REGISTRY/stashed/stash-nats:2.6.1-v23 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-nats-2.8.2-v18.tar $IMAGE_REGISTRY/stashed/stash-nats:2.8.2-v18 $CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-percona-xtradb-5.7-v26.tar $IMAGE_REGISTRY/stashed/stash-percona-xtradb:5.7-v26 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-10.14-v33.tar $IMAGE_REGISTRY/stashed/stash-postgres:10.14-v33 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-11.9-v33.tar $IMAGE_REGISTRY/stashed/stash-postgres:11.9-v33 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-12.4-v33.tar $IMAGE_REGISTRY/stashed/stash-postgres:12.4-v33 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-13.1-v30.tar $IMAGE_REGISTRY/stashed/stash-postgres:13.1-v30 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-14.0-v22.tar $IMAGE_REGISTRY/stashed/stash-postgres:14.0-v22 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-15.1-v14.tar $IMAGE_REGISTRY/stashed/stash-postgres:15.1-v14 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-16.1-v3.tar $IMAGE_REGISTRY/stashed/stash-postgres:16.1-v3 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-17.2-v1.tar $IMAGE_REGISTRY/stashed/stash-postgres:17.2-v1 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-9.6.19-v33.tar $IMAGE_REGISTRY/stashed/stash-postgres:9.6.19-v33 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-redis-5.0.13-v22.tar $IMAGE_REGISTRY/stashed/stash-redis:5.0.13-v22 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-redis-6.2.5-v22.tar $IMAGE_REGISTRY/stashed/stash-redis:6.2.5-v22 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-redis-7.0.5-v15.tar $IMAGE_REGISTRY/stashed/stash-redis:7.0.5-v15 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-ui-server-v0.19.0.tar $IMAGE_REGISTRY/stashed/stash-ui-server:v0.19.0 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-vault-1.10.3-v14.tar $IMAGE_REGISTRY/stashed/stash-vault:1.10.3-v14 -$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-v0.38.0.tar $IMAGE_REGISTRY/stashed/stash:v0.38.0 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-percona-xtradb-8.0.tar $IMAGE_REGISTRY/stashed/stash-percona-xtradb:8.0 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-percona-xtradb-8.4.tar $IMAGE_REGISTRY/stashed/stash-percona-xtradb:8.4 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-10.14-v34.tar $IMAGE_REGISTRY/stashed/stash-postgres:10.14-v34 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-11.9-v34.tar $IMAGE_REGISTRY/stashed/stash-postgres:11.9-v34 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-12.4-v34.tar $IMAGE_REGISTRY/stashed/stash-postgres:12.4-v34 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-13.1-v31.tar $IMAGE_REGISTRY/stashed/stash-postgres:13.1-v31 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-14.0-v23.tar $IMAGE_REGISTRY/stashed/stash-postgres:14.0-v23 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-15.1-v15.tar $IMAGE_REGISTRY/stashed/stash-postgres:15.1-v15 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-16.1-v4.tar $IMAGE_REGISTRY/stashed/stash-postgres:16.1-v4 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-17.2-v2.tar $IMAGE_REGISTRY/stashed/stash-postgres:17.2-v2 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-postgres-9.6.19-v34.tar $IMAGE_REGISTRY/stashed/stash-postgres:9.6.19-v34 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-redis-5.0.13-v23.tar $IMAGE_REGISTRY/stashed/stash-redis:5.0.13-v23 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-redis-6.2.5-v23.tar $IMAGE_REGISTRY/stashed/stash-redis:6.2.5-v23 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-redis-7.0.5-v16.tar $IMAGE_REGISTRY/stashed/stash-redis:7.0.5-v16 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-ui-server-v0.20.0.tar $IMAGE_REGISTRY/stashed/stash-ui-server:v0.20.0 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-vault-1.10.3-v15.tar $IMAGE_REGISTRY/stashed/stash-vault:1.10.3-v15 +$CMD push --allow-nondistributable-artifacts --insecure images/stashed-stash-v0.39.0.tar $IMAGE_REGISTRY/stashed/stash:v0.39.0 $CMD push --allow-nondistributable-artifacts --insecure images/prom-pushgateway-v1.4.2.tar $IMAGE_REGISTRY/prom/pushgateway:v1.4.2 diff --git a/vendor/stash.appscode.dev/installer/catalog/import-into-k3s.sh b/vendor/stash.appscode.dev/installer/catalog/import-into-k3s.sh index be8cc6dd3..30a9d3c46 100644 --- a/vendor/stash.appscode.dev/installer/catalog/import-into-k3s.sh +++ b/vendor/stash.appscode.dev/installer/catalog/import-into-k3s.sh @@ -25,56 +25,58 @@ TARBALL=${1:-} tar -zxvf $TARBALL k3s ctr images import images/appscode-kubectl-nonroot-1.31.tar -k3s ctr images import images/stashed-kubedump-0.2.0-v2.tar -k3s ctr images import images/stashed-stash-crd-installer-v0.38.0.tar -k3s ctr images import images/stashed-stash-elasticsearch-5.6.4-v34.tar -k3s ctr images import images/stashed-stash-elasticsearch-6.2.4-v34.tar -k3s ctr images import images/stashed-stash-elasticsearch-6.3.0-v34.tar -k3s ctr images import images/stashed-stash-elasticsearch-6.4.0-v34.tar -k3s ctr images import images/stashed-stash-elasticsearch-6.5.3-v34.tar -k3s ctr images import images/stashed-stash-elasticsearch-6.8.0-v34.tar -k3s ctr images import images/stashed-stash-elasticsearch-7.14.0-v20.tar -k3s ctr images import images/stashed-stash-elasticsearch-7.2.0-v34.tar -k3s ctr images import images/stashed-stash-elasticsearch-7.3.2-v34.tar -k3s ctr images import images/stashed-stash-elasticsearch-8.2.0-v17.tar -k3s ctr images import images/stashed-stash-enterprise-v0.38.0.tar -k3s ctr images import images/stashed-stash-etcd-3.5.0-v21.tar -k3s ctr images import images/stashed-stash-mariadb-10.5.8-v28.tar -k3s ctr images import images/stashed-stash-mongodb-3.4.17-v35.tar -k3s ctr images import images/stashed-stash-mongodb-3.4.22-v35.tar -k3s ctr images import images/stashed-stash-mongodb-3.6.13-v35.tar -k3s ctr images import images/stashed-stash-mongodb-3.6.8-v35.tar -k3s ctr images import images/stashed-stash-mongodb-4.0.11-v35.tar -k3s ctr images import images/stashed-stash-mongodb-4.0.3-v35.tar -k3s ctr images import images/stashed-stash-mongodb-4.0.5-v35.tar -k3s ctr images import images/stashed-stash-mongodb-4.1.13-v35.tar -k3s ctr images import images/stashed-stash-mongodb-4.1.4-v35.tar -k3s ctr images import images/stashed-stash-mongodb-4.1.7-v35.tar -k3s ctr images import images/stashed-stash-mongodb-4.2.3-v35.tar -k3s ctr images import images/stashed-stash-mongodb-4.4.6-v26.tar -k3s ctr images import images/stashed-stash-mongodb-5.0.15-v8.tar -k3s ctr images import images/stashed-stash-mongodb-5.0.3-v23.tar -k3s ctr images import images/stashed-stash-mongodb-6.0.5-v11.tar -k3s ctr images import images/stashed-stash-mysql-5.7.25-v35.tar -k3s ctr images import images/stashed-stash-mysql-8.0.14-v34.tar -k3s ctr images import images/stashed-stash-mysql-8.0.21-v28.tar -k3s ctr images import images/stashed-stash-mysql-8.0.3-v34.tar -k3s ctr images import images/stashed-stash-nats-2.6.1-v22.tar -k3s ctr images import images/stashed-stash-nats-2.8.2-v17.tar +k3s ctr images import images/stashed-kubedump-0.2.0-v3.tar +k3s ctr images import images/stashed-stash-crd-installer-v0.39.0.tar +k3s ctr images import images/stashed-stash-elasticsearch-5.6.4-v35.tar +k3s ctr images import images/stashed-stash-elasticsearch-6.2.4-v35.tar +k3s ctr images import images/stashed-stash-elasticsearch-6.3.0-v35.tar +k3s ctr images import images/stashed-stash-elasticsearch-6.4.0-v35.tar +k3s ctr images import images/stashed-stash-elasticsearch-6.5.3-v35.tar +k3s ctr images import images/stashed-stash-elasticsearch-6.8.0-v35.tar +k3s ctr images import images/stashed-stash-elasticsearch-7.14.0-v21.tar +k3s ctr images import images/stashed-stash-elasticsearch-7.2.0-v35.tar +k3s ctr images import images/stashed-stash-elasticsearch-7.3.2-v35.tar +k3s ctr images import images/stashed-stash-elasticsearch-8.2.0-v18.tar +k3s ctr images import images/stashed-stash-enterprise-v0.39.0.tar +k3s ctr images import images/stashed-stash-etcd-3.5.0-v22.tar +k3s ctr images import images/stashed-stash-mariadb-10.5.8-v29.tar +k3s ctr images import images/stashed-stash-mongodb-3.4.17-v36.tar +k3s ctr images import images/stashed-stash-mongodb-3.4.22-v36.tar +k3s ctr images import images/stashed-stash-mongodb-3.6.13-v36.tar +k3s ctr images import images/stashed-stash-mongodb-3.6.8-v36.tar +k3s ctr images import images/stashed-stash-mongodb-4.0.11-v36.tar +k3s ctr images import images/stashed-stash-mongodb-4.0.3-v36.tar +k3s ctr images import images/stashed-stash-mongodb-4.0.5-v36.tar +k3s ctr images import images/stashed-stash-mongodb-4.1.13-v36.tar +k3s ctr images import images/stashed-stash-mongodb-4.1.4-v36.tar +k3s ctr images import images/stashed-stash-mongodb-4.1.7-v36.tar +k3s ctr images import images/stashed-stash-mongodb-4.2.3-v36.tar +k3s ctr images import images/stashed-stash-mongodb-4.4.6-v27.tar +k3s ctr images import images/stashed-stash-mongodb-5.0.15-v9.tar +k3s ctr images import images/stashed-stash-mongodb-5.0.3-v24.tar +k3s ctr images import images/stashed-stash-mongodb-6.0.5-v12.tar +k3s ctr images import images/stashed-stash-mysql-5.7.25-v36.tar +k3s ctr images import images/stashed-stash-mysql-8.0.14-v35.tar +k3s ctr images import images/stashed-stash-mysql-8.0.21-v29.tar +k3s ctr images import images/stashed-stash-mysql-8.0.3-v35.tar +k3s ctr images import images/stashed-stash-nats-2.6.1-v23.tar +k3s ctr images import images/stashed-stash-nats-2.8.2-v18.tar k3s ctr images import images/stashed-stash-percona-xtradb-5.7-v26.tar -k3s ctr images import images/stashed-stash-postgres-10.14-v33.tar -k3s ctr images import images/stashed-stash-postgres-11.9-v33.tar -k3s ctr images import images/stashed-stash-postgres-12.4-v33.tar -k3s ctr images import images/stashed-stash-postgres-13.1-v30.tar -k3s ctr images import images/stashed-stash-postgres-14.0-v22.tar -k3s ctr images import images/stashed-stash-postgres-15.1-v14.tar -k3s ctr images import images/stashed-stash-postgres-16.1-v3.tar -k3s ctr images import images/stashed-stash-postgres-17.2-v1.tar -k3s ctr images import images/stashed-stash-postgres-9.6.19-v33.tar -k3s ctr images import images/stashed-stash-redis-5.0.13-v22.tar -k3s ctr images import images/stashed-stash-redis-6.2.5-v22.tar -k3s ctr images import images/stashed-stash-redis-7.0.5-v15.tar -k3s ctr images import images/stashed-stash-ui-server-v0.19.0.tar -k3s ctr images import images/stashed-stash-vault-1.10.3-v14.tar -k3s ctr images import images/stashed-stash-v0.38.0.tar +k3s ctr images import images/stashed-stash-percona-xtradb-8.0.tar +k3s ctr images import images/stashed-stash-percona-xtradb-8.4.tar +k3s ctr images import images/stashed-stash-postgres-10.14-v34.tar +k3s ctr images import images/stashed-stash-postgres-11.9-v34.tar +k3s ctr images import images/stashed-stash-postgres-12.4-v34.tar +k3s ctr images import images/stashed-stash-postgres-13.1-v31.tar +k3s ctr images import images/stashed-stash-postgres-14.0-v23.tar +k3s ctr images import images/stashed-stash-postgres-15.1-v15.tar +k3s ctr images import images/stashed-stash-postgres-16.1-v4.tar +k3s ctr images import images/stashed-stash-postgres-17.2-v2.tar +k3s ctr images import images/stashed-stash-postgres-9.6.19-v34.tar +k3s ctr images import images/stashed-stash-redis-5.0.13-v23.tar +k3s ctr images import images/stashed-stash-redis-6.2.5-v23.tar +k3s ctr images import images/stashed-stash-redis-7.0.5-v16.tar +k3s ctr images import images/stashed-stash-ui-server-v0.20.0.tar +k3s ctr images import images/stashed-stash-vault-1.10.3-v15.tar +k3s ctr images import images/stashed-stash-v0.39.0.tar k3s ctr images import images/prom-pushgateway-v1.4.2.tar