Skip to content

Commit

Permalink
Update catalog scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Oct 16, 2024
1 parent 815468d commit 8bb4047
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion catalog/copy-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/so
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/zookeeper:3.7.2 $IMAGE_REGISTRY/appscode-images/zookeeper:3.7.2
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/zookeeper:3.8.3 $IMAGE_REGISTRY/appscode-images/zookeeper:3.8.3
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/zookeeper:3.9.1 $IMAGE_REGISTRY/appscode-images/zookeeper:3.9.1
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode/k8s-wait-for:v2.0 $IMAGE_REGISTRY/appscode/k8s-wait-for:v2.0
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode/kube-rbac-proxy:v0.11.0 $IMAGE_REGISTRY/appscode/kube-rbac-proxy:v0.11.0
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode/kubectl-nonroot:1.25 $IMAGE_REGISTRY/appscode/kubectl-nonroot:1.25
$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/appscode/petset:v0.0.7 $IMAGE_REGISTRY/appscode/petset:v0.0.7
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode/sidekick:v0.0.8 $IMAGE_REGISTRY/appscode/sidekick:v0.0.8
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/cassandra-init:4.1.6 $IMAGE_REGISTRY/kubedb/cassandra-init:4.1.6
Expand Down
2 changes: 1 addition & 1 deletion catalog/export-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,9 @@ $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/zookeeper:3.7.2 images/appscode-images-zookeeper-3.7.2.tar
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/zookeeper:3.8.3 images/appscode-images-zookeeper-3.8.3.tar
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/zookeeper:3.9.1 images/appscode-images-zookeeper-3.9.1.tar
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode/k8s-wait-for:v2.0 images/appscode-k8s-wait-for-v2.0.tar
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode/kube-rbac-proxy:v0.11.0 images/appscode-kube-rbac-proxy-v0.11.0.tar
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode/kubectl-nonroot:1.25 images/appscode-kubectl-nonroot-1.25.tar
$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/appscode/petset:v0.0.7 images/appscode-petset-v0.0.7.tar
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode/sidekick:v0.0.8 images/appscode-sidekick-v0.0.8.tar
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/kubedb/cassandra-init:4.1.6 images/kubedb-cassandra-init-4.1.6.tar
Expand Down
2 changes: 1 addition & 1 deletion catalog/imagelist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@
- ghcr.io/appscode-images/zookeeper:3.7.2
- ghcr.io/appscode-images/zookeeper:3.8.3
- ghcr.io/appscode-images/zookeeper:3.9.1
- ghcr.io/appscode/k8s-wait-for:v2.0
- ghcr.io/appscode/kube-rbac-proxy:v0.11.0
- ghcr.io/appscode/kubectl-nonroot:1.25
- ghcr.io/appscode/kubectl-nonroot:1.31
- ghcr.io/appscode/petset:v0.0.7
- ghcr.io/appscode/sidekick:v0.0.8
- ghcr.io/kubedb/cassandra-init:4.1.6
Expand Down
2 changes: 1 addition & 1 deletion catalog/import-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,9 @@ $CMD push --allow-nondistributable-artifacts --insecure images/appscode-images-s
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-images-zookeeper-3.7.2.tar $IMAGE_REGISTRY/appscode-images/zookeeper:3.7.2
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-images-zookeeper-3.8.3.tar $IMAGE_REGISTRY/appscode-images/zookeeper:3.8.3
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-images-zookeeper-3.9.1.tar $IMAGE_REGISTRY/appscode-images/zookeeper:3.9.1
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-k8s-wait-for-v2.0.tar $IMAGE_REGISTRY/appscode/k8s-wait-for:v2.0
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-kube-rbac-proxy-v0.11.0.tar $IMAGE_REGISTRY/appscode/kube-rbac-proxy:v0.11.0
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-kubectl-nonroot-1.25.tar $IMAGE_REGISTRY/appscode/kubectl-nonroot:1.25
$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/appscode-petset-v0.0.7.tar $IMAGE_REGISTRY/appscode/petset:v0.0.7
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-sidekick-v0.0.8.tar $IMAGE_REGISTRY/appscode/sidekick:v0.0.8
$CMD push --allow-nondistributable-artifacts --insecure images/kubedb-cassandra-init-4.1.6.tar $IMAGE_REGISTRY/kubedb/cassandra-init:4.1.6
Expand Down
2 changes: 1 addition & 1 deletion catalog/import-into-k3s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@ k3s ctr images import images/appscode-images-solr-9.6.1.tar
k3s ctr images import images/appscode-images-zookeeper-3.7.2.tar
k3s ctr images import images/appscode-images-zookeeper-3.8.3.tar
k3s ctr images import images/appscode-images-zookeeper-3.9.1.tar
k3s ctr images import images/appscode-k8s-wait-for-v2.0.tar
k3s ctr images import images/appscode-kube-rbac-proxy-v0.11.0.tar
k3s ctr images import images/appscode-kubectl-nonroot-1.25.tar
k3s ctr images import images/appscode-kubectl-nonroot-1.31.tar
k3s ctr images import images/appscode-petset-v0.0.7.tar
k3s ctr images import images/appscode-sidekick-v0.0.8.tar
k3s ctr images import images/kubedb-cassandra-init-4.1.6.tar
Expand Down
2 changes: 1 addition & 1 deletion catalog/scripts/operator.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- ghcr.io/appscode/k8s-wait-for:v2.0
- ghcr.io/appscode/kube-rbac-proxy:v0.11.0
- ghcr.io/appscode/kubectl-nonroot:1.25
- ghcr.io/appscode/kubectl-nonroot:1.31
- ghcr.io/appscode/petset:v0.0.7
- ghcr.io/appscode/sidekick:v0.0.8
- ghcr.io/kubedb/dashboard-restic-plugin:v0.1.0
Expand Down

0 comments on commit 8bb4047

Please sign in to comment.