Skip to content

Commit f2fbb57

Browse files
Remove all catalog CRDs except generic bindings (#788)
Signed-off-by: Arnob Kumar Saha <arnob@appscode.com> Signed-off-by: Tamal Saha <tamal@appscode.com> Co-authored-by: Tamal Saha <tamal@appscode.com>
1 parent 25cfb39 commit f2fbb57

24 files changed

Lines changed: 3860 additions & 4752 deletions

catalog/ace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
- ghcr.io/voyagermesh/echoserver:v20221109
108108
- ghcr.io/voyagermesh/envoy:v1.33.0-ac
109109
- ghcr.io/voyagermesh/gateway-converter:v0.0.1
110-
- ghcr.io/voyagermesh/gateway:v1.3.0
110+
- ghcr.io/voyagermesh/gateway:v1.3.1
111111
- hashicorp/vault-csi-provider:1.4.1
112112
- hashicorp/vault-secrets-operator:0.4.3
113113
- hashicorp/vault:1.15.2

catalog/copy-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/loft-sh/vcluster-o
385385
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/voyagermesh/echoserver:v20221109 $IMAGE_REGISTRY/voyagermesh/echoserver:v20221109
386386
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/voyagermesh/envoy:v1.33.0-ac $IMAGE_REGISTRY/voyagermesh/envoy:v1.33.0-ac
387387
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/voyagermesh/gateway-converter:v0.0.1 $IMAGE_REGISTRY/voyagermesh/gateway-converter:v0.0.1
388-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/voyagermesh/gateway:v1.3.0 $IMAGE_REGISTRY/voyagermesh/gateway:v1.3.0
388+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/voyagermesh/gateway:v1.3.1 $IMAGE_REGISTRY/voyagermesh/gateway:v1.3.1
389389
$CMD cp --allow-nondistributable-artifacts --insecure hashicorp/vault-csi-provider:1.4.1 $IMAGE_REGISTRY/hashicorp/vault-csi-provider:1.4.1
390390
$CMD cp --allow-nondistributable-artifacts --insecure hashicorp/vault-secrets-operator:0.4.3 $IMAGE_REGISTRY/hashicorp/vault-secrets-operator:0.4.3
391391
$CMD cp --allow-nondistributable-artifacts --insecure hashicorp/vault:1.15.2 $IMAGE_REGISTRY/hashicorp/vault:1.15.2

catalog/export-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/loft-sh/vcluster
382382
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/voyagermesh/echoserver:v20221109 images/voyagermesh-echoserver-v20221109.tar
383383
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/voyagermesh/envoy:v1.33.0-ac images/voyagermesh-envoy-v1.33.0-ac.tar
384384
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/voyagermesh/gateway-converter:v0.0.1 images/voyagermesh-gateway-converter-v0.0.1.tar
385-
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/voyagermesh/gateway:v1.3.0 images/voyagermesh-gateway-v1.3.0.tar
385+
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/voyagermesh/gateway:v1.3.1 images/voyagermesh-gateway-v1.3.1.tar
386386
$CMD pull --allow-nondistributable-artifacts --insecure hashicorp/vault-csi-provider:1.4.1 images/hashicorp-vault-csi-provider-1.4.1.tar
387387
$CMD pull --allow-nondistributable-artifacts --insecure hashicorp/vault-secrets-operator:0.4.3 images/hashicorp-vault-secrets-operator-0.4.3.tar
388388
$CMD pull --allow-nondistributable-artifacts --insecure hashicorp/vault:1.15.2 images/hashicorp-vault-1.15.2.tar

catalog/imagelist.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
- ghcr.io/open-telemetry/opentelemetry-operator/target-allocator:0.118.0
3333
- ghcr.io/voyagermesh/echoserver:v20221109
3434
- ghcr.io/voyagermesh/envoy:v1.33.0-ac
35-
- ghcr.io/voyagermesh/gateway:v1.3.0
35+
- ghcr.io/voyagermesh/gateway:v1.3.1
3636
- minio/minio:RELEASE.2023-01-12T02-06-16Z

catalog/import-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ $CMD push --allow-nondistributable-artifacts --insecure images/loft-sh-vcluster-
376376
$CMD push --allow-nondistributable-artifacts --insecure images/voyagermesh-echoserver-v20221109.tar $IMAGE_REGISTRY/voyagermesh/echoserver:v20221109
377377
$CMD push --allow-nondistributable-artifacts --insecure images/voyagermesh-envoy-v1.33.0-ac.tar $IMAGE_REGISTRY/voyagermesh/envoy:v1.33.0-ac
378378
$CMD push --allow-nondistributable-artifacts --insecure images/voyagermesh-gateway-converter-v0.0.1.tar $IMAGE_REGISTRY/voyagermesh/gateway-converter:v0.0.1
379-
$CMD push --allow-nondistributable-artifacts --insecure images/voyagermesh-gateway-v1.3.0.tar $IMAGE_REGISTRY/voyagermesh/gateway:v1.3.0
379+
$CMD push --allow-nondistributable-artifacts --insecure images/voyagermesh-gateway-v1.3.1.tar $IMAGE_REGISTRY/voyagermesh/gateway:v1.3.1
380380
$CMD push --allow-nondistributable-artifacts --insecure images/hashicorp-vault-csi-provider-1.4.1.tar $IMAGE_REGISTRY/hashicorp/vault-csi-provider:1.4.1
381381
$CMD push --allow-nondistributable-artifacts --insecure images/hashicorp-vault-secrets-operator-0.4.3.tar $IMAGE_REGISTRY/hashicorp/vault-secrets-operator:0.4.3
382382
$CMD push --allow-nondistributable-artifacts --insecure images/hashicorp-vault-1.15.2.tar $IMAGE_REGISTRY/hashicorp/vault:1.15.2

catalog/import-into-k3s.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ k3s ctr images import images/loft-sh-vcluster-oss-0.22.4.tar
374374
k3s ctr images import images/voyagermesh-echoserver-v20221109.tar
375375
k3s ctr images import images/voyagermesh-envoy-v1.33.0-ac.tar
376376
k3s ctr images import images/voyagermesh-gateway-converter-v0.0.1.tar
377-
k3s ctr images import images/voyagermesh-gateway-v1.3.0.tar
377+
k3s ctr images import images/voyagermesh-gateway-v1.3.1.tar
378378
k3s ctr images import images/hashicorp-vault-csi-provider-1.4.1.tar
379379
k3s ctr images import images/hashicorp-vault-secrets-operator-0.4.3.tar
380380
k3s ctr images import images/hashicorp-vault-1.15.2.tar

catalog/sync-gcp-mp-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ crane cp --allow-nondistributable-artifacts ghcr.io/loft-sh/vcluster-oss:0.22.4
131131
crane cp --allow-nondistributable-artifacts ghcr.io/voyagermesh/echoserver:v20221109 $IMAGE_REGISTRY/echoserver:$TAG
132132
crane cp --allow-nondistributable-artifacts ghcr.io/voyagermesh/envoy:v1.33.0-ac $IMAGE_REGISTRY/envoy:$TAG
133133
crane cp --allow-nondistributable-artifacts ghcr.io/voyagermesh/gateway-converter:v0.0.1 $IMAGE_REGISTRY/gateway-converter:$TAG
134-
crane cp --allow-nondistributable-artifacts ghcr.io/voyagermesh/gateway:v1.3.0 $IMAGE_REGISTRY/gateway:$TAG
134+
crane cp --allow-nondistributable-artifacts ghcr.io/voyagermesh/gateway:v1.3.1 $IMAGE_REGISTRY/gateway:$TAG
135135
crane cp --allow-nondistributable-artifacts hashicorp/vault-csi-provider:1.4.1 $IMAGE_REGISTRY/vault-csi-provider:$TAG
136136
crane cp --allow-nondistributable-artifacts hashicorp/vault-secrets-operator:0.4.3 $IMAGE_REGISTRY/vault-secrets-operator:$TAG
137137
crane cp --allow-nondistributable-artifacts hashicorp/vault:1.15.2 $IMAGE_REGISTRY/vault:$TAG

charts/catalog-manager/crds/catalog.appscode.com_elasticsearchbindings.yaml

Lines changed: 0 additions & 290 deletions
This file was deleted.

0 commit comments

Comments
 (0)