Skip to content

Commit 34dec69

Browse files
Refresh images & charts for offline
Signed-off-by: Arnob kumar saha <arnob@appscode.com>
1 parent b9f1619 commit 34dec69

9 files changed

Lines changed: 662 additions & 704 deletions

File tree

catalog/NOTES.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Catalog Notes
2+
3+
## Files
4+
5+
Chart/image lists (inputs, consumed by `update-catalog.sh` and `cve-report.yml`):
6+
7+
- `imagelist.yaml` — master list of application images.
8+
- `ace.yaml` — Just 3 core chart (ace-installer, ace, service-gateway).
9+
- `feature-charts.yaml` — Feature charts, used on cluster-ui feature pages.
10+
- `editor-charts.yaml` — Editor charts, used on kubedb-ui pages.
11+
- `reusable-ui-charts.yaml` — shared UI component charts, helpers for editor-charts.yaml file.
12+
13+
Operational scripts (move/import chart images between registries):
14+
15+
- `export-images.sh` — pulls chart images from `ghcr.io/appscode-charts/*`, saves as local `.tar` files.
16+
- `import-images.sh` — extracts a tarball and `crane push`es each `.tar` into `$IMAGE_REGISTRY`.
17+
- `copy-images.sh` — direct `crane cp` from `ghcr.io/appscode-charts/*` to `$IMAGE_REGISTRY` (no tarball step).
18+
- `import-into-k3s.sh` — extracts a tarball and `k3s ctr images import`s each `.tar` into local k3s containerd.
19+
- `sync-gcp-mp-images.sh``crane cp`s the 3 core ACE images into `$IMAGE_REGISTRY:$TAG` for GCP Marketplace sync.
20+
21+
## Which script to use
22+
23+
| Scenario | Script(s) |
24+
|---|---|
25+
| Mirror images to your own registry, direct network path | `copy-images.sh` |
26+
| Air-gapped: move images via tarball | `export-images.sh` then `import-images.sh` |
27+
| Air-gapped k3s cluster specifically | `export-images.sh` then `import-into-k3s.sh` |
28+
| GCP Marketplace listing sync | `sync-gcp-mp-images.sh` |

catalog/copy-images.sh

Lines changed: 126 additions & 140 deletions
Large diffs are not rendered by default.

catalog/editor-charts.yaml

Lines changed: 119 additions & 133 deletions
Large diffs are not rendered by default.

catalog/export-images.sh

Lines changed: 126 additions & 140 deletions
Large diffs are not rendered by default.

catalog/feature-charts.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@
4343
- ghcr.io/appscode-charts/kube-grafana-dashboards:v2023.10.1
4444
- ghcr.io/appscode-charts/kube-prometheus-stack:69.2.2
4545
- ghcr.io/appscode-charts/kube-ui-server:v2026.6.19
46-
- ghcr.io/appscode-charts/kubedb-opscenter:v2026.5.18-rc.0
46+
- ghcr.io/appscode-charts/kubedb-opscenter:v2026.6.19
4747
- ghcr.io/appscode-charts/kubedb-provider-aws:v2024.1.31
4848
- ghcr.io/appscode-charts/kubedb-provider-azure:v2024.1.31
4949
- ghcr.io/appscode-charts/kubedb-provider-gcp:v2024.1.31
5050
- ghcr.io/appscode-charts/kubedb-ui-presets:v2026.6.19
51-
- ghcr.io/appscode-charts/kubedb:v2026.5.18-rc.0
52-
- ghcr.io/appscode-charts/kubestash:v2026.4.27
51+
- ghcr.io/appscode-charts/kubedb:v2026.6.19
52+
- ghcr.io/appscode-charts/kubestash:v2026.6.19
5353
- ghcr.io/appscode-charts/kubevault-opscenter:v2026.2.27
5454
- ghcr.io/appscode-charts/kubevault:v2026.2.27
5555
- ghcr.io/appscode-charts/kyverno-policies:3.2.5
@@ -62,9 +62,9 @@
6262
- ghcr.io/appscode-charts/monitoring-operator:v2026.6.12
6363
- ghcr.io/appscode-charts/opencost-grafana-dashboards:v2023.10.1
6464
- ghcr.io/appscode-charts/opencost:1.18.1
65-
- ghcr.io/appscode-charts/operator-shard-manager:v2026.1.15
65+
- ghcr.io/appscode-charts/operator-shard-manager:v2026.6.22
6666
- ghcr.io/appscode-charts/opscenter-features:v2026.6.19
67-
- ghcr.io/appscode-charts/panopticon:v2026.1.15
67+
- ghcr.io/appscode-charts/panopticon:v2026.6.22
6868
- ghcr.io/appscode-charts/prepare-cluster:v2023.12.21
6969
- ghcr.io/appscode-charts/prom-label-proxy:v2026.6.2
7070
- ghcr.io/appscode-charts/prometheus-adapter:4.9.0
@@ -78,12 +78,12 @@
7878
- ghcr.io/appscode-charts/service-backend:v2026.6.19
7979
- ghcr.io/appscode-charts/service-gateway-presets:v2026.6.19
8080
- ghcr.io/appscode-charts/service-provider:v2026.6.19
81-
- ghcr.io/appscode-charts/sidekick:v2026.2.16
81+
- ghcr.io/appscode-charts/sidekick:v2026.6.22
8282
- ghcr.io/appscode-charts/snapshot-controller:3.0.6
8383
- ghcr.io/appscode-charts/stash-opscenter:v2025.7.31
8484
- ghcr.io/appscode-charts/stash-presets:v2026.6.19
8585
- ghcr.io/appscode-charts/stash:v2025.7.31
86-
- ghcr.io/appscode-charts/supervisor:v2026.1.15
86+
- ghcr.io/appscode-charts/supervisor:v2026.2.16
8787
- ghcr.io/appscode-charts/tenant-operator:v2026.6.2
8888
- ghcr.io/appscode-charts/thanos-operator:v2026.6.2
8989
- ghcr.io/appscode-charts/topolvm:15.0.0

catalog/imagelist.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
- ghcr.io/appscode/acerproxy:v0.2.0
66
- ghcr.io/appscode/aceshifter:v0.0.3
77
- ghcr.io/appscode/b3:v2026.6.19
8-
- ghcr.io/appscode/billing-ui:2.3.0
8+
- ghcr.io/appscode/billing-ui:2.4.0
99
- ghcr.io/appscode/catalog-manager:v0.12.0
1010
- ghcr.io/appscode/cert-manager-webhook-ace:v0.0.2
1111
- ghcr.io/appscode/cloudflare-dns-proxy:v0.0.5
12-
- ghcr.io/appscode/cluster-presets:v0.0.11
12+
- ghcr.io/appscode/cluster-presets:v0.0.12
1313
- ghcr.io/appscode/cluster-ui:2.4.0
1414
- ghcr.io/appscode/curl:alpine
1515
- ghcr.io/appscode/deploy-ui:0.3.6

catalog/import-images.sh

Lines changed: 126 additions & 140 deletions
Large diffs are not rendered by default.

catalog/import-into-k3s.sh

Lines changed: 126 additions & 140 deletions
Large diffs are not rendered by default.

charts/ace-installer/Chart.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ dependencies:
22
- name: regcache
33
repository: file://../regcache
44
version: v2026.6.19
5-
digest: sha256:e7655b2e1410f0817e8ddc105604884d378e65be71074fcdc7857b39dc5375de
6-
generated: "2026-06-25T14:58:35.379594+06:00"
5+
digest: sha256:c3846e0d5296be63cb14f818ad89c69be300b012289dfb53a9ed9d95ee4e3ff8
6+
generated: "2026-07-07T18:08:51.194234077+06:00"

0 commit comments

Comments
 (0)