Skip to content

Commit 592bc60

Browse files
committed
Update catalog scripts
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 37597d0 commit 592bc60

8 files changed

Lines changed: 17 additions & 17 deletions

File tree

catalog/ace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
- ghcr.io/appscode/kube-ui-server:v0.0.47
3535
- ghcr.io/appscode/kubectl-nonroot:1.25
3636
- ghcr.io/appscode/kubedb-ui:0.7.7
37-
- ghcr.io/appscode/license-proxyserver:v0.0.17
37+
- ghcr.io/appscode/license-proxyserver:v0.0.18
3838
- ghcr.io/appscode/maxmind-geoip:city-mmdb-latest
3939
- ghcr.io/appscode/openfga:v1.6.0
4040
- ghcr.io/appscode/panopticon:v0.0.14

catalog/copy-images.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/ku
157157
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubevault:v2024.9.30 $IMAGE_REGISTRY/appscode-charts/kubevault:v2024.9.30
158158
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kyverno-policies:3.2.5 $IMAGE_REGISTRY/appscode-charts/kyverno-policies:3.2.5
159159
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kyverno:3.2.6 $IMAGE_REGISTRY/appscode-charts/kyverno:3.2.6
160-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/license-proxyserver-manager:v2024.9.30 $IMAGE_REGISTRY/appscode-charts/license-proxyserver-manager:v2024.9.30
161-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/license-proxyserver:v2024.9.30 $IMAGE_REGISTRY/appscode-charts/license-proxyserver:v2024.9.30
160+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/license-proxyserver-manager:v2024.10.7 $IMAGE_REGISTRY/appscode-charts/license-proxyserver-manager:v2024.10.7
161+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/license-proxyserver:v2024.10.7 $IMAGE_REGISTRY/appscode-charts/license-proxyserver:v2024.10.7
162162
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/longhorn:1.6.2 $IMAGE_REGISTRY/appscode-charts/longhorn:1.6.2
163163
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/managed-serviceaccount-manager:v2024.7.10 $IMAGE_REGISTRY/appscode-charts/managed-serviceaccount-manager:v2024.7.10
164164
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/metrics-server:3.11.0 $IMAGE_REGISTRY/appscode-charts/metrics-server:3.11.0
@@ -278,7 +278,7 @@ $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode/kube-rbac
278278
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode/kube-ui-server:v0.0.47 $IMAGE_REGISTRY/appscode/kube-ui-server:v0.0.47
279279
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode/kubectl-nonroot:1.25 $IMAGE_REGISTRY/appscode/kubectl-nonroot:1.25
280280
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode/kubedb-ui:0.7.7 $IMAGE_REGISTRY/appscode/kubedb-ui:0.7.7
281-
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode/license-proxyserver:v0.0.17 $IMAGE_REGISTRY/appscode/license-proxyserver:v0.0.17
281+
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode/license-proxyserver:v0.0.18 $IMAGE_REGISTRY/appscode/license-proxyserver:v0.0.18
282282
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode/maxmind-geoip:city-mmdb-latest $IMAGE_REGISTRY/appscode/maxmind-geoip:city-mmdb-latest
283283
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode/openfga:v1.6.0 $IMAGE_REGISTRY/appscode/openfga:v1.6.0
284284
$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode/panopticon:v0.0.14 $IMAGE_REGISTRY/appscode/panopticon:v0.0.14

catalog/export-images.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/
154154
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubevault:v2024.9.30 images/appscode-charts-kubevault-v2024.9.30.tar
155155
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kyverno-policies:3.2.5 images/appscode-charts-kyverno-policies-3.2.5.tar
156156
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kyverno:3.2.6 images/appscode-charts-kyverno-3.2.6.tar
157-
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/license-proxyserver-manager:v2024.9.30 images/appscode-charts-license-proxyserver-manager-v2024.9.30.tar
158-
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/license-proxyserver:v2024.9.30 images/appscode-charts-license-proxyserver-v2024.9.30.tar
157+
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/license-proxyserver-manager:v2024.10.7 images/appscode-charts-license-proxyserver-manager-v2024.10.7.tar
158+
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/license-proxyserver:v2024.10.7 images/appscode-charts-license-proxyserver-v2024.10.7.tar
159159
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/longhorn:1.6.2 images/appscode-charts-longhorn-1.6.2.tar
160160
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/managed-serviceaccount-manager:v2024.7.10 images/appscode-charts-managed-serviceaccount-manager-v2024.7.10.tar
161161
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/metrics-server:3.11.0 images/appscode-charts-metrics-server-3.11.0.tar
@@ -275,7 +275,7 @@ $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode/kube-rb
275275
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode/kube-ui-server:v0.0.47 images/appscode-kube-ui-server-v0.0.47.tar
276276
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode/kubectl-nonroot:1.25 images/appscode-kubectl-nonroot-1.25.tar
277277
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode/kubedb-ui:0.7.7 images/appscode-kubedb-ui-0.7.7.tar
278-
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode/license-proxyserver:v0.0.17 images/appscode-license-proxyserver-v0.0.17.tar
278+
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode/license-proxyserver:v0.0.18 images/appscode-license-proxyserver-v0.0.18.tar
279279
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode/maxmind-geoip:city-mmdb-latest images/appscode-maxmind-geoip-city-mmdb-latest.tar
280280
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode/openfga:v1.6.0 images/appscode-openfga-v1.6.0.tar
281281
$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode/panopticon:v0.0.14 images/appscode-panopticon-v0.0.14.tar

catalog/feature-charts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
- ghcr.io/appscode-charts/kubevault:v2024.9.30
5050
- ghcr.io/appscode-charts/kyverno-policies:3.2.5
5151
- ghcr.io/appscode-charts/kyverno:3.2.6
52-
- ghcr.io/appscode-charts/license-proxyserver-manager:v2024.9.30
53-
- ghcr.io/appscode-charts/license-proxyserver:v2024.9.30
52+
- ghcr.io/appscode-charts/license-proxyserver-manager:v2024.10.7
53+
- ghcr.io/appscode-charts/license-proxyserver:v2024.10.7
5454
- ghcr.io/appscode-charts/longhorn:1.6.2
5555
- ghcr.io/appscode-charts/managed-serviceaccount-manager:v2024.7.10
5656
- ghcr.io/appscode-charts/metrics-server:3.11.0

catalog/imagelist.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- ghcr.io/appscode/kubectl-nonroot:1.25
2020
- ghcr.io/appscode/kubedb-ui:0.7.7
2121
- ghcr.io/appscode/license-proxyserver
22-
- ghcr.io/appscode/license-proxyserver:v0.0.17
22+
- ghcr.io/appscode/license-proxyserver:v0.0.18
2323
- ghcr.io/appscode/marketplace-ui:0.3.1-rc.1
2424
- ghcr.io/appscode/maxmind-geoip:city-mmdb-latest
2525
- ghcr.io/appscode/platform-ui:0.8.6

catalog/import-images.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-k
148148
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubevault-v2024.9.30.tar $IMAGE_REGISTRY/appscode-charts/kubevault:v2024.9.30
149149
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kyverno-policies-3.2.5.tar $IMAGE_REGISTRY/appscode-charts/kyverno-policies:3.2.5
150150
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kyverno-3.2.6.tar $IMAGE_REGISTRY/appscode-charts/kyverno:3.2.6
151-
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-license-proxyserver-manager-v2024.9.30.tar $IMAGE_REGISTRY/appscode-charts/license-proxyserver-manager:v2024.9.30
152-
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-license-proxyserver-v2024.9.30.tar $IMAGE_REGISTRY/appscode-charts/license-proxyserver:v2024.9.30
151+
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-license-proxyserver-manager-v2024.10.7.tar $IMAGE_REGISTRY/appscode-charts/license-proxyserver-manager:v2024.10.7
152+
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-license-proxyserver-v2024.10.7.tar $IMAGE_REGISTRY/appscode-charts/license-proxyserver:v2024.10.7
153153
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-longhorn-1.6.2.tar $IMAGE_REGISTRY/appscode-charts/longhorn:1.6.2
154154
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-managed-serviceaccount-manager-v2024.7.10.tar $IMAGE_REGISTRY/appscode-charts/managed-serviceaccount-manager:v2024.7.10
155155
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-metrics-server-3.11.0.tar $IMAGE_REGISTRY/appscode-charts/metrics-server:3.11.0
@@ -269,7 +269,7 @@ $CMD push --allow-nondistributable-artifacts --insecure images/appscode-kube-rba
269269
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-kube-ui-server-v0.0.47.tar $IMAGE_REGISTRY/appscode/kube-ui-server:v0.0.47
270270
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-kubectl-nonroot-1.25.tar $IMAGE_REGISTRY/appscode/kubectl-nonroot:1.25
271271
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-kubedb-ui-0.7.7.tar $IMAGE_REGISTRY/appscode/kubedb-ui:0.7.7
272-
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-license-proxyserver-v0.0.17.tar $IMAGE_REGISTRY/appscode/license-proxyserver:v0.0.17
272+
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-license-proxyserver-v0.0.18.tar $IMAGE_REGISTRY/appscode/license-proxyserver:v0.0.18
273273
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-maxmind-geoip-city-mmdb-latest.tar $IMAGE_REGISTRY/appscode/maxmind-geoip:city-mmdb-latest
274274
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-openfga-v1.6.0.tar $IMAGE_REGISTRY/appscode/openfga:v1.6.0
275275
$CMD push --allow-nondistributable-artifacts --insecure images/appscode-panopticon-v0.0.14.tar $IMAGE_REGISTRY/appscode/panopticon:v0.0.14

catalog/import-into-k3s.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ k3s ctr images import images/appscode-charts-kubevault-opscenter-v2024.9.30.tar
146146
k3s ctr images import images/appscode-charts-kubevault-v2024.9.30.tar
147147
k3s ctr images import images/appscode-charts-kyverno-policies-3.2.5.tar
148148
k3s ctr images import images/appscode-charts-kyverno-3.2.6.tar
149-
k3s ctr images import images/appscode-charts-license-proxyserver-manager-v2024.9.30.tar
150-
k3s ctr images import images/appscode-charts-license-proxyserver-v2024.9.30.tar
149+
k3s ctr images import images/appscode-charts-license-proxyserver-manager-v2024.10.7.tar
150+
k3s ctr images import images/appscode-charts-license-proxyserver-v2024.10.7.tar
151151
k3s ctr images import images/appscode-charts-longhorn-1.6.2.tar
152152
k3s ctr images import images/appscode-charts-managed-serviceaccount-manager-v2024.7.10.tar
153153
k3s ctr images import images/appscode-charts-metrics-server-3.11.0.tar
@@ -267,7 +267,7 @@ k3s ctr images import images/appscode-kube-rbac-proxy-v0.15.0.tar
267267
k3s ctr images import images/appscode-kube-ui-server-v0.0.47.tar
268268
k3s ctr images import images/appscode-kubectl-nonroot-1.25.tar
269269
k3s ctr images import images/appscode-kubedb-ui-0.7.7.tar
270-
k3s ctr images import images/appscode-license-proxyserver-v0.0.17.tar
270+
k3s ctr images import images/appscode-license-proxyserver-v0.0.18.tar
271271
k3s ctr images import images/appscode-maxmind-geoip-city-mmdb-latest.tar
272272
k3s ctr images import images/appscode-openfga-v1.6.0.tar
273273
k3s ctr images import images/appscode-panopticon-v0.0.14.tar

catalog/sync-gcp-mp-images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ crane cp --allow-nondistributable-artifacts ghcr.io/appscode/kube-rbac-proxy:v0.
6363
crane cp --allow-nondistributable-artifacts ghcr.io/appscode/kube-ui-server:v0.0.47 $IMAGE_REGISTRY/kube-ui-server:$TAG
6464
crane cp --allow-nondistributable-artifacts ghcr.io/appscode/kubectl-nonroot:1.25 $IMAGE_REGISTRY/kubectl-nonroot:$TAG
6565
crane cp --allow-nondistributable-artifacts ghcr.io/appscode/kubedb-ui:0.7.7 $IMAGE_REGISTRY/kubedb-ui:$TAG
66-
crane cp --allow-nondistributable-artifacts ghcr.io/appscode/license-proxyserver:v0.0.17 $IMAGE_REGISTRY/license-proxyserver:$TAG
66+
crane cp --allow-nondistributable-artifacts ghcr.io/appscode/license-proxyserver:v0.0.18 $IMAGE_REGISTRY/license-proxyserver:$TAG
6767
crane cp --allow-nondistributable-artifacts ghcr.io/appscode/maxmind-geoip:city-mmdb-latest $IMAGE_REGISTRY/maxmind-geoip:$TAG
6868
crane cp --allow-nondistributable-artifacts ghcr.io/appscode/openfga:v1.6.0 $IMAGE_REGISTRY/openfga:$TAG
6969
crane cp --allow-nondistributable-artifacts ghcr.io/appscode/panopticon:v0.0.14 $IMAGE_REGISTRY/panopticon:$TAG

0 commit comments

Comments
 (0)