Skip to content

Commit

Permalink
Update catalog
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Dec 27, 2024
1 parent 944cfdf commit 9a9e32c
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 26 deletions.
3 changes: 1 addition & 2 deletions catalog/ace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
- ghcr.io/kluster-manager/fluxcd-addon:v0.0.5
- ghcr.io/kluster-manager/managed-serviceaccount:v0.7.0
- ghcr.io/kluster-manager/placement:v0.15.2
- ghcr.io/kluster-manager/registration-operator:v0.14.2
- ghcr.io/kluster-manager/registration-operator:v0.15.2
- ghcr.io/kluster-manager/registration:v0.15.2
- ghcr.io/kluster-manager/work:v0.15.2
- ghcr.io/kubedb/kubedb-autoscaler:v0.35.0
Expand All @@ -102,7 +102,6 @@
- ghcr.io/kyverno/kyvernopre:v1.12.5
- ghcr.io/kyverno/reports-controller:v1.12.5
- ghcr.io/loft-sh/vcluster-oss:0.20.0
- ghcr.io/voyagermesh/defaultbackend:1.5
- ghcr.io/voyagermesh/echoserver:v20221109
- ghcr.io/voyagermesh/envoy:v1.31.2-ac
- ghcr.io/voyagermesh/gateway-converter:v0.0.1
Expand Down
3 changes: 1 addition & 2 deletions catalog/copy-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kluster-manager/cl
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kluster-manager/fluxcd-addon:v0.0.5 $IMAGE_REGISTRY/kluster-manager/fluxcd-addon:v0.0.5
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kluster-manager/managed-serviceaccount:v0.7.0 $IMAGE_REGISTRY/kluster-manager/managed-serviceaccount:v0.7.0
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kluster-manager/placement:v0.15.2 $IMAGE_REGISTRY/kluster-manager/placement:v0.15.2
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kluster-manager/registration-operator:v0.14.2 $IMAGE_REGISTRY/kluster-manager/registration-operator:v0.14.2
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kluster-manager/registration-operator:v0.15.2 $IMAGE_REGISTRY/kluster-manager/registration-operator:v0.15.2
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kluster-manager/registration:v0.15.2 $IMAGE_REGISTRY/kluster-manager/registration:v0.15.2
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kluster-manager/work:v0.15.2 $IMAGE_REGISTRY/kluster-manager/work:v0.15.2
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/kubedb-autoscaler:v0.35.0 $IMAGE_REGISTRY/kubedb/kubedb-autoscaler:v0.35.0
Expand All @@ -373,7 +373,6 @@ $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kyverno/kyverno:v1
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kyverno/kyvernopre:v1.12.5 $IMAGE_REGISTRY/kyverno/kyvernopre:v1.12.5
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kyverno/reports-controller:v1.12.5 $IMAGE_REGISTRY/kyverno/reports-controller:v1.12.5
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/loft-sh/vcluster-oss:0.20.0 $IMAGE_REGISTRY/loft-sh/vcluster-oss:0.20.0
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/voyagermesh/defaultbackend:1.5 $IMAGE_REGISTRY/voyagermesh/defaultbackend:1.5
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/voyagermesh/echoserver:v20221109 $IMAGE_REGISTRY/voyagermesh/echoserver:v20221109
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/voyagermesh/envoy:v1.31.2-ac $IMAGE_REGISTRY/voyagermesh/envoy:v1.31.2-ac
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/voyagermesh/gateway-converter:v0.0.1 $IMAGE_REGISTRY/voyagermesh/gateway-converter:v0.0.1
Expand Down
3 changes: 1 addition & 2 deletions catalog/export-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kluster-manager/
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kluster-manager/fluxcd-addon:v0.0.5 images/kluster-manager-fluxcd-addon-v0.0.5.tar
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kluster-manager/managed-serviceaccount:v0.7.0 images/kluster-manager-managed-serviceaccount-v0.7.0.tar
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kluster-manager/placement:v0.15.2 images/kluster-manager-placement-v0.15.2.tar
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kluster-manager/registration-operator:v0.14.2 images/kluster-manager-registration-operator-v0.14.2.tar
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kluster-manager/registration-operator:v0.15.2 images/kluster-manager-registration-operator-v0.15.2.tar
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kluster-manager/registration:v0.15.2 images/kluster-manager-registration-v0.15.2.tar
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kluster-manager/work:v0.15.2 images/kluster-manager-work-v0.15.2.tar
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/kubedb-autoscaler:v0.35.0 images/kubedb-kubedb-autoscaler-v0.35.0.tar
Expand All @@ -370,7 +370,6 @@ $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kyverno/kyverno:
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kyverno/kyvernopre:v1.12.5 images/kyverno-kyvernopre-v1.12.5.tar
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kyverno/reports-controller:v1.12.5 images/kyverno-reports-controller-v1.12.5.tar
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/loft-sh/vcluster-oss:0.20.0 images/loft-sh-vcluster-oss-0.20.0.tar
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/voyagermesh/defaultbackend:1.5 images/voyagermesh-defaultbackend-1.5.tar
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/voyagermesh/echoserver:v20221109 images/voyagermesh-echoserver-v20221109.tar
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/voyagermesh/envoy:v1.31.2-ac images/voyagermesh-envoy-v1.31.2-ac.tar
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/voyagermesh/gateway-converter:v0.0.1 images/voyagermesh-gateway-converter-v0.0.1.tar
Expand Down
2 changes: 1 addition & 1 deletion catalog/imagelist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- ghcr.io/appscode/service-provider:v0.0.1
- ghcr.io/appscode/smtprelay:v0.0.2
- ghcr.io/appscode/website:v2024.12.9
- ghcr.io/kluster-manager/multicluster-controlplane:latest
- ghcr.io/kluster-manager/multicluster-controlplane:v0.6.0
- ghcr.io/voyagermesh/echoserver:v20221109
- ghcr.io/voyagermesh/envoy:v1.31.2-ac
- ghcr.io/voyagermesh/gateway:v1.1.2
Expand Down
3 changes: 1 addition & 2 deletions catalog/import-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ $CMD push --allow-nondistributable-artifacts --insecure images/kluster-manager-c
$CMD push --allow-nondistributable-artifacts --insecure images/kluster-manager-fluxcd-addon-v0.0.5.tar $IMAGE_REGISTRY/kluster-manager/fluxcd-addon:v0.0.5
$CMD push --allow-nondistributable-artifacts --insecure images/kluster-manager-managed-serviceaccount-v0.7.0.tar $IMAGE_REGISTRY/kluster-manager/managed-serviceaccount:v0.7.0
$CMD push --allow-nondistributable-artifacts --insecure images/kluster-manager-placement-v0.15.2.tar $IMAGE_REGISTRY/kluster-manager/placement:v0.15.2
$CMD push --allow-nondistributable-artifacts --insecure images/kluster-manager-registration-operator-v0.14.2.tar $IMAGE_REGISTRY/kluster-manager/registration-operator:v0.14.2
$CMD push --allow-nondistributable-artifacts --insecure images/kluster-manager-registration-operator-v0.15.2.tar $IMAGE_REGISTRY/kluster-manager/registration-operator:v0.15.2
$CMD push --allow-nondistributable-artifacts --insecure images/kluster-manager-registration-v0.15.2.tar $IMAGE_REGISTRY/kluster-manager/registration:v0.15.2
$CMD push --allow-nondistributable-artifacts --insecure images/kluster-manager-work-v0.15.2.tar $IMAGE_REGISTRY/kluster-manager/work:v0.15.2
$CMD push --allow-nondistributable-artifacts --insecure images/kubedb-kubedb-autoscaler-v0.35.0.tar $IMAGE_REGISTRY/kubedb/kubedb-autoscaler:v0.35.0
Expand All @@ -364,7 +364,6 @@ $CMD push --allow-nondistributable-artifacts --insecure images/kyverno-kyverno-v
$CMD push --allow-nondistributable-artifacts --insecure images/kyverno-kyvernopre-v1.12.5.tar $IMAGE_REGISTRY/kyverno/kyvernopre:v1.12.5
$CMD push --allow-nondistributable-artifacts --insecure images/kyverno-reports-controller-v1.12.5.tar $IMAGE_REGISTRY/kyverno/reports-controller:v1.12.5
$CMD push --allow-nondistributable-artifacts --insecure images/loft-sh-vcluster-oss-0.20.0.tar $IMAGE_REGISTRY/loft-sh/vcluster-oss:0.20.0
$CMD push --allow-nondistributable-artifacts --insecure images/voyagermesh-defaultbackend-1.5.tar $IMAGE_REGISTRY/voyagermesh/defaultbackend:1.5
$CMD push --allow-nondistributable-artifacts --insecure images/voyagermesh-echoserver-v20221109.tar $IMAGE_REGISTRY/voyagermesh/echoserver:v20221109
$CMD push --allow-nondistributable-artifacts --insecure images/voyagermesh-envoy-v1.31.2-ac.tar $IMAGE_REGISTRY/voyagermesh/envoy:v1.31.2-ac
$CMD push --allow-nondistributable-artifacts --insecure images/voyagermesh-gateway-converter-v0.0.1.tar $IMAGE_REGISTRY/voyagermesh/gateway-converter:v0.0.1
Expand Down
3 changes: 1 addition & 2 deletions catalog/import-into-k3s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ k3s ctr images import images/kluster-manager-clusteradm-v0.10.0.tar
k3s ctr images import images/kluster-manager-fluxcd-addon-v0.0.5.tar
k3s ctr images import images/kluster-manager-managed-serviceaccount-v0.7.0.tar
k3s ctr images import images/kluster-manager-placement-v0.15.2.tar
k3s ctr images import images/kluster-manager-registration-operator-v0.14.2.tar
k3s ctr images import images/kluster-manager-registration-operator-v0.15.2.tar
k3s ctr images import images/kluster-manager-registration-v0.15.2.tar
k3s ctr images import images/kluster-manager-work-v0.15.2.tar
k3s ctr images import images/kubedb-kubedb-autoscaler-v0.35.0.tar
Expand All @@ -362,7 +362,6 @@ k3s ctr images import images/kyverno-kyverno-v1.12.5.tar
k3s ctr images import images/kyverno-kyvernopre-v1.12.5.tar
k3s ctr images import images/kyverno-reports-controller-v1.12.5.tar
k3s ctr images import images/loft-sh-vcluster-oss-0.20.0.tar
k3s ctr images import images/voyagermesh-defaultbackend-1.5.tar
k3s ctr images import images/voyagermesh-echoserver-v20221109.tar
k3s ctr images import images/voyagermesh-envoy-v1.31.2-ac.tar
k3s ctr images import images/voyagermesh-gateway-converter-v0.0.1.tar
Expand Down
3 changes: 1 addition & 2 deletions catalog/sync-gcp-mp-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ crane cp --allow-nondistributable-artifacts ghcr.io/kluster-manager/clusteradm:v
crane cp --allow-nondistributable-artifacts ghcr.io/kluster-manager/fluxcd-addon:v0.0.5 $IMAGE_REGISTRY/fluxcd-addon:$TAG
crane cp --allow-nondistributable-artifacts ghcr.io/kluster-manager/managed-serviceaccount:v0.7.0 $IMAGE_REGISTRY/managed-serviceaccount:$TAG
crane cp --allow-nondistributable-artifacts ghcr.io/kluster-manager/placement:v0.15.2 $IMAGE_REGISTRY/placement:$TAG
crane cp --allow-nondistributable-artifacts ghcr.io/kluster-manager/registration-operator:v0.14.2 $IMAGE_REGISTRY/registration-operator:$TAG
crane cp --allow-nondistributable-artifacts ghcr.io/kluster-manager/registration-operator:v0.15.2 $IMAGE_REGISTRY/registration-operator:$TAG
crane cp --allow-nondistributable-artifacts ghcr.io/kluster-manager/registration:v0.15.2 $IMAGE_REGISTRY/registration:$TAG
crane cp --allow-nondistributable-artifacts ghcr.io/kluster-manager/work:v0.15.2 $IMAGE_REGISTRY/work:$TAG
crane cp --allow-nondistributable-artifacts ghcr.io/kubedb/kubedb-autoscaler:v0.35.0 $IMAGE_REGISTRY/kubedb-autoscaler:$TAG
Expand All @@ -127,7 +127,6 @@ crane cp --allow-nondistributable-artifacts ghcr.io/kyverno/kyverno:v1.12.5 $IMA
crane cp --allow-nondistributable-artifacts ghcr.io/kyverno/kyvernopre:v1.12.5 $IMAGE_REGISTRY/kyvernopre:$TAG
crane cp --allow-nondistributable-artifacts ghcr.io/kyverno/reports-controller:v1.12.5 $IMAGE_REGISTRY/reports-controller:$TAG
crane cp --allow-nondistributable-artifacts ghcr.io/loft-sh/vcluster-oss:0.20.0 $IMAGE_REGISTRY/vcluster-oss:$TAG
crane cp --allow-nondistributable-artifacts ghcr.io/voyagermesh/defaultbackend:1.5 $IMAGE_REGISTRY/defaultbackend:$TAG
crane cp --allow-nondistributable-artifacts ghcr.io/voyagermesh/echoserver:v20221109 $IMAGE_REGISTRY/echoserver:$TAG
crane cp --allow-nondistributable-artifacts ghcr.io/voyagermesh/envoy:v1.31.2-ac $IMAGE_REGISTRY/envoy:$TAG
crane cp --allow-nondistributable-artifacts ghcr.io/voyagermesh/gateway-converter:v0.0.1 $IMAGE_REGISTRY/gateway-converter:$TAG
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ $defaults := printf `
registry: %q
image: %s:latest
image: %s:v0.6.0
selfManagementClusterName: %q
apiserver:
generateCA: true
Expand Down
12 changes: 0 additions & 12 deletions tests/check-charts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,6 @@ func Test_CheckImageArchitectures(t *testing.T) {
filepath.Join(dir, "catalog", "reusable-ui-charts.yaml"),
}, []string{
"ghcr.io/appscode/inbox-server:latest",
"ghcr.io/kluster-manager/addon-manager:v0.14.0",
"ghcr.io/kluster-manager/cluster-gateway-manager:v1.9.2",
"ghcr.io/kluster-manager/cluster-gateway:v1.9.2",
"ghcr.io/kluster-manager/cluster-proxy:v0.5.0",
"ghcr.io/kluster-manager/clusteradm:v0.9.0",
"ghcr.io/kluster-manager/managed-serviceaccount:v0.6.0",
"ghcr.io/kluster-manager/multicluster-controlplane:latest",
"ghcr.io/kluster-manager/placement:v0.14.0",
"ghcr.io/kluster-manager/registration-operator:v0.14.0",
"ghcr.io/kluster-manager/registration:v0.14.0",
"ghcr.io/kluster-manager/work:v0.14.0",
"ghcr.io/voyagermesh/defaultbackend:1.5",
}); err != nil {
t.Errorf("CheckImageArchitectures() error = %v", err)
}
Expand Down

0 comments on commit 9a9e32c

Please sign in to comment.