From d89081e5ac1a91081cd0c289365d0b043e489635 Mon Sep 17 00:00:00 2001 From: 1gtm <1gtm@appscode.com> Date: Mon, 15 Dec 2025 02:18:45 +0000 Subject: [PATCH] Prepare for release v2025.12.15 ProductLine: ACE Release: v2025.12.15 Release-tracker: https://github.com/appscode-cloud/CHANGELOG/pull/62 Signed-off-by: 1gtm <1gtm@appscode.com> Signed-off-by: Tamal Saha --- catalog/ace.yaml | 8 +- catalog/copy-images.sh | 304 +++++++++--------- catalog/editor-charts.yaml | 238 +++++++------- catalog/export-images.sh | 304 +++++++++--------- catalog/feature-charts.yaml | 58 ++-- catalog/imagelist.yaml | 4 +- catalog/import-images.sh | 304 +++++++++--------- catalog/import-into-k3s.sh | 304 +++++++++--------- catalog/sync-gcp-mp-images.sh | 8 +- charts/acaas/Chart.lock | 18 +- charts/acaas/Chart.yaml | 18 +- charts/acaas/README.md | 10 +- charts/accounts-ui/Chart.yaml | 4 +- charts/accounts-ui/README.md | 10 +- charts/ace-installer/Chart.yaml | 4 +- charts/ace-installer/README.md | 25 +- .../values.openapiv3_schema.yaml | 4 + charts/ace-installer/values.yaml | 13 +- charts/ace/Chart.lock | 20 +- charts/ace/Chart.yaml | 20 +- charts/ace/README.md | 10 +- charts/acerproxy/Chart.yaml | 2 +- charts/acerproxy/README.md | 10 +- charts/aceshifter/Chart.yaml | 2 +- charts/aceshifter/README.md | 10 +- charts/billing-ui/Chart.yaml | 2 +- charts/billing-ui/README.md | 10 +- charts/billing/Chart.yaml | 4 +- charts/billing/README.md | 10 +- charts/catalog-manager/Chart.yaml | 2 +- charts/catalog-manager/README.md | 14 +- .../values.openapiv3_schema.yaml | 2 + charts/catalog-manager/values.yaml | 1 + charts/cert-manager-webhook-ace/Chart.yaml | 2 +- charts/cert-manager-webhook-ace/README.md | 10 +- charts/cluster-importer/Chart.yaml | 2 +- charts/cluster-importer/README.md | 10 +- charts/cluster-presets/Chart.yaml | 2 +- charts/cluster-presets/README.md | 10 +- charts/cluster-ui/Chart.yaml | 2 +- charts/cluster-ui/README.md | 10 +- charts/deploy-ui/Chart.yaml | 2 +- charts/deploy-ui/README.md | 10 +- charts/dns-proxy/Chart.yaml | 2 +- charts/dns-proxy/README.md | 10 +- charts/gh-ci-webhook/Chart.yaml | 2 +- charts/gh-ci-webhook/README.md | 10 +- charts/grafana/Chart.yaml | 2 +- charts/grafana/README.md | 10 +- charts/inbox-ui/Chart.yaml | 2 +- charts/inbox-ui/README.md | 10 +- charts/kubedb-ui-presets/Chart.yaml | 4 +- charts/kubedb-ui-presets/README.md | 10 +- charts/kubedb-ui/Chart.yaml | 2 +- charts/kubedb-ui/README.md | 10 +- charts/marketplace-api/Chart.yaml | 4 +- charts/marketplace-api/README.md | 10 +- charts/marketplace-ui/Chart.yaml | 2 +- charts/marketplace-ui/README.md | 10 +- charts/minio/Chart.yaml | 2 +- charts/minio/README.md | 10 +- charts/offline-license-server/Chart.yaml | 2 +- charts/offline-license-server/README.md | 10 +- charts/opscenter-features/Chart.yaml | 4 +- charts/opscenter-features/README.md | 35 +- .../values.openapiv3_schema.yaml | 2 + charts/opscenter-features/values.yaml | 25 +- charts/outbox-syncer/Chart.yaml | 2 +- charts/outbox-syncer/README.md | 10 +- charts/platform-api/Chart.yaml | 4 +- charts/platform-api/README.md | 10 +- charts/platform-grafana-dashboards/Chart.yaml | 4 +- charts/platform-grafana-dashboards/README.md | 10 +- charts/platform-grafana-dashboards/doc.yaml | 3 +- charts/platform-links/Chart.yaml | 2 +- charts/platform-links/README.md | 10 +- charts/platform-opscenter/Chart.lock | 6 +- charts/platform-opscenter/Chart.yaml | 4 +- charts/platform-opscenter/README.md | 10 +- charts/platform-opscenter/doc.yaml | 3 +- charts/platform-ui/Chart.yaml | 2 +- charts/platform-ui/README.md | 10 +- charts/s3proxy/Chart.yaml | 2 +- charts/s3proxy/README.md | 10 +- charts/service-backend/Chart.yaml | 2 +- charts/service-backend/README.md | 10 +- charts/service-gateway-presets/Chart.yaml | 4 +- charts/service-gateway-presets/README.md | 10 +- charts/service-gateway/Chart.yaml | 4 +- charts/service-gateway/README.md | 10 +- charts/service-provider/Chart.yaml | 2 +- charts/service-provider/README.md | 10 +- charts/service-vault/Chart.yaml | 4 +- charts/service-vault/README.md | 10 +- charts/smtprelay/Chart.yaml | 2 +- charts/smtprelay/README.md | 10 +- charts/stash-presets/Chart.yaml | 4 +- charts/stash-presets/README.md | 10 +- charts/website/Chart.yaml | 4 +- charts/website/README.md | 10 +- go.mod | 28 +- go.sum | 48 +-- .../ace-options/values.openapiv3_schema.yaml | 3 + .../cyphar/filepath-securejoin/CHANGELOG.md | 35 +- .../cyphar/filepath-securejoin/VERSION | 2 +- .../gocompat_errors_go120.go | 18 ++ .../gocompat_errors_unsupported.go | 38 +++ .../gocompat_generics_go121.go | 32 ++ .../gocompat_generics_unsupported.go | 124 +++++++ .../filepath-securejoin/lookup_linux.go | 3 +- .../cyphar/filepath-securejoin/mkdir_linux.go | 18 +- .../filepath-securejoin/openat2_linux.go | 3 +- .../filepath-securejoin/procfs_linux.go | 30 +- vendor/github.com/go-sql-driver/mysql/AUTHORS | 1 + .../go-sql-driver/mysql/CHANGELOG.md | 11 + vendor/github.com/go-sql-driver/mysql/dsn.go | 21 +- vendor/kmodules.xyz/client-go/.golangci.yml | 27 ++ vendor/kmodules.xyz/client-go/Makefile | 4 +- .../kmodules.xyz/client-go/api/v1/object.go | 4 +- .../client-go/api/v1/timeofday.go | 8 +- .../client-go/conditions/getter.go | 2 +- .../client-go/conditions/matcher.go | 14 +- .../client-go/conditions/matchers.go | 6 +- .../client-go/conditions/merge.go | 9 +- .../client-go/conditions/setter.go | 8 +- .../client-go/meta/annotations.go | 20 +- vendor/kmodules.xyz/client-go/meta/cmp.go | 8 +- .../kmodules.xyz/client-go/meta/dataformat.go | 9 +- .../kmodules.xyz/client-go/meta/encoding.go | 6 +- vendor/kmodules.xyz/client-go/meta/hash.go | 12 +- vendor/kmodules.xyz/client-go/meta/lib.go | 2 +- vendor/kmodules.xyz/client-go/meta/patch.go | 24 +- vendor/kmodules.xyz/client-go/meta/status.go | 10 +- .../image-packer/pkg/lib/image.go | 75 +++-- .../image-packer/pkg/lib/tests.go | 28 +- .../resource-metadata/apis/shared/helm.go | 3 + .../apis/shared/openapi_generated.go | 8 + .../apis/ui/v1alpha1/openapi_generated.go | 8 + .../apis/installer/v1alpha1/fargocd_types.go | 3 +- .../v1alpha1/kube_ui_server_types.go | 20 +- .../installer/v1alpha1/panopticon_types.go | 4 +- .../apis/installer/v1alpha1/scanner_types.go | 3 +- .../apis/installer/v1alpha1/types.go | 6 +- .../v1alpha1/zz_generated.deepcopy.go | 4 + .../apimachinery/apis/constant.go | 3 +- .../storage/v1alpha1/backupstorage_helpers.go | 2 +- .../storage/v1alpha1/backupstorage_types.go | 2 +- .../storage/v1alpha1/repository_helpers.go | 2 +- .../v1alpha1/retentionpolicy_helpers.go | 6 +- .../apis/storage/v1alpha1/snapshot_helpers.go | 14 +- .../apis/storage/v1alpha1/snapshot_types.go | 1 - .../apis/storage/v1alpha1/types.go | 18 +- .../apis/storage/v1alpha1/types_helpers.go | 5 +- .../storage/v1alpha1/zz_generated.deepcopy.go | 5 +- .../apis/zz_generated.deepcopy.go | 2 +- vendor/kubestash.dev/apimachinery/crds/lib.go | 2 +- .../storage.kubestash.com_backupstorages.yaml | 6 + vendor/modules.txt | 38 +-- 158 files changed, 1750 insertions(+), 1321 deletions(-) create mode 100644 vendor/github.com/cyphar/filepath-securejoin/gocompat_errors_go120.go create mode 100644 vendor/github.com/cyphar/filepath-securejoin/gocompat_errors_unsupported.go create mode 100644 vendor/github.com/cyphar/filepath-securejoin/gocompat_generics_go121.go create mode 100644 vendor/github.com/cyphar/filepath-securejoin/gocompat_generics_unsupported.go create mode 100644 vendor/kmodules.xyz/client-go/.golangci.yml diff --git a/catalog/ace.yaml b/catalog/ace.yaml index 80c41bf74..927fd577c 100644 --- a/catalog/ace.yaml +++ b/catalog/ace.yaml @@ -5,16 +5,16 @@ - coredns/coredns:1.11.3 - falcosecurity/falco-no-driver:0.37.0 - falcosecurity/falcoctl:0.7.1 -- ghcr.io/appscode-charts/ace-installer:v2025.10.31 -- ghcr.io/appscode-charts/ace:v2025.10.31 -- ghcr.io/appscode-charts/service-gateway:v2025.10.31 +- ghcr.io/appscode-charts/ace-installer:v2025.12.15 +- ghcr.io/appscode-charts/ace:v2025.12.15 +- ghcr.io/appscode-charts/service-gateway:v2025.12.15 - ghcr.io/appscode-charts/spoke-cluster-addons:v2024.7.10 - ghcr.io/appscode-images/ingress-nginx-controller:v1.11.1 - ghcr.io/appscode-images/nats:2.10.24-alpine - ghcr.io/appscode-images/postgres:16.4-alpine - ghcr.io/appscode-images/redis:7.2.4-bookworm - ghcr.io/appscode/aceshifter:v0.0.1 -- ghcr.io/appscode/b3:v2025.10.31 +- ghcr.io/appscode/b3:v2025.12.15 - ghcr.io/appscode/capa-vpc-peering-operator:v0.0.4 - ghcr.io/appscode/capi-ops-manager:v0.0.2 - ghcr.io/appscode/catalog-manager:v0.9.0 diff --git a/catalog/copy-images.sh b/catalog/copy-images.sh index f81836128..951d70747 100755 --- a/catalog/copy-images.sh +++ b/catalog/copy-images.sh @@ -42,65 +42,65 @@ $CMD cp --allow-nondistributable-artifacts --insecure cassandra:4.1.3 $IMAGE_REG $CMD cp --allow-nondistributable-artifacts --insecure coredns/coredns:1.11.3 $IMAGE_REGISTRY/coredns/coredns:1.11.3 $CMD cp --allow-nondistributable-artifacts --insecure falcosecurity/falco-no-driver:0.37.0 $IMAGE_REGISTRY/falcosecurity/falco-no-driver:0.37.0 $CMD cp --allow-nondistributable-artifacts --insecure falcosecurity/falcoctl:0.7.1 $IMAGE_REGISTRY/falcosecurity/falcoctl:0.7.1 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/ace-installer:v2025.10.31 $IMAGE_REGISTRY/appscode-charts/ace-installer:v2025.10.31 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/ace:v2025.10.31 $IMAGE_REGISTRY/appscode-charts/ace:v2025.10.31 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/aceshifter:v2025.10.31 $IMAGE_REGISTRY/appscode-charts/aceshifter:v2025.10.31 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/ace-installer:v2025.12.15 $IMAGE_REGISTRY/appscode-charts/ace-installer:v2025.12.15 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/ace:v2025.12.15 $IMAGE_REGISTRY/appscode-charts/ace:v2025.12.15 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/aceshifter:v2025.12.15 $IMAGE_REGISTRY/appscode-charts/aceshifter:v2025.12.15 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/appscode-otel-stack:v2025.2.28 $IMAGE_REGISTRY/appscode-charts/appscode-otel-stack:v2025.2.28 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-cassandraautoscaler-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-cassandraautoscaler-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-clickhouseautoscaler-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-clickhouseautoscaler-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-druidautoscaler-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-druidautoscaler-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-elasticsearchautoscaler-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-elasticsearchautoscaler-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-etcdautoscaler-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-etcdautoscaler-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-ferretdbautoscaler-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-ferretdbautoscaler-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-kafkaautoscaler-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-kafkaautoscaler-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-mariadbautoscaler-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-mariadbautoscaler-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-memcachedautoscaler-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-memcachedautoscaler-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-mongodbautoscaler-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-mongodbautoscaler-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-mssqlserverautoscaler-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-mssqlserverautoscaler-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-mysqlautoscaler-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-mysqlautoscaler-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-perconaxtradbautoscaler-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-perconaxtradbautoscaler-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-pgbouncerautoscaler-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-pgbouncerautoscaler-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-pgpoolautoscaler-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-pgpoolautoscaler-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-postgresautoscaler-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-postgresautoscaler-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-proxysqlautoscaler-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-proxysqlautoscaler-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-rabbitmqautoscaler-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-rabbitmqautoscaler-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-redisautoscaler-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-redisautoscaler-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-redissentinelautoscaler-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-redissentinelautoscaler-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-singlestoreautoscaler-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-singlestoreautoscaler-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-solrautoscaler-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-solrautoscaler-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-zookeeperautoscaler-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-zookeeperautoscaler-editor:v0.23.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-cassandraautoscaler-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-cassandraautoscaler-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-clickhouseautoscaler-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-clickhouseautoscaler-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-druidautoscaler-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-druidautoscaler-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-elasticsearchautoscaler-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-elasticsearchautoscaler-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-etcdautoscaler-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-etcdautoscaler-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-ferretdbautoscaler-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-ferretdbautoscaler-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-kafkaautoscaler-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-kafkaautoscaler-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-mariadbautoscaler-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-mariadbautoscaler-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-memcachedautoscaler-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-memcachedautoscaler-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-mongodbautoscaler-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-mongodbautoscaler-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-mssqlserverautoscaler-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-mssqlserverautoscaler-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-mysqlautoscaler-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-mysqlautoscaler-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-perconaxtradbautoscaler-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-perconaxtradbautoscaler-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-pgbouncerautoscaler-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-pgbouncerautoscaler-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-pgpoolautoscaler-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-pgpoolautoscaler-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-postgresautoscaler-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-postgresautoscaler-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-proxysqlautoscaler-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-proxysqlautoscaler-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-rabbitmqautoscaler-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-rabbitmqautoscaler-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-redisautoscaler-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-redisautoscaler-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-redissentinelautoscaler-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-redissentinelautoscaler-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-singlestoreautoscaler-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-singlestoreautoscaler-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-solrautoscaler-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-solrautoscaler-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-zookeeperautoscaler-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-zookeeperautoscaler-editor:v0.28.0 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/aws-credential-manager:v2025.4.30 $IMAGE_REGISTRY/appscode-charts/aws-credential-manager:v2025.4.30 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/aws-ebs-csi-driver:2.23.0 $IMAGE_REGISTRY/appscode-charts/aws-ebs-csi-driver:2.23.0 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/aws-load-balancer-controller:1.11.0 $IMAGE_REGISTRY/appscode-charts/aws-load-balancer-controller:1.11.0 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/capa-vpc-peering-operator:v2023.12.11 $IMAGE_REGISTRY/appscode-charts/capa-vpc-peering-operator:v2023.12.11 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/capi-catalog:v2024.10.24 $IMAGE_REGISTRY/appscode-charts/capi-catalog:v2024.10.24 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/capi-ops-manager:v2024.8.14 $IMAGE_REGISTRY/appscode-charts/capi-ops-manager:v2024.8.14 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/catalog-manager:v2025.10.31 $IMAGE_REGISTRY/appscode-charts/catalog-manager:v2025.10.31 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/catalog-manager:v2025.12.15 $IMAGE_REGISTRY/appscode-charts/catalog-manager:v2025.12.15 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/cert-manager-csi-driver-cacerts:v2025.10.31 $IMAGE_REGISTRY/appscode-charts/cert-manager-csi-driver-cacerts:v2025.10.31 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/cert-manager:v1.18.2 $IMAGE_REGISTRY/appscode-charts/cert-manager:v1.18.2 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/chartsxhelmdev-chartpreset-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/chartsxhelmdev-chartpreset-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/chartsxhelmdev-clusterchartpreset-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/chartsxhelmdev-clusterchartpreset-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/chartsxhelmdev-clusterchartpreset-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/chartsxhelmdev-clusterchartpreset-editor:v0.23.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/chartsxhelmdev-chartpreset-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/chartsxhelmdev-chartpreset-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/chartsxhelmdev-clusterchartpreset-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/chartsxhelmdev-clusterchartpreset-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/chartsxhelmdev-clusterchartpreset-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/chartsxhelmdev-clusterchartpreset-editor:v0.28.0 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/cluster-auth-manager:v2025.5.16 $IMAGE_REGISTRY/appscode-charts/cluster-auth-manager:v2025.5.16 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/cluster-autoscaler:9.29.0 $IMAGE_REGISTRY/appscode-charts/cluster-autoscaler:9.29.0 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/cluster-gateway-manager:v2025.4.30 $IMAGE_REGISTRY/appscode-charts/cluster-gateway-manager:v2025.4.30 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/cluster-manager-hub:v2025.7.31 $IMAGE_REGISTRY/appscode-charts/cluster-manager-hub:v2025.7.31 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/cluster-manager-spoke:v2025.10.17 $IMAGE_REGISTRY/appscode-charts/cluster-manager-spoke:v2025.10.17 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/cluster-presets:v2025.10.31 $IMAGE_REGISTRY/appscode-charts/cluster-presets:v2025.10.31 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/cluster-presets:v2025.12.15 $IMAGE_REGISTRY/appscode-charts/cluster-presets:v2025.12.15 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/cluster-profile-manager:v2025.5.16 $IMAGE_REGISTRY/appscode-charts/cluster-profile-manager:v2025.5.16 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/cluster-proxy-manager:v2025.4.30 $IMAGE_REGISTRY/appscode-charts/cluster-proxy-manager:v2025.4.30 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/config-syncer:v0.15.2 $IMAGE_REGISTRY/appscode-charts/config-syncer:v0.15.2 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupbatch-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupbatch-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupblueprint-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupblueprint-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupconfiguration-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupconfiguration-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupconfiguration-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupconfiguration-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupsession-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupsession-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupsession-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupsession-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupverificationsession-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupverificationsession-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupverifier-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupverifier-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-hooktemplate-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/corekubestashcom-hooktemplate-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-restoresession-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/corekubestashcom-restoresession-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-restoresession-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/corekubestashcom-restoresession-editor:v0.23.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupbatch-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupbatch-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupblueprint-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupblueprint-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupconfiguration-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupconfiguration-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupconfiguration-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupconfiguration-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupsession-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupsession-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupsession-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupsession-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupverificationsession-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupverificationsession-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupverifier-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupverifier-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-hooktemplate-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/corekubestashcom-hooktemplate-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-restoresession-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/corekubestashcom-restoresession-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-restoresession-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/corekubestashcom-restoresession-editor:v0.28.0 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/crossplane:1.14.0 $IMAGE_REGISTRY/appscode-charts/crossplane:1.14.0 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/csi-driver-nfs:v4.7.0 $IMAGE_REGISTRY/appscode-charts/csi-driver-nfs:v4.7.0 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/csi-secrets-store-provider-azure:1.5.2 $IMAGE_REGISTRY/appscode-charts/csi-secrets-store-provider-azure:1.5.2 @@ -118,69 +118,69 @@ $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/gr $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/hub-cluster-robot:v2024.8.9 $IMAGE_REGISTRY/appscode-charts/hub-cluster-robot:v2024.8.9 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/inbox-agent:v2024.12.30 $IMAGE_REGISTRY/appscode-charts/inbox-agent:v2024.12.30 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/inbox-server:v2025.2.28 $IMAGE_REGISTRY/appscode-charts/inbox-server:v2025.2.28 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/inbox-ui:v2025.10.31 $IMAGE_REGISTRY/appscode-charts/inbox-ui:v2025.10.31 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/inbox-ui:v2025.12.15 $IMAGE_REGISTRY/appscode-charts/inbox-ui:v2025.12.15 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/ingress-nginx:4.12.1 $IMAGE_REGISTRY/appscode-charts/ingress-nginx:4.12.1 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/keda-add-ons-http:0.10.0 $IMAGE_REGISTRY/appscode-charts/keda-add-ons-http:0.10.0 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/keda:2.17.2 $IMAGE_REGISTRY/appscode-charts/keda:2.17.2 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kube-grafana-dashboards:v2023.10.1 $IMAGE_REGISTRY/appscode-charts/kube-grafana-dashboards:v2023.10.1 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kube-prometheus-stack:69.2.2 $IMAGE_REGISTRY/appscode-charts/kube-prometheus-stack:69.2.2 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kube-ui-server:v2025.10.31 $IMAGE_REGISTRY/appscode-charts/kube-ui-server:v2025.10.31 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kube-ui-server:v2025.12.15 $IMAGE_REGISTRY/appscode-charts/kube-ui-server:v2025.12.15 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedb-opscenter:v2025.10.17 $IMAGE_REGISTRY/appscode-charts/kubedb-opscenter:v2025.10.17 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedb-provider-aws:v2024.1.31 $IMAGE_REGISTRY/appscode-charts/kubedb-provider-aws:v2024.1.31 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedb-provider-azure:v2024.1.31 $IMAGE_REGISTRY/appscode-charts/kubedb-provider-azure:v2024.1.31 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedb-provider-gcp:v2024.1.31 $IMAGE_REGISTRY/appscode-charts/kubedb-provider-gcp:v2024.1.31 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedb-ui-presets:v2025.10.31 $IMAGE_REGISTRY/appscode-charts/kubedb-ui-presets:v2025.10.31 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedb-ui-presets:v2025.12.15 $IMAGE_REGISTRY/appscode-charts/kubedb-ui-presets:v2025.12.15 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedb:v2025.10.17 $IMAGE_REGISTRY/appscode-charts/kubedb:v2025.10.17 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-cassandra-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-cassandra-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-cassandra-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-cassandra-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-clickhouse-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-clickhouse-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-clickhouse-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-clickhouse-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-druid-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-druid-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-druid-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-druid-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-elasticsearch-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-elasticsearch-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-elasticsearch-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-elasticsearch-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-etcd-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-etcd-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-ferretdb-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-ferretdb-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-ferretdb-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-ferretdb-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-hazelcast-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-hazelcast-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-hazelcast-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-hazelcast-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-ignite-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-ignite-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-ignite-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-ignite-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-kafka-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-kafka-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-kafka-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-kafka-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mariadb-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-mariadb-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mariadb-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-mariadb-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-memcached-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-memcached-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-memcached-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-memcached-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mongodb-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-mongodb-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mongodb-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-mongodb-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mssqlserver-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-mssqlserver-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mssqlserver-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-mssqlserver-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mysql-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-mysql-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mysql-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-mysql-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-oracle-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-oracle-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-oracle-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-oracle-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-perconaxtradb-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-perconaxtradb-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-perconaxtradb-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-perconaxtradb-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-pgbouncer-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-pgbouncer-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-pgbouncer-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-pgbouncer-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-pgpool-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-pgpool-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-pgpool-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-pgpool-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-postgres-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-postgres-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-postgres-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-postgres-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-proxysql-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-proxysql-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-proxysql-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-proxysql-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-rabbitmq-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-rabbitmq-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-rabbitmq-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-rabbitmq-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-redis-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-redis-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-redis-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-redis-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-redissentinel-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-redissentinel-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-singlestore-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-singlestore-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-singlestore-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-singlestore-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-solr-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-solr-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-solr-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-solr-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-zookeeper-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-zookeeper-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-zookeeper-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-zookeeper-editor:v0.23.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-cassandra-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-cassandra-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-cassandra-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-cassandra-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-clickhouse-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-clickhouse-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-clickhouse-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-clickhouse-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-druid-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-druid-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-druid-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-druid-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-elasticsearch-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-elasticsearch-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-elasticsearch-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-elasticsearch-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-etcd-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-etcd-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-ferretdb-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-ferretdb-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-ferretdb-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-ferretdb-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-hazelcast-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-hazelcast-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-hazelcast-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-hazelcast-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-ignite-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-ignite-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-ignite-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-ignite-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-kafka-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-kafka-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-kafka-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-kafka-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mariadb-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-mariadb-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mariadb-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-mariadb-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-memcached-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-memcached-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-memcached-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-memcached-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mongodb-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-mongodb-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mongodb-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-mongodb-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mssqlserver-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-mssqlserver-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mssqlserver-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-mssqlserver-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mysql-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-mysql-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mysql-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-mysql-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-oracle-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-oracle-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-oracle-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-oracle-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-perconaxtradb-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-perconaxtradb-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-perconaxtradb-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-perconaxtradb-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-pgbouncer-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-pgbouncer-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-pgbouncer-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-pgbouncer-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-pgpool-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-pgpool-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-pgpool-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-pgpool-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-postgres-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-postgres-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-postgres-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-postgres-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-proxysql-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-proxysql-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-proxysql-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-proxysql-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-rabbitmq-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-rabbitmq-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-rabbitmq-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-rabbitmq-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-redis-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-redis-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-redis-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-redis-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-redissentinel-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-redissentinel-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-singlestore-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-singlestore-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-singlestore-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-singlestore-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-solr-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-solr-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-solr-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-solr-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-zookeeper-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-zookeeper-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-zookeeper-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/kubedbcom-zookeeper-editor:v0.28.0 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubestash:v2025.10.17 $IMAGE_REGISTRY/appscode-charts/kubestash:v2025.10.17 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubevault-opscenter:v2025.2.10 $IMAGE_REGISTRY/appscode-charts/kubevault-opscenter:v2025.2.10 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubevault:v2025.5.30 $IMAGE_REGISTRY/appscode-charts/kubevault:v2025.5.30 @@ -197,33 +197,33 @@ $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/mu $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opencost-grafana-dashboards:v2023.10.1 $IMAGE_REGISTRY/appscode-charts/opencost-grafana-dashboards:v2023.10.1 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opencost:1.18.1 $IMAGE_REGISTRY/appscode-charts/opencost:1.18.1 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/operator-shard-manager:v2025.3.14 $IMAGE_REGISTRY/appscode-charts/operator-shard-manager:v2025.3.14 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opscenter-features:v2025.10.31 $IMAGE_REGISTRY/appscode-charts/opscenter-features:v2025.10.31 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-cassandraopsrequest-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-cassandraopsrequest-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-clickhouseopsrequest-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-clickhouseopsrequest-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-druidopsrequest-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-druidopsrequest-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-elasticsearchopsrequest-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-elasticsearchopsrequest-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-etcdopsrequest-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-etcdopsrequest-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-ferretdbopsrequest-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-ferretdbopsrequest-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-hazelcastopsrequest-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-hazelcastopsrequest-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-igniteopsrequest-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-igniteopsrequest-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-kafkaopsrequest-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-kafkaopsrequest-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-mariadbopsrequest-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-mariadbopsrequest-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-memcachedopsrequest-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-memcachedopsrequest-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-mongodbopsrequest-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-mongodbopsrequest-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-mssqlserveropsrequest-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-mssqlserveropsrequest-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-mysqlopsrequest-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-mysqlopsrequest-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-oracleopsrequest-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-oracleopsrequest-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-perconaxtradbopsrequest-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-perconaxtradbopsrequest-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-pgbounceropsrequest-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-pgbounceropsrequest-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-pgpoolopsrequest-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-pgpoolopsrequest-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-postgresopsrequest-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-postgresopsrequest-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-proxysqlopsrequest-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-proxysqlopsrequest-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-rabbitmqopsrequest-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-rabbitmqopsrequest-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-redisopsrequest-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-redisopsrequest-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-redissentinelopsrequest-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-redissentinelopsrequest-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-singlestoreopsrequest-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-singlestoreopsrequest-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-solropsrequest-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-solropsrequest-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-zookeeperopsrequest-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-zookeeperopsrequest-editor:v0.23.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opscenter-features:v2025.12.15 $IMAGE_REGISTRY/appscode-charts/opscenter-features:v2025.12.15 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-cassandraopsrequest-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-cassandraopsrequest-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-clickhouseopsrequest-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-clickhouseopsrequest-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-druidopsrequest-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-druidopsrequest-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-elasticsearchopsrequest-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-elasticsearchopsrequest-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-etcdopsrequest-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-etcdopsrequest-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-ferretdbopsrequest-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-ferretdbopsrequest-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-hazelcastopsrequest-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-hazelcastopsrequest-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-igniteopsrequest-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-igniteopsrequest-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-kafkaopsrequest-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-kafkaopsrequest-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-mariadbopsrequest-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-mariadbopsrequest-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-memcachedopsrequest-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-memcachedopsrequest-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-mongodbopsrequest-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-mongodbopsrequest-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-mssqlserveropsrequest-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-mssqlserveropsrequest-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-mysqlopsrequest-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-mysqlopsrequest-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-oracleopsrequest-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-oracleopsrequest-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-perconaxtradbopsrequest-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-perconaxtradbopsrequest-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-pgbounceropsrequest-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-pgbounceropsrequest-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-pgpoolopsrequest-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-pgpoolopsrequest-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-postgresopsrequest-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-postgresopsrequest-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-proxysqlopsrequest-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-proxysqlopsrequest-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-rabbitmqopsrequest-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-rabbitmqopsrequest-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-redisopsrequest-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-redisopsrequest-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-redissentinelopsrequest-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-redissentinelopsrequest-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-singlestoreopsrequest-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-singlestoreopsrequest-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-solropsrequest-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-solropsrequest-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-zookeeperopsrequest-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/opskubedbcom-zookeeperopsrequest-editor:v0.28.0 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/panopticon:v2025.6.30 $IMAGE_REGISTRY/appscode-charts/panopticon:v2025.6.30 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/prepare-cluster:v2023.12.21 $IMAGE_REGISTRY/appscode-charts/prepare-cluster:v2023.12.21 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/prometheus-adapter:4.9.0 $IMAGE_REGISTRY/appscode-charts/prometheus-adapter:4.9.0 @@ -234,22 +234,22 @@ $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/se $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/secrets-store-csi-driver-provider-gcp:0.1.0 $IMAGE_REGISTRY/appscode-charts/secrets-store-csi-driver-provider-gcp:0.1.0 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/secrets-store-csi-driver-provider-virtual-secrets:v2025.3.14 $IMAGE_REGISTRY/appscode-charts/secrets-store-csi-driver-provider-virtual-secrets:v2025.3.14 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/secrets-store-csi-driver:1.4.1 $IMAGE_REGISTRY/appscode-charts/secrets-store-csi-driver:1.4.1 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/service-backend:v2025.10.31 $IMAGE_REGISTRY/appscode-charts/service-backend:v2025.10.31 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/service-gateway-presets:v2025.10.31 $IMAGE_REGISTRY/appscode-charts/service-gateway-presets:v2025.10.31 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/service-gateway:v2025.10.31 $IMAGE_REGISTRY/appscode-charts/service-gateway:v2025.10.31 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/service-provider:v2025.10.31 $IMAGE_REGISTRY/appscode-charts/service-provider:v2025.10.31 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/service-backend:v2025.12.15 $IMAGE_REGISTRY/appscode-charts/service-backend:v2025.12.15 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/service-gateway-presets:v2025.12.15 $IMAGE_REGISTRY/appscode-charts/service-gateway-presets:v2025.12.15 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/service-gateway:v2025.12.15 $IMAGE_REGISTRY/appscode-charts/service-gateway:v2025.12.15 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/service-provider:v2025.12.15 $IMAGE_REGISTRY/appscode-charts/service-provider:v2025.12.15 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/sidekick:v2025.3.14 $IMAGE_REGISTRY/appscode-charts/sidekick:v2025.3.14 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/snapshot-controller:3.0.6 $IMAGE_REGISTRY/appscode-charts/snapshot-controller:3.0.6 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/spoke-cluster-addons:v2024.7.10 $IMAGE_REGISTRY/appscode-charts/spoke-cluster-addons:v2024.7.10 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/stash-opscenter:v2025.7.31 $IMAGE_REGISTRY/appscode-charts/stash-opscenter:v2025.7.31 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/stash-presets:v2025.10.31 $IMAGE_REGISTRY/appscode-charts/stash-presets:v2025.10.31 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/stash-presets:v2025.12.15 $IMAGE_REGISTRY/appscode-charts/stash-presets:v2025.12.15 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/stash:v2025.7.31 $IMAGE_REGISTRY/appscode-charts/stash:v2025.7.31 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/storagekubestashcom-backupstorage-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/storagekubestashcom-backupstorage-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/storagekubestashcom-backupstorage-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/storagekubestashcom-backupstorage-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/storagekubestashcom-repository-editor-options:v0.23.0 $IMAGE_REGISTRY/appscode-charts/storagekubestashcom-repository-editor-options:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/storagekubestashcom-repository-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/storagekubestashcom-repository-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/storagekubestashcom-retentionpolicy-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/storagekubestashcom-retentionpolicy-editor:v0.23.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/storagekubestashcom-snapshot-editor:v0.23.0 $IMAGE_REGISTRY/appscode-charts/storagekubestashcom-snapshot-editor:v0.23.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/storagekubestashcom-backupstorage-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/storagekubestashcom-backupstorage-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/storagekubestashcom-backupstorage-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/storagekubestashcom-backupstorage-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/storagekubestashcom-repository-editor-options:v0.28.0 $IMAGE_REGISTRY/appscode-charts/storagekubestashcom-repository-editor-options:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/storagekubestashcom-repository-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/storagekubestashcom-repository-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/storagekubestashcom-retentionpolicy-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/storagekubestashcom-retentionpolicy-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/storagekubestashcom-snapshot-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/storagekubestashcom-snapshot-editor:v0.28.0 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/supervisor:v2025.7.31 $IMAGE_REGISTRY/appscode-charts/supervisor:v2025.7.31 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/topolvm:15.0.0 $IMAGE_REGISTRY/appscode-charts/topolvm:15.0.0 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uibytebuildersdev-component-alert:v0.12.0 $IMAGE_REGISTRY/appscode-charts/uibytebuildersdev-component-alert:v0.12.0 @@ -275,24 +275,24 @@ $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/ui $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uibytebuildersdev-component-selector:v0.12.0 $IMAGE_REGISTRY/appscode-charts/uibytebuildersdev-component-selector:v0.12.0 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uibytebuildersdev-component-service-templates:v0.12.0 $IMAGE_REGISTRY/appscode-charts/uibytebuildersdev-component-service-templates:v0.12.0 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uibytebuildersdev-component-stash-presets:v0.12.0 $IMAGE_REGISTRY/appscode-charts/uibytebuildersdev-component-stash-presets:v0.12.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-capi-capa-editor:v0.27.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-capi-capa-editor:v0.27.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-capi-core-editor:v0.27.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-capi-core-editor:v0.27.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-crossplane-editor:v0.27.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-crossplane-editor:v0.27.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-ocm-hub-editor:v0.27.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-ocm-hub-editor:v0.27.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-ocm-mc-editor:v0.27.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-ocm-mc-editor:v0.27.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-ocm-spoke-editor:v0.27.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-ocm-spoke-editor:v0.27.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-backup-editor:v0.27.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-backup-editor:v0.27.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-core-editor:v0.27.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-core-editor:v0.27.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-cost-editor:v0.27.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-cost-editor:v0.27.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-datastore-editor:v0.27.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-datastore-editor:v0.27.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-networking-editor:v0.27.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-networking-editor:v0.27.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-observability-editor:v0.27.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-observability-editor:v0.27.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-policy-management-editor:v0.27.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-policy-management-editor:v0.27.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-secret-management-editor:v0.27.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-secret-management-editor:v0.27.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-security-editor:v0.27.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-security-editor:v0.27.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-storage-editor:v0.27.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-storage-editor:v0.27.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-tools-editor:v0.27.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-tools-editor:v0.27.0 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-saas-core-editor:v0.27.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-saas-core-editor:v0.27.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-capi-capa-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-capi-capa-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-capi-core-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-capi-core-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-crossplane-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-crossplane-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-ocm-hub-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-ocm-hub-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-ocm-mc-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-ocm-mc-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-ocm-spoke-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-ocm-spoke-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-backup-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-backup-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-core-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-core-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-cost-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-cost-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-datastore-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-datastore-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-networking-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-networking-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-observability-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-observability-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-policy-management-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-policy-management-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-secret-management-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-secret-management-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-security-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-security-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-storage-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-storage-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-tools-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-tools-editor:v0.28.0 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-saas-core-editor:v0.28.0 $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-saas-core-editor:v0.28.0 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/vault-secrets-operator:0.4.3 $IMAGE_REGISTRY/appscode-charts/vault-secrets-operator:0.4.3 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/vault:0.27.0 $IMAGE_REGISTRY/appscode-charts/vault:0.27.0 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/virtual-secrets-server:v2025.3.14 $IMAGE_REGISTRY/appscode-charts/virtual-secrets-server:v2025.3.14 @@ -303,7 +303,7 @@ $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/na $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/postgres:16.4-alpine $IMAGE_REGISTRY/appscode-images/postgres:16.4-alpine $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/redis:7.2.4-bookworm $IMAGE_REGISTRY/appscode-images/redis:7.2.4-bookworm $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode/aceshifter:v0.0.1 $IMAGE_REGISTRY/appscode/aceshifter:v0.0.1 -$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode/b3:v2025.10.31 $IMAGE_REGISTRY/appscode/b3:v2025.10.31 +$CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode/b3:v2025.12.15 $IMAGE_REGISTRY/appscode/b3:v2025.12.15 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode/capa-vpc-peering-operator:v0.0.4 $IMAGE_REGISTRY/appscode/capa-vpc-peering-operator:v0.0.4 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode/capi-ops-manager:v0.0.2 $IMAGE_REGISTRY/appscode/capi-ops-manager:v0.0.2 $CMD cp --allow-nondistributable-artifacts --insecure ghcr.io/appscode/catalog-manager:v0.9.0 $IMAGE_REGISTRY/appscode/catalog-manager:v0.9.0 diff --git a/catalog/editor-charts.yaml b/catalog/editor-charts.yaml index 94ed45628..7e936b66a 100644 --- a/catalog/editor-charts.yaml +++ b/catalog/editor-charts.yaml @@ -1,119 +1,119 @@ -- ghcr.io/appscode-charts/autoscalingkubedbcom-cassandraautoscaler-editor:v0.23.0 -- ghcr.io/appscode-charts/autoscalingkubedbcom-clickhouseautoscaler-editor:v0.23.0 -- ghcr.io/appscode-charts/autoscalingkubedbcom-druidautoscaler-editor:v0.23.0 -- ghcr.io/appscode-charts/autoscalingkubedbcom-elasticsearchautoscaler-editor:v0.23.0 -- ghcr.io/appscode-charts/autoscalingkubedbcom-etcdautoscaler-editor:v0.23.0 -- ghcr.io/appscode-charts/autoscalingkubedbcom-ferretdbautoscaler-editor:v0.23.0 -- ghcr.io/appscode-charts/autoscalingkubedbcom-kafkaautoscaler-editor:v0.23.0 -- ghcr.io/appscode-charts/autoscalingkubedbcom-mariadbautoscaler-editor:v0.23.0 -- ghcr.io/appscode-charts/autoscalingkubedbcom-memcachedautoscaler-editor:v0.23.0 -- ghcr.io/appscode-charts/autoscalingkubedbcom-mongodbautoscaler-editor:v0.23.0 -- ghcr.io/appscode-charts/autoscalingkubedbcom-mssqlserverautoscaler-editor:v0.23.0 -- ghcr.io/appscode-charts/autoscalingkubedbcom-mysqlautoscaler-editor:v0.23.0 -- ghcr.io/appscode-charts/autoscalingkubedbcom-perconaxtradbautoscaler-editor:v0.23.0 -- ghcr.io/appscode-charts/autoscalingkubedbcom-pgbouncerautoscaler-editor:v0.23.0 -- ghcr.io/appscode-charts/autoscalingkubedbcom-pgpoolautoscaler-editor:v0.23.0 -- ghcr.io/appscode-charts/autoscalingkubedbcom-postgresautoscaler-editor:v0.23.0 -- ghcr.io/appscode-charts/autoscalingkubedbcom-proxysqlautoscaler-editor:v0.23.0 -- ghcr.io/appscode-charts/autoscalingkubedbcom-rabbitmqautoscaler-editor:v0.23.0 -- ghcr.io/appscode-charts/autoscalingkubedbcom-redisautoscaler-editor:v0.23.0 -- ghcr.io/appscode-charts/autoscalingkubedbcom-redissentinelautoscaler-editor:v0.23.0 -- ghcr.io/appscode-charts/autoscalingkubedbcom-singlestoreautoscaler-editor:v0.23.0 -- ghcr.io/appscode-charts/autoscalingkubedbcom-solrautoscaler-editor:v0.23.0 -- ghcr.io/appscode-charts/autoscalingkubedbcom-zookeeperautoscaler-editor:v0.23.0 -- ghcr.io/appscode-charts/chartsxhelmdev-chartpreset-editor:v0.23.0 -- ghcr.io/appscode-charts/chartsxhelmdev-clusterchartpreset-editor-options:v0.23.0 -- ghcr.io/appscode-charts/chartsxhelmdev-clusterchartpreset-editor:v0.23.0 -- ghcr.io/appscode-charts/corekubestashcom-backupbatch-editor:v0.23.0 -- ghcr.io/appscode-charts/corekubestashcom-backupblueprint-editor:v0.23.0 -- ghcr.io/appscode-charts/corekubestashcom-backupconfiguration-editor-options:v0.23.0 -- ghcr.io/appscode-charts/corekubestashcom-backupconfiguration-editor:v0.23.0 -- ghcr.io/appscode-charts/corekubestashcom-backupsession-editor-options:v0.23.0 -- ghcr.io/appscode-charts/corekubestashcom-backupsession-editor:v0.23.0 -- ghcr.io/appscode-charts/corekubestashcom-backupverificationsession-editor:v0.23.0 -- ghcr.io/appscode-charts/corekubestashcom-backupverifier-editor:v0.23.0 -- ghcr.io/appscode-charts/corekubestashcom-hooktemplate-editor:v0.23.0 -- ghcr.io/appscode-charts/corekubestashcom-restoresession-editor-options:v0.23.0 -- ghcr.io/appscode-charts/corekubestashcom-restoresession-editor:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-cassandra-editor-options:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-cassandra-editor:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-clickhouse-editor-options:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-clickhouse-editor:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-druid-editor-options:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-druid-editor:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-elasticsearch-editor-options:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-elasticsearch-editor:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-etcd-editor:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-ferretdb-editor-options:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-ferretdb-editor:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-hazelcast-editor-options:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-hazelcast-editor:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-ignite-editor-options:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-ignite-editor:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-kafka-editor-options:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-kafka-editor:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-mariadb-editor-options:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-mariadb-editor:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-memcached-editor-options:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-memcached-editor:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-mongodb-editor-options:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-mongodb-editor:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-mssqlserver-editor-options:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-mssqlserver-editor:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-mysql-editor-options:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-mysql-editor:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-oracle-editor-options:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-oracle-editor:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-perconaxtradb-editor-options:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-perconaxtradb-editor:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-pgbouncer-editor-options:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-pgbouncer-editor:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-pgpool-editor-options:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-pgpool-editor:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-postgres-editor-options:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-postgres-editor:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-proxysql-editor-options:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-proxysql-editor:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-rabbitmq-editor-options:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-rabbitmq-editor:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-redis-editor-options:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-redis-editor:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-redissentinel-editor:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-singlestore-editor-options:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-singlestore-editor:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-solr-editor-options:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-solr-editor:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-zookeeper-editor-options:v0.23.0 -- ghcr.io/appscode-charts/kubedbcom-zookeeper-editor:v0.23.0 -- ghcr.io/appscode-charts/opskubedbcom-cassandraopsrequest-editor:v0.23.0 -- ghcr.io/appscode-charts/opskubedbcom-clickhouseopsrequest-editor:v0.23.0 -- ghcr.io/appscode-charts/opskubedbcom-druidopsrequest-editor:v0.23.0 -- ghcr.io/appscode-charts/opskubedbcom-elasticsearchopsrequest-editor:v0.23.0 -- ghcr.io/appscode-charts/opskubedbcom-etcdopsrequest-editor:v0.23.0 -- ghcr.io/appscode-charts/opskubedbcom-ferretdbopsrequest-editor:v0.23.0 -- ghcr.io/appscode-charts/opskubedbcom-hazelcastopsrequest-editor:v0.23.0 -- ghcr.io/appscode-charts/opskubedbcom-igniteopsrequest-editor:v0.23.0 -- ghcr.io/appscode-charts/opskubedbcom-kafkaopsrequest-editor:v0.23.0 -- ghcr.io/appscode-charts/opskubedbcom-mariadbopsrequest-editor:v0.23.0 -- ghcr.io/appscode-charts/opskubedbcom-memcachedopsrequest-editor:v0.23.0 -- ghcr.io/appscode-charts/opskubedbcom-mongodbopsrequest-editor:v0.23.0 -- ghcr.io/appscode-charts/opskubedbcom-mssqlserveropsrequest-editor:v0.23.0 -- ghcr.io/appscode-charts/opskubedbcom-mysqlopsrequest-editor:v0.23.0 -- ghcr.io/appscode-charts/opskubedbcom-oracleopsrequest-editor:v0.23.0 -- ghcr.io/appscode-charts/opskubedbcom-perconaxtradbopsrequest-editor:v0.23.0 -- ghcr.io/appscode-charts/opskubedbcom-pgbounceropsrequest-editor:v0.23.0 -- ghcr.io/appscode-charts/opskubedbcom-pgpoolopsrequest-editor:v0.23.0 -- ghcr.io/appscode-charts/opskubedbcom-postgresopsrequest-editor:v0.23.0 -- ghcr.io/appscode-charts/opskubedbcom-proxysqlopsrequest-editor:v0.23.0 -- ghcr.io/appscode-charts/opskubedbcom-rabbitmqopsrequest-editor:v0.23.0 -- ghcr.io/appscode-charts/opskubedbcom-redisopsrequest-editor:v0.23.0 -- ghcr.io/appscode-charts/opskubedbcom-redissentinelopsrequest-editor:v0.23.0 -- ghcr.io/appscode-charts/opskubedbcom-singlestoreopsrequest-editor:v0.23.0 -- ghcr.io/appscode-charts/opskubedbcom-solropsrequest-editor:v0.23.0 -- ghcr.io/appscode-charts/opskubedbcom-zookeeperopsrequest-editor:v0.23.0 -- ghcr.io/appscode-charts/storagekubestashcom-backupstorage-editor-options:v0.23.0 -- ghcr.io/appscode-charts/storagekubestashcom-backupstorage-editor:v0.23.0 -- ghcr.io/appscode-charts/storagekubestashcom-repository-editor-options:v0.23.0 -- ghcr.io/appscode-charts/storagekubestashcom-repository-editor:v0.23.0 -- ghcr.io/appscode-charts/storagekubestashcom-retentionpolicy-editor:v0.23.0 -- ghcr.io/appscode-charts/storagekubestashcom-snapshot-editor:v0.23.0 +- ghcr.io/appscode-charts/autoscalingkubedbcom-cassandraautoscaler-editor:v0.28.0 +- ghcr.io/appscode-charts/autoscalingkubedbcom-clickhouseautoscaler-editor:v0.28.0 +- ghcr.io/appscode-charts/autoscalingkubedbcom-druidautoscaler-editor:v0.28.0 +- ghcr.io/appscode-charts/autoscalingkubedbcom-elasticsearchautoscaler-editor:v0.28.0 +- ghcr.io/appscode-charts/autoscalingkubedbcom-etcdautoscaler-editor:v0.28.0 +- ghcr.io/appscode-charts/autoscalingkubedbcom-ferretdbautoscaler-editor:v0.28.0 +- ghcr.io/appscode-charts/autoscalingkubedbcom-kafkaautoscaler-editor:v0.28.0 +- ghcr.io/appscode-charts/autoscalingkubedbcom-mariadbautoscaler-editor:v0.28.0 +- ghcr.io/appscode-charts/autoscalingkubedbcom-memcachedautoscaler-editor:v0.28.0 +- ghcr.io/appscode-charts/autoscalingkubedbcom-mongodbautoscaler-editor:v0.28.0 +- ghcr.io/appscode-charts/autoscalingkubedbcom-mssqlserverautoscaler-editor:v0.28.0 +- ghcr.io/appscode-charts/autoscalingkubedbcom-mysqlautoscaler-editor:v0.28.0 +- ghcr.io/appscode-charts/autoscalingkubedbcom-perconaxtradbautoscaler-editor:v0.28.0 +- ghcr.io/appscode-charts/autoscalingkubedbcom-pgbouncerautoscaler-editor:v0.28.0 +- ghcr.io/appscode-charts/autoscalingkubedbcom-pgpoolautoscaler-editor:v0.28.0 +- ghcr.io/appscode-charts/autoscalingkubedbcom-postgresautoscaler-editor:v0.28.0 +- ghcr.io/appscode-charts/autoscalingkubedbcom-proxysqlautoscaler-editor:v0.28.0 +- ghcr.io/appscode-charts/autoscalingkubedbcom-rabbitmqautoscaler-editor:v0.28.0 +- ghcr.io/appscode-charts/autoscalingkubedbcom-redisautoscaler-editor:v0.28.0 +- ghcr.io/appscode-charts/autoscalingkubedbcom-redissentinelautoscaler-editor:v0.28.0 +- ghcr.io/appscode-charts/autoscalingkubedbcom-singlestoreautoscaler-editor:v0.28.0 +- ghcr.io/appscode-charts/autoscalingkubedbcom-solrautoscaler-editor:v0.28.0 +- ghcr.io/appscode-charts/autoscalingkubedbcom-zookeeperautoscaler-editor:v0.28.0 +- ghcr.io/appscode-charts/chartsxhelmdev-chartpreset-editor:v0.28.0 +- ghcr.io/appscode-charts/chartsxhelmdev-clusterchartpreset-editor-options:v0.28.0 +- ghcr.io/appscode-charts/chartsxhelmdev-clusterchartpreset-editor:v0.28.0 +- ghcr.io/appscode-charts/corekubestashcom-backupbatch-editor:v0.28.0 +- ghcr.io/appscode-charts/corekubestashcom-backupblueprint-editor:v0.28.0 +- ghcr.io/appscode-charts/corekubestashcom-backupconfiguration-editor-options:v0.28.0 +- ghcr.io/appscode-charts/corekubestashcom-backupconfiguration-editor:v0.28.0 +- ghcr.io/appscode-charts/corekubestashcom-backupsession-editor-options:v0.28.0 +- ghcr.io/appscode-charts/corekubestashcom-backupsession-editor:v0.28.0 +- ghcr.io/appscode-charts/corekubestashcom-backupverificationsession-editor:v0.28.0 +- ghcr.io/appscode-charts/corekubestashcom-backupverifier-editor:v0.28.0 +- ghcr.io/appscode-charts/corekubestashcom-hooktemplate-editor:v0.28.0 +- ghcr.io/appscode-charts/corekubestashcom-restoresession-editor-options:v0.28.0 +- ghcr.io/appscode-charts/corekubestashcom-restoresession-editor:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-cassandra-editor-options:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-cassandra-editor:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-clickhouse-editor-options:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-clickhouse-editor:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-druid-editor-options:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-druid-editor:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-elasticsearch-editor-options:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-elasticsearch-editor:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-etcd-editor:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-ferretdb-editor-options:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-ferretdb-editor:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-hazelcast-editor-options:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-hazelcast-editor:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-ignite-editor-options:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-ignite-editor:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-kafka-editor-options:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-kafka-editor:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-mariadb-editor-options:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-mariadb-editor:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-memcached-editor-options:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-memcached-editor:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-mongodb-editor-options:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-mongodb-editor:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-mssqlserver-editor-options:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-mssqlserver-editor:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-mysql-editor-options:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-mysql-editor:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-oracle-editor-options:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-oracle-editor:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-perconaxtradb-editor-options:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-perconaxtradb-editor:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-pgbouncer-editor-options:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-pgbouncer-editor:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-pgpool-editor-options:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-pgpool-editor:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-postgres-editor-options:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-postgres-editor:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-proxysql-editor-options:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-proxysql-editor:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-rabbitmq-editor-options:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-rabbitmq-editor:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-redis-editor-options:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-redis-editor:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-redissentinel-editor:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-singlestore-editor-options:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-singlestore-editor:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-solr-editor-options:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-solr-editor:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-zookeeper-editor-options:v0.28.0 +- ghcr.io/appscode-charts/kubedbcom-zookeeper-editor:v0.28.0 +- ghcr.io/appscode-charts/opskubedbcom-cassandraopsrequest-editor:v0.28.0 +- ghcr.io/appscode-charts/opskubedbcom-clickhouseopsrequest-editor:v0.28.0 +- ghcr.io/appscode-charts/opskubedbcom-druidopsrequest-editor:v0.28.0 +- ghcr.io/appscode-charts/opskubedbcom-elasticsearchopsrequest-editor:v0.28.0 +- ghcr.io/appscode-charts/opskubedbcom-etcdopsrequest-editor:v0.28.0 +- ghcr.io/appscode-charts/opskubedbcom-ferretdbopsrequest-editor:v0.28.0 +- ghcr.io/appscode-charts/opskubedbcom-hazelcastopsrequest-editor:v0.28.0 +- ghcr.io/appscode-charts/opskubedbcom-igniteopsrequest-editor:v0.28.0 +- ghcr.io/appscode-charts/opskubedbcom-kafkaopsrequest-editor:v0.28.0 +- ghcr.io/appscode-charts/opskubedbcom-mariadbopsrequest-editor:v0.28.0 +- ghcr.io/appscode-charts/opskubedbcom-memcachedopsrequest-editor:v0.28.0 +- ghcr.io/appscode-charts/opskubedbcom-mongodbopsrequest-editor:v0.28.0 +- ghcr.io/appscode-charts/opskubedbcom-mssqlserveropsrequest-editor:v0.28.0 +- ghcr.io/appscode-charts/opskubedbcom-mysqlopsrequest-editor:v0.28.0 +- ghcr.io/appscode-charts/opskubedbcom-oracleopsrequest-editor:v0.28.0 +- ghcr.io/appscode-charts/opskubedbcom-perconaxtradbopsrequest-editor:v0.28.0 +- ghcr.io/appscode-charts/opskubedbcom-pgbounceropsrequest-editor:v0.28.0 +- ghcr.io/appscode-charts/opskubedbcom-pgpoolopsrequest-editor:v0.28.0 +- ghcr.io/appscode-charts/opskubedbcom-postgresopsrequest-editor:v0.28.0 +- ghcr.io/appscode-charts/opskubedbcom-proxysqlopsrequest-editor:v0.28.0 +- ghcr.io/appscode-charts/opskubedbcom-rabbitmqopsrequest-editor:v0.28.0 +- ghcr.io/appscode-charts/opskubedbcom-redisopsrequest-editor:v0.28.0 +- ghcr.io/appscode-charts/opskubedbcom-redissentinelopsrequest-editor:v0.28.0 +- ghcr.io/appscode-charts/opskubedbcom-singlestoreopsrequest-editor:v0.28.0 +- ghcr.io/appscode-charts/opskubedbcom-solropsrequest-editor:v0.28.0 +- ghcr.io/appscode-charts/opskubedbcom-zookeeperopsrequest-editor:v0.28.0 +- ghcr.io/appscode-charts/storagekubestashcom-backupstorage-editor-options:v0.28.0 +- ghcr.io/appscode-charts/storagekubestashcom-backupstorage-editor:v0.28.0 +- ghcr.io/appscode-charts/storagekubestashcom-repository-editor-options:v0.28.0 +- ghcr.io/appscode-charts/storagekubestashcom-repository-editor:v0.28.0 +- ghcr.io/appscode-charts/storagekubestashcom-retentionpolicy-editor:v0.28.0 +- ghcr.io/appscode-charts/storagekubestashcom-snapshot-editor:v0.28.0 diff --git a/catalog/export-images.sh b/catalog/export-images.sh index 7e43c2848..c1639533c 100755 --- a/catalog/export-images.sh +++ b/catalog/export-images.sh @@ -39,65 +39,65 @@ $CMD pull --allow-nondistributable-artifacts --insecure cassandra:4.1.3 images/l $CMD pull --allow-nondistributable-artifacts --insecure coredns/coredns:1.11.3 images/coredns-coredns-1.11.3.tar $CMD pull --allow-nondistributable-artifacts --insecure falcosecurity/falco-no-driver:0.37.0 images/falcosecurity-falco-no-driver-0.37.0.tar $CMD pull --allow-nondistributable-artifacts --insecure falcosecurity/falcoctl:0.7.1 images/falcosecurity-falcoctl-0.7.1.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/ace-installer:v2025.10.31 images/appscode-charts-ace-installer-v2025.10.31.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/ace:v2025.10.31 images/appscode-charts-ace-v2025.10.31.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/aceshifter:v2025.10.31 images/appscode-charts-aceshifter-v2025.10.31.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/ace-installer:v2025.12.15 images/appscode-charts-ace-installer-v2025.12.15.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/ace:v2025.12.15 images/appscode-charts-ace-v2025.12.15.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/aceshifter:v2025.12.15 images/appscode-charts-aceshifter-v2025.12.15.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/appscode-otel-stack:v2025.2.28 images/appscode-charts-appscode-otel-stack-v2025.2.28.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-cassandraautoscaler-editor:v0.23.0 images/appscode-charts-autoscalingkubedbcom-cassandraautoscaler-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-clickhouseautoscaler-editor:v0.23.0 images/appscode-charts-autoscalingkubedbcom-clickhouseautoscaler-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-druidautoscaler-editor:v0.23.0 images/appscode-charts-autoscalingkubedbcom-druidautoscaler-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-elasticsearchautoscaler-editor:v0.23.0 images/appscode-charts-autoscalingkubedbcom-elasticsearchautoscaler-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-etcdautoscaler-editor:v0.23.0 images/appscode-charts-autoscalingkubedbcom-etcdautoscaler-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-ferretdbautoscaler-editor:v0.23.0 images/appscode-charts-autoscalingkubedbcom-ferretdbautoscaler-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-kafkaautoscaler-editor:v0.23.0 images/appscode-charts-autoscalingkubedbcom-kafkaautoscaler-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-mariadbautoscaler-editor:v0.23.0 images/appscode-charts-autoscalingkubedbcom-mariadbautoscaler-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-memcachedautoscaler-editor:v0.23.0 images/appscode-charts-autoscalingkubedbcom-memcachedautoscaler-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-mongodbautoscaler-editor:v0.23.0 images/appscode-charts-autoscalingkubedbcom-mongodbautoscaler-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-mssqlserverautoscaler-editor:v0.23.0 images/appscode-charts-autoscalingkubedbcom-mssqlserverautoscaler-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-mysqlautoscaler-editor:v0.23.0 images/appscode-charts-autoscalingkubedbcom-mysqlautoscaler-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-perconaxtradbautoscaler-editor:v0.23.0 images/appscode-charts-autoscalingkubedbcom-perconaxtradbautoscaler-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-pgbouncerautoscaler-editor:v0.23.0 images/appscode-charts-autoscalingkubedbcom-pgbouncerautoscaler-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-pgpoolautoscaler-editor:v0.23.0 images/appscode-charts-autoscalingkubedbcom-pgpoolautoscaler-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-postgresautoscaler-editor:v0.23.0 images/appscode-charts-autoscalingkubedbcom-postgresautoscaler-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-proxysqlautoscaler-editor:v0.23.0 images/appscode-charts-autoscalingkubedbcom-proxysqlautoscaler-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-rabbitmqautoscaler-editor:v0.23.0 images/appscode-charts-autoscalingkubedbcom-rabbitmqautoscaler-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-redisautoscaler-editor:v0.23.0 images/appscode-charts-autoscalingkubedbcom-redisautoscaler-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-redissentinelautoscaler-editor:v0.23.0 images/appscode-charts-autoscalingkubedbcom-redissentinelautoscaler-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-singlestoreautoscaler-editor:v0.23.0 images/appscode-charts-autoscalingkubedbcom-singlestoreautoscaler-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-solrautoscaler-editor:v0.23.0 images/appscode-charts-autoscalingkubedbcom-solrautoscaler-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-zookeeperautoscaler-editor:v0.23.0 images/appscode-charts-autoscalingkubedbcom-zookeeperautoscaler-editor-v0.23.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-cassandraautoscaler-editor:v0.28.0 images/appscode-charts-autoscalingkubedbcom-cassandraautoscaler-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-clickhouseautoscaler-editor:v0.28.0 images/appscode-charts-autoscalingkubedbcom-clickhouseautoscaler-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-druidautoscaler-editor:v0.28.0 images/appscode-charts-autoscalingkubedbcom-druidautoscaler-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-elasticsearchautoscaler-editor:v0.28.0 images/appscode-charts-autoscalingkubedbcom-elasticsearchautoscaler-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-etcdautoscaler-editor:v0.28.0 images/appscode-charts-autoscalingkubedbcom-etcdautoscaler-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-ferretdbautoscaler-editor:v0.28.0 images/appscode-charts-autoscalingkubedbcom-ferretdbautoscaler-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-kafkaautoscaler-editor:v0.28.0 images/appscode-charts-autoscalingkubedbcom-kafkaautoscaler-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-mariadbautoscaler-editor:v0.28.0 images/appscode-charts-autoscalingkubedbcom-mariadbautoscaler-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-memcachedautoscaler-editor:v0.28.0 images/appscode-charts-autoscalingkubedbcom-memcachedautoscaler-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-mongodbautoscaler-editor:v0.28.0 images/appscode-charts-autoscalingkubedbcom-mongodbautoscaler-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-mssqlserverautoscaler-editor:v0.28.0 images/appscode-charts-autoscalingkubedbcom-mssqlserverautoscaler-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-mysqlautoscaler-editor:v0.28.0 images/appscode-charts-autoscalingkubedbcom-mysqlautoscaler-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-perconaxtradbautoscaler-editor:v0.28.0 images/appscode-charts-autoscalingkubedbcom-perconaxtradbautoscaler-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-pgbouncerautoscaler-editor:v0.28.0 images/appscode-charts-autoscalingkubedbcom-pgbouncerautoscaler-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-pgpoolautoscaler-editor:v0.28.0 images/appscode-charts-autoscalingkubedbcom-pgpoolautoscaler-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-postgresautoscaler-editor:v0.28.0 images/appscode-charts-autoscalingkubedbcom-postgresautoscaler-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-proxysqlautoscaler-editor:v0.28.0 images/appscode-charts-autoscalingkubedbcom-proxysqlautoscaler-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-rabbitmqautoscaler-editor:v0.28.0 images/appscode-charts-autoscalingkubedbcom-rabbitmqautoscaler-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-redisautoscaler-editor:v0.28.0 images/appscode-charts-autoscalingkubedbcom-redisautoscaler-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-redissentinelautoscaler-editor:v0.28.0 images/appscode-charts-autoscalingkubedbcom-redissentinelautoscaler-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-singlestoreautoscaler-editor:v0.28.0 images/appscode-charts-autoscalingkubedbcom-singlestoreautoscaler-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-solrautoscaler-editor:v0.28.0 images/appscode-charts-autoscalingkubedbcom-solrautoscaler-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/autoscalingkubedbcom-zookeeperautoscaler-editor:v0.28.0 images/appscode-charts-autoscalingkubedbcom-zookeeperautoscaler-editor-v0.28.0.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/aws-credential-manager:v2025.4.30 images/appscode-charts-aws-credential-manager-v2025.4.30.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/aws-ebs-csi-driver:2.23.0 images/appscode-charts-aws-ebs-csi-driver-2.23.0.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/aws-load-balancer-controller:1.11.0 images/appscode-charts-aws-load-balancer-controller-1.11.0.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/capa-vpc-peering-operator:v2023.12.11 images/appscode-charts-capa-vpc-peering-operator-v2023.12.11.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/capi-catalog:v2024.10.24 images/appscode-charts-capi-catalog-v2024.10.24.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/capi-ops-manager:v2024.8.14 images/appscode-charts-capi-ops-manager-v2024.8.14.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/catalog-manager:v2025.10.31 images/appscode-charts-catalog-manager-v2025.10.31.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/catalog-manager:v2025.12.15 images/appscode-charts-catalog-manager-v2025.12.15.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/cert-manager-csi-driver-cacerts:v2025.10.31 images/appscode-charts-cert-manager-csi-driver-cacerts-v2025.10.31.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/cert-manager:v1.18.2 images/appscode-charts-cert-manager-v1.18.2.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/chartsxhelmdev-chartpreset-editor:v0.23.0 images/appscode-charts-chartsxhelmdev-chartpreset-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/chartsxhelmdev-clusterchartpreset-editor-options:v0.23.0 images/appscode-charts-chartsxhelmdev-clusterchartpreset-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/chartsxhelmdev-clusterchartpreset-editor:v0.23.0 images/appscode-charts-chartsxhelmdev-clusterchartpreset-editor-v0.23.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/chartsxhelmdev-chartpreset-editor:v0.28.0 images/appscode-charts-chartsxhelmdev-chartpreset-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/chartsxhelmdev-clusterchartpreset-editor-options:v0.28.0 images/appscode-charts-chartsxhelmdev-clusterchartpreset-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/chartsxhelmdev-clusterchartpreset-editor:v0.28.0 images/appscode-charts-chartsxhelmdev-clusterchartpreset-editor-v0.28.0.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/cluster-auth-manager:v2025.5.16 images/appscode-charts-cluster-auth-manager-v2025.5.16.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/cluster-autoscaler:9.29.0 images/appscode-charts-cluster-autoscaler-9.29.0.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/cluster-gateway-manager:v2025.4.30 images/appscode-charts-cluster-gateway-manager-v2025.4.30.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/cluster-manager-hub:v2025.7.31 images/appscode-charts-cluster-manager-hub-v2025.7.31.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/cluster-manager-spoke:v2025.10.17 images/appscode-charts-cluster-manager-spoke-v2025.10.17.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/cluster-presets:v2025.10.31 images/appscode-charts-cluster-presets-v2025.10.31.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/cluster-presets:v2025.12.15 images/appscode-charts-cluster-presets-v2025.12.15.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/cluster-profile-manager:v2025.5.16 images/appscode-charts-cluster-profile-manager-v2025.5.16.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/cluster-proxy-manager:v2025.4.30 images/appscode-charts-cluster-proxy-manager-v2025.4.30.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/config-syncer:v0.15.2 images/appscode-charts-config-syncer-v0.15.2.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupbatch-editor:v0.23.0 images/appscode-charts-corekubestashcom-backupbatch-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupblueprint-editor:v0.23.0 images/appscode-charts-corekubestashcom-backupblueprint-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupconfiguration-editor-options:v0.23.0 images/appscode-charts-corekubestashcom-backupconfiguration-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupconfiguration-editor:v0.23.0 images/appscode-charts-corekubestashcom-backupconfiguration-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupsession-editor-options:v0.23.0 images/appscode-charts-corekubestashcom-backupsession-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupsession-editor:v0.23.0 images/appscode-charts-corekubestashcom-backupsession-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupverificationsession-editor:v0.23.0 images/appscode-charts-corekubestashcom-backupverificationsession-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupverifier-editor:v0.23.0 images/appscode-charts-corekubestashcom-backupverifier-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-hooktemplate-editor:v0.23.0 images/appscode-charts-corekubestashcom-hooktemplate-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-restoresession-editor-options:v0.23.0 images/appscode-charts-corekubestashcom-restoresession-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-restoresession-editor:v0.23.0 images/appscode-charts-corekubestashcom-restoresession-editor-v0.23.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupbatch-editor:v0.28.0 images/appscode-charts-corekubestashcom-backupbatch-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupblueprint-editor:v0.28.0 images/appscode-charts-corekubestashcom-backupblueprint-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupconfiguration-editor-options:v0.28.0 images/appscode-charts-corekubestashcom-backupconfiguration-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupconfiguration-editor:v0.28.0 images/appscode-charts-corekubestashcom-backupconfiguration-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupsession-editor-options:v0.28.0 images/appscode-charts-corekubestashcom-backupsession-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupsession-editor:v0.28.0 images/appscode-charts-corekubestashcom-backupsession-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupverificationsession-editor:v0.28.0 images/appscode-charts-corekubestashcom-backupverificationsession-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-backupverifier-editor:v0.28.0 images/appscode-charts-corekubestashcom-backupverifier-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-hooktemplate-editor:v0.28.0 images/appscode-charts-corekubestashcom-hooktemplate-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-restoresession-editor-options:v0.28.0 images/appscode-charts-corekubestashcom-restoresession-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/corekubestashcom-restoresession-editor:v0.28.0 images/appscode-charts-corekubestashcom-restoresession-editor-v0.28.0.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/crossplane:1.14.0 images/appscode-charts-crossplane-1.14.0.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/csi-driver-nfs:v4.7.0 images/appscode-charts-csi-driver-nfs-v4.7.0.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/csi-secrets-store-provider-azure:1.5.2 images/appscode-charts-csi-secrets-store-provider-azure-1.5.2.tar @@ -115,69 +115,69 @@ $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/ $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/hub-cluster-robot:v2024.8.9 images/appscode-charts-hub-cluster-robot-v2024.8.9.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/inbox-agent:v2024.12.30 images/appscode-charts-inbox-agent-v2024.12.30.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/inbox-server:v2025.2.28 images/appscode-charts-inbox-server-v2025.2.28.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/inbox-ui:v2025.10.31 images/appscode-charts-inbox-ui-v2025.10.31.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/inbox-ui:v2025.12.15 images/appscode-charts-inbox-ui-v2025.12.15.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/ingress-nginx:4.12.1 images/appscode-charts-ingress-nginx-4.12.1.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/keda-add-ons-http:0.10.0 images/appscode-charts-keda-add-ons-http-0.10.0.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/keda:2.17.2 images/appscode-charts-keda-2.17.2.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kube-grafana-dashboards:v2023.10.1 images/appscode-charts-kube-grafana-dashboards-v2023.10.1.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kube-prometheus-stack:69.2.2 images/appscode-charts-kube-prometheus-stack-69.2.2.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kube-ui-server:v2025.10.31 images/appscode-charts-kube-ui-server-v2025.10.31.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kube-ui-server:v2025.12.15 images/appscode-charts-kube-ui-server-v2025.12.15.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedb-opscenter:v2025.10.17 images/appscode-charts-kubedb-opscenter-v2025.10.17.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedb-provider-aws:v2024.1.31 images/appscode-charts-kubedb-provider-aws-v2024.1.31.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedb-provider-azure:v2024.1.31 images/appscode-charts-kubedb-provider-azure-v2024.1.31.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedb-provider-gcp:v2024.1.31 images/appscode-charts-kubedb-provider-gcp-v2024.1.31.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedb-ui-presets:v2025.10.31 images/appscode-charts-kubedb-ui-presets-v2025.10.31.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedb-ui-presets:v2025.12.15 images/appscode-charts-kubedb-ui-presets-v2025.12.15.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedb:v2025.10.17 images/appscode-charts-kubedb-v2025.10.17.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-cassandra-editor-options:v0.23.0 images/appscode-charts-kubedbcom-cassandra-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-cassandra-editor:v0.23.0 images/appscode-charts-kubedbcom-cassandra-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-clickhouse-editor-options:v0.23.0 images/appscode-charts-kubedbcom-clickhouse-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-clickhouse-editor:v0.23.0 images/appscode-charts-kubedbcom-clickhouse-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-druid-editor-options:v0.23.0 images/appscode-charts-kubedbcom-druid-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-druid-editor:v0.23.0 images/appscode-charts-kubedbcom-druid-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-elasticsearch-editor-options:v0.23.0 images/appscode-charts-kubedbcom-elasticsearch-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-elasticsearch-editor:v0.23.0 images/appscode-charts-kubedbcom-elasticsearch-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-etcd-editor:v0.23.0 images/appscode-charts-kubedbcom-etcd-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-ferretdb-editor-options:v0.23.0 images/appscode-charts-kubedbcom-ferretdb-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-ferretdb-editor:v0.23.0 images/appscode-charts-kubedbcom-ferretdb-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-hazelcast-editor-options:v0.23.0 images/appscode-charts-kubedbcom-hazelcast-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-hazelcast-editor:v0.23.0 images/appscode-charts-kubedbcom-hazelcast-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-ignite-editor-options:v0.23.0 images/appscode-charts-kubedbcom-ignite-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-ignite-editor:v0.23.0 images/appscode-charts-kubedbcom-ignite-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-kafka-editor-options:v0.23.0 images/appscode-charts-kubedbcom-kafka-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-kafka-editor:v0.23.0 images/appscode-charts-kubedbcom-kafka-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mariadb-editor-options:v0.23.0 images/appscode-charts-kubedbcom-mariadb-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mariadb-editor:v0.23.0 images/appscode-charts-kubedbcom-mariadb-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-memcached-editor-options:v0.23.0 images/appscode-charts-kubedbcom-memcached-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-memcached-editor:v0.23.0 images/appscode-charts-kubedbcom-memcached-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mongodb-editor-options:v0.23.0 images/appscode-charts-kubedbcom-mongodb-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mongodb-editor:v0.23.0 images/appscode-charts-kubedbcom-mongodb-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mssqlserver-editor-options:v0.23.0 images/appscode-charts-kubedbcom-mssqlserver-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mssqlserver-editor:v0.23.0 images/appscode-charts-kubedbcom-mssqlserver-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mysql-editor-options:v0.23.0 images/appscode-charts-kubedbcom-mysql-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mysql-editor:v0.23.0 images/appscode-charts-kubedbcom-mysql-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-oracle-editor-options:v0.23.0 images/appscode-charts-kubedbcom-oracle-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-oracle-editor:v0.23.0 images/appscode-charts-kubedbcom-oracle-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-perconaxtradb-editor-options:v0.23.0 images/appscode-charts-kubedbcom-perconaxtradb-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-perconaxtradb-editor:v0.23.0 images/appscode-charts-kubedbcom-perconaxtradb-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-pgbouncer-editor-options:v0.23.0 images/appscode-charts-kubedbcom-pgbouncer-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-pgbouncer-editor:v0.23.0 images/appscode-charts-kubedbcom-pgbouncer-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-pgpool-editor-options:v0.23.0 images/appscode-charts-kubedbcom-pgpool-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-pgpool-editor:v0.23.0 images/appscode-charts-kubedbcom-pgpool-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-postgres-editor-options:v0.23.0 images/appscode-charts-kubedbcom-postgres-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-postgres-editor:v0.23.0 images/appscode-charts-kubedbcom-postgres-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-proxysql-editor-options:v0.23.0 images/appscode-charts-kubedbcom-proxysql-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-proxysql-editor:v0.23.0 images/appscode-charts-kubedbcom-proxysql-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-rabbitmq-editor-options:v0.23.0 images/appscode-charts-kubedbcom-rabbitmq-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-rabbitmq-editor:v0.23.0 images/appscode-charts-kubedbcom-rabbitmq-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-redis-editor-options:v0.23.0 images/appscode-charts-kubedbcom-redis-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-redis-editor:v0.23.0 images/appscode-charts-kubedbcom-redis-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-redissentinel-editor:v0.23.0 images/appscode-charts-kubedbcom-redissentinel-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-singlestore-editor-options:v0.23.0 images/appscode-charts-kubedbcom-singlestore-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-singlestore-editor:v0.23.0 images/appscode-charts-kubedbcom-singlestore-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-solr-editor-options:v0.23.0 images/appscode-charts-kubedbcom-solr-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-solr-editor:v0.23.0 images/appscode-charts-kubedbcom-solr-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-zookeeper-editor-options:v0.23.0 images/appscode-charts-kubedbcom-zookeeper-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-zookeeper-editor:v0.23.0 images/appscode-charts-kubedbcom-zookeeper-editor-v0.23.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-cassandra-editor-options:v0.28.0 images/appscode-charts-kubedbcom-cassandra-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-cassandra-editor:v0.28.0 images/appscode-charts-kubedbcom-cassandra-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-clickhouse-editor-options:v0.28.0 images/appscode-charts-kubedbcom-clickhouse-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-clickhouse-editor:v0.28.0 images/appscode-charts-kubedbcom-clickhouse-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-druid-editor-options:v0.28.0 images/appscode-charts-kubedbcom-druid-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-druid-editor:v0.28.0 images/appscode-charts-kubedbcom-druid-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-elasticsearch-editor-options:v0.28.0 images/appscode-charts-kubedbcom-elasticsearch-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-elasticsearch-editor:v0.28.0 images/appscode-charts-kubedbcom-elasticsearch-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-etcd-editor:v0.28.0 images/appscode-charts-kubedbcom-etcd-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-ferretdb-editor-options:v0.28.0 images/appscode-charts-kubedbcom-ferretdb-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-ferretdb-editor:v0.28.0 images/appscode-charts-kubedbcom-ferretdb-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-hazelcast-editor-options:v0.28.0 images/appscode-charts-kubedbcom-hazelcast-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-hazelcast-editor:v0.28.0 images/appscode-charts-kubedbcom-hazelcast-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-ignite-editor-options:v0.28.0 images/appscode-charts-kubedbcom-ignite-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-ignite-editor:v0.28.0 images/appscode-charts-kubedbcom-ignite-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-kafka-editor-options:v0.28.0 images/appscode-charts-kubedbcom-kafka-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-kafka-editor:v0.28.0 images/appscode-charts-kubedbcom-kafka-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mariadb-editor-options:v0.28.0 images/appscode-charts-kubedbcom-mariadb-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mariadb-editor:v0.28.0 images/appscode-charts-kubedbcom-mariadb-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-memcached-editor-options:v0.28.0 images/appscode-charts-kubedbcom-memcached-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-memcached-editor:v0.28.0 images/appscode-charts-kubedbcom-memcached-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mongodb-editor-options:v0.28.0 images/appscode-charts-kubedbcom-mongodb-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mongodb-editor:v0.28.0 images/appscode-charts-kubedbcom-mongodb-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mssqlserver-editor-options:v0.28.0 images/appscode-charts-kubedbcom-mssqlserver-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mssqlserver-editor:v0.28.0 images/appscode-charts-kubedbcom-mssqlserver-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mysql-editor-options:v0.28.0 images/appscode-charts-kubedbcom-mysql-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-mysql-editor:v0.28.0 images/appscode-charts-kubedbcom-mysql-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-oracle-editor-options:v0.28.0 images/appscode-charts-kubedbcom-oracle-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-oracle-editor:v0.28.0 images/appscode-charts-kubedbcom-oracle-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-perconaxtradb-editor-options:v0.28.0 images/appscode-charts-kubedbcom-perconaxtradb-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-perconaxtradb-editor:v0.28.0 images/appscode-charts-kubedbcom-perconaxtradb-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-pgbouncer-editor-options:v0.28.0 images/appscode-charts-kubedbcom-pgbouncer-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-pgbouncer-editor:v0.28.0 images/appscode-charts-kubedbcom-pgbouncer-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-pgpool-editor-options:v0.28.0 images/appscode-charts-kubedbcom-pgpool-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-pgpool-editor:v0.28.0 images/appscode-charts-kubedbcom-pgpool-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-postgres-editor-options:v0.28.0 images/appscode-charts-kubedbcom-postgres-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-postgres-editor:v0.28.0 images/appscode-charts-kubedbcom-postgres-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-proxysql-editor-options:v0.28.0 images/appscode-charts-kubedbcom-proxysql-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-proxysql-editor:v0.28.0 images/appscode-charts-kubedbcom-proxysql-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-rabbitmq-editor-options:v0.28.0 images/appscode-charts-kubedbcom-rabbitmq-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-rabbitmq-editor:v0.28.0 images/appscode-charts-kubedbcom-rabbitmq-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-redis-editor-options:v0.28.0 images/appscode-charts-kubedbcom-redis-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-redis-editor:v0.28.0 images/appscode-charts-kubedbcom-redis-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-redissentinel-editor:v0.28.0 images/appscode-charts-kubedbcom-redissentinel-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-singlestore-editor-options:v0.28.0 images/appscode-charts-kubedbcom-singlestore-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-singlestore-editor:v0.28.0 images/appscode-charts-kubedbcom-singlestore-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-solr-editor-options:v0.28.0 images/appscode-charts-kubedbcom-solr-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-solr-editor:v0.28.0 images/appscode-charts-kubedbcom-solr-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-zookeeper-editor-options:v0.28.0 images/appscode-charts-kubedbcom-zookeeper-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubedbcom-zookeeper-editor:v0.28.0 images/appscode-charts-kubedbcom-zookeeper-editor-v0.28.0.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubestash:v2025.10.17 images/appscode-charts-kubestash-v2025.10.17.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubevault-opscenter:v2025.2.10 images/appscode-charts-kubevault-opscenter-v2025.2.10.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/kubevault:v2025.5.30 images/appscode-charts-kubevault-v2025.5.30.tar @@ -194,33 +194,33 @@ $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/ $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opencost-grafana-dashboards:v2023.10.1 images/appscode-charts-opencost-grafana-dashboards-v2023.10.1.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opencost:1.18.1 images/appscode-charts-opencost-1.18.1.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/operator-shard-manager:v2025.3.14 images/appscode-charts-operator-shard-manager-v2025.3.14.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opscenter-features:v2025.10.31 images/appscode-charts-opscenter-features-v2025.10.31.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-cassandraopsrequest-editor:v0.23.0 images/appscode-charts-opskubedbcom-cassandraopsrequest-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-clickhouseopsrequest-editor:v0.23.0 images/appscode-charts-opskubedbcom-clickhouseopsrequest-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-druidopsrequest-editor:v0.23.0 images/appscode-charts-opskubedbcom-druidopsrequest-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-elasticsearchopsrequest-editor:v0.23.0 images/appscode-charts-opskubedbcom-elasticsearchopsrequest-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-etcdopsrequest-editor:v0.23.0 images/appscode-charts-opskubedbcom-etcdopsrequest-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-ferretdbopsrequest-editor:v0.23.0 images/appscode-charts-opskubedbcom-ferretdbopsrequest-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-hazelcastopsrequest-editor:v0.23.0 images/appscode-charts-opskubedbcom-hazelcastopsrequest-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-igniteopsrequest-editor:v0.23.0 images/appscode-charts-opskubedbcom-igniteopsrequest-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-kafkaopsrequest-editor:v0.23.0 images/appscode-charts-opskubedbcom-kafkaopsrequest-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-mariadbopsrequest-editor:v0.23.0 images/appscode-charts-opskubedbcom-mariadbopsrequest-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-memcachedopsrequest-editor:v0.23.0 images/appscode-charts-opskubedbcom-memcachedopsrequest-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-mongodbopsrequest-editor:v0.23.0 images/appscode-charts-opskubedbcom-mongodbopsrequest-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-mssqlserveropsrequest-editor:v0.23.0 images/appscode-charts-opskubedbcom-mssqlserveropsrequest-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-mysqlopsrequest-editor:v0.23.0 images/appscode-charts-opskubedbcom-mysqlopsrequest-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-oracleopsrequest-editor:v0.23.0 images/appscode-charts-opskubedbcom-oracleopsrequest-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-perconaxtradbopsrequest-editor:v0.23.0 images/appscode-charts-opskubedbcom-perconaxtradbopsrequest-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-pgbounceropsrequest-editor:v0.23.0 images/appscode-charts-opskubedbcom-pgbounceropsrequest-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-pgpoolopsrequest-editor:v0.23.0 images/appscode-charts-opskubedbcom-pgpoolopsrequest-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-postgresopsrequest-editor:v0.23.0 images/appscode-charts-opskubedbcom-postgresopsrequest-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-proxysqlopsrequest-editor:v0.23.0 images/appscode-charts-opskubedbcom-proxysqlopsrequest-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-rabbitmqopsrequest-editor:v0.23.0 images/appscode-charts-opskubedbcom-rabbitmqopsrequest-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-redisopsrequest-editor:v0.23.0 images/appscode-charts-opskubedbcom-redisopsrequest-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-redissentinelopsrequest-editor:v0.23.0 images/appscode-charts-opskubedbcom-redissentinelopsrequest-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-singlestoreopsrequest-editor:v0.23.0 images/appscode-charts-opskubedbcom-singlestoreopsrequest-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-solropsrequest-editor:v0.23.0 images/appscode-charts-opskubedbcom-solropsrequest-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-zookeeperopsrequest-editor:v0.23.0 images/appscode-charts-opskubedbcom-zookeeperopsrequest-editor-v0.23.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opscenter-features:v2025.12.15 images/appscode-charts-opscenter-features-v2025.12.15.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-cassandraopsrequest-editor:v0.28.0 images/appscode-charts-opskubedbcom-cassandraopsrequest-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-clickhouseopsrequest-editor:v0.28.0 images/appscode-charts-opskubedbcom-clickhouseopsrequest-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-druidopsrequest-editor:v0.28.0 images/appscode-charts-opskubedbcom-druidopsrequest-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-elasticsearchopsrequest-editor:v0.28.0 images/appscode-charts-opskubedbcom-elasticsearchopsrequest-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-etcdopsrequest-editor:v0.28.0 images/appscode-charts-opskubedbcom-etcdopsrequest-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-ferretdbopsrequest-editor:v0.28.0 images/appscode-charts-opskubedbcom-ferretdbopsrequest-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-hazelcastopsrequest-editor:v0.28.0 images/appscode-charts-opskubedbcom-hazelcastopsrequest-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-igniteopsrequest-editor:v0.28.0 images/appscode-charts-opskubedbcom-igniteopsrequest-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-kafkaopsrequest-editor:v0.28.0 images/appscode-charts-opskubedbcom-kafkaopsrequest-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-mariadbopsrequest-editor:v0.28.0 images/appscode-charts-opskubedbcom-mariadbopsrequest-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-memcachedopsrequest-editor:v0.28.0 images/appscode-charts-opskubedbcom-memcachedopsrequest-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-mongodbopsrequest-editor:v0.28.0 images/appscode-charts-opskubedbcom-mongodbopsrequest-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-mssqlserveropsrequest-editor:v0.28.0 images/appscode-charts-opskubedbcom-mssqlserveropsrequest-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-mysqlopsrequest-editor:v0.28.0 images/appscode-charts-opskubedbcom-mysqlopsrequest-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-oracleopsrequest-editor:v0.28.0 images/appscode-charts-opskubedbcom-oracleopsrequest-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-perconaxtradbopsrequest-editor:v0.28.0 images/appscode-charts-opskubedbcom-perconaxtradbopsrequest-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-pgbounceropsrequest-editor:v0.28.0 images/appscode-charts-opskubedbcom-pgbounceropsrequest-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-pgpoolopsrequest-editor:v0.28.0 images/appscode-charts-opskubedbcom-pgpoolopsrequest-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-postgresopsrequest-editor:v0.28.0 images/appscode-charts-opskubedbcom-postgresopsrequest-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-proxysqlopsrequest-editor:v0.28.0 images/appscode-charts-opskubedbcom-proxysqlopsrequest-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-rabbitmqopsrequest-editor:v0.28.0 images/appscode-charts-opskubedbcom-rabbitmqopsrequest-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-redisopsrequest-editor:v0.28.0 images/appscode-charts-opskubedbcom-redisopsrequest-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-redissentinelopsrequest-editor:v0.28.0 images/appscode-charts-opskubedbcom-redissentinelopsrequest-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-singlestoreopsrequest-editor:v0.28.0 images/appscode-charts-opskubedbcom-singlestoreopsrequest-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-solropsrequest-editor:v0.28.0 images/appscode-charts-opskubedbcom-solropsrequest-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/opskubedbcom-zookeeperopsrequest-editor:v0.28.0 images/appscode-charts-opskubedbcom-zookeeperopsrequest-editor-v0.28.0.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/panopticon:v2025.6.30 images/appscode-charts-panopticon-v2025.6.30.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/prepare-cluster:v2023.12.21 images/appscode-charts-prepare-cluster-v2023.12.21.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/prometheus-adapter:4.9.0 images/appscode-charts-prometheus-adapter-4.9.0.tar @@ -231,22 +231,22 @@ $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/ $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/secrets-store-csi-driver-provider-gcp:0.1.0 images/appscode-charts-secrets-store-csi-driver-provider-gcp-0.1.0.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/secrets-store-csi-driver-provider-virtual-secrets:v2025.3.14 images/appscode-charts-secrets-store-csi-driver-provider-virtual-secrets-v2025.3.14.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/secrets-store-csi-driver:1.4.1 images/appscode-charts-secrets-store-csi-driver-1.4.1.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/service-backend:v2025.10.31 images/appscode-charts-service-backend-v2025.10.31.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/service-gateway-presets:v2025.10.31 images/appscode-charts-service-gateway-presets-v2025.10.31.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/service-gateway:v2025.10.31 images/appscode-charts-service-gateway-v2025.10.31.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/service-provider:v2025.10.31 images/appscode-charts-service-provider-v2025.10.31.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/service-backend:v2025.12.15 images/appscode-charts-service-backend-v2025.12.15.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/service-gateway-presets:v2025.12.15 images/appscode-charts-service-gateway-presets-v2025.12.15.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/service-gateway:v2025.12.15 images/appscode-charts-service-gateway-v2025.12.15.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/service-provider:v2025.12.15 images/appscode-charts-service-provider-v2025.12.15.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/sidekick:v2025.3.14 images/appscode-charts-sidekick-v2025.3.14.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/snapshot-controller:3.0.6 images/appscode-charts-snapshot-controller-3.0.6.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/spoke-cluster-addons:v2024.7.10 images/appscode-charts-spoke-cluster-addons-v2024.7.10.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/stash-opscenter:v2025.7.31 images/appscode-charts-stash-opscenter-v2025.7.31.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/stash-presets:v2025.10.31 images/appscode-charts-stash-presets-v2025.10.31.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/stash-presets:v2025.12.15 images/appscode-charts-stash-presets-v2025.12.15.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/stash:v2025.7.31 images/appscode-charts-stash-v2025.7.31.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/storagekubestashcom-backupstorage-editor-options:v0.23.0 images/appscode-charts-storagekubestashcom-backupstorage-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/storagekubestashcom-backupstorage-editor:v0.23.0 images/appscode-charts-storagekubestashcom-backupstorage-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/storagekubestashcom-repository-editor-options:v0.23.0 images/appscode-charts-storagekubestashcom-repository-editor-options-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/storagekubestashcom-repository-editor:v0.23.0 images/appscode-charts-storagekubestashcom-repository-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/storagekubestashcom-retentionpolicy-editor:v0.23.0 images/appscode-charts-storagekubestashcom-retentionpolicy-editor-v0.23.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/storagekubestashcom-snapshot-editor:v0.23.0 images/appscode-charts-storagekubestashcom-snapshot-editor-v0.23.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/storagekubestashcom-backupstorage-editor-options:v0.28.0 images/appscode-charts-storagekubestashcom-backupstorage-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/storagekubestashcom-backupstorage-editor:v0.28.0 images/appscode-charts-storagekubestashcom-backupstorage-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/storagekubestashcom-repository-editor-options:v0.28.0 images/appscode-charts-storagekubestashcom-repository-editor-options-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/storagekubestashcom-repository-editor:v0.28.0 images/appscode-charts-storagekubestashcom-repository-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/storagekubestashcom-retentionpolicy-editor:v0.28.0 images/appscode-charts-storagekubestashcom-retentionpolicy-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/storagekubestashcom-snapshot-editor:v0.28.0 images/appscode-charts-storagekubestashcom-snapshot-editor-v0.28.0.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/supervisor:v2025.7.31 images/appscode-charts-supervisor-v2025.7.31.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/topolvm:15.0.0 images/appscode-charts-topolvm-15.0.0.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uibytebuildersdev-component-alert:v0.12.0 images/appscode-charts-uibytebuildersdev-component-alert-v0.12.0.tar @@ -272,24 +272,24 @@ $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/ $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uibytebuildersdev-component-selector:v0.12.0 images/appscode-charts-uibytebuildersdev-component-selector-v0.12.0.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uibytebuildersdev-component-service-templates:v0.12.0 images/appscode-charts-uibytebuildersdev-component-service-templates-v0.12.0.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uibytebuildersdev-component-stash-presets:v0.12.0 images/appscode-charts-uibytebuildersdev-component-stash-presets-v0.12.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-capi-capa-editor:v0.27.0 images/appscode-charts-uik8sappscodecom-featureset-capi-capa-editor-v0.27.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-capi-core-editor:v0.27.0 images/appscode-charts-uik8sappscodecom-featureset-capi-core-editor-v0.27.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-crossplane-editor:v0.27.0 images/appscode-charts-uik8sappscodecom-featureset-crossplane-editor-v0.27.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-ocm-hub-editor:v0.27.0 images/appscode-charts-uik8sappscodecom-featureset-ocm-hub-editor-v0.27.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-ocm-mc-editor:v0.27.0 images/appscode-charts-uik8sappscodecom-featureset-ocm-mc-editor-v0.27.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-ocm-spoke-editor:v0.27.0 images/appscode-charts-uik8sappscodecom-featureset-ocm-spoke-editor-v0.27.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-backup-editor:v0.27.0 images/appscode-charts-uik8sappscodecom-featureset-opscenter-backup-editor-v0.27.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-core-editor:v0.27.0 images/appscode-charts-uik8sappscodecom-featureset-opscenter-core-editor-v0.27.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-cost-editor:v0.27.0 images/appscode-charts-uik8sappscodecom-featureset-opscenter-cost-editor-v0.27.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-datastore-editor:v0.27.0 images/appscode-charts-uik8sappscodecom-featureset-opscenter-datastore-editor-v0.27.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-networking-editor:v0.27.0 images/appscode-charts-uik8sappscodecom-featureset-opscenter-networking-editor-v0.27.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-observability-editor:v0.27.0 images/appscode-charts-uik8sappscodecom-featureset-opscenter-observability-editor-v0.27.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-policy-management-editor:v0.27.0 images/appscode-charts-uik8sappscodecom-featureset-opscenter-policy-management-editor-v0.27.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-secret-management-editor:v0.27.0 images/appscode-charts-uik8sappscodecom-featureset-opscenter-secret-management-editor-v0.27.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-security-editor:v0.27.0 images/appscode-charts-uik8sappscodecom-featureset-opscenter-security-editor-v0.27.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-storage-editor:v0.27.0 images/appscode-charts-uik8sappscodecom-featureset-opscenter-storage-editor-v0.27.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-tools-editor:v0.27.0 images/appscode-charts-uik8sappscodecom-featureset-opscenter-tools-editor-v0.27.0.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-saas-core-editor:v0.27.0 images/appscode-charts-uik8sappscodecom-featureset-saas-core-editor-v0.27.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-capi-capa-editor:v0.28.0 images/appscode-charts-uik8sappscodecom-featureset-capi-capa-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-capi-core-editor:v0.28.0 images/appscode-charts-uik8sappscodecom-featureset-capi-core-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-crossplane-editor:v0.28.0 images/appscode-charts-uik8sappscodecom-featureset-crossplane-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-ocm-hub-editor:v0.28.0 images/appscode-charts-uik8sappscodecom-featureset-ocm-hub-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-ocm-mc-editor:v0.28.0 images/appscode-charts-uik8sappscodecom-featureset-ocm-mc-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-ocm-spoke-editor:v0.28.0 images/appscode-charts-uik8sappscodecom-featureset-ocm-spoke-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-backup-editor:v0.28.0 images/appscode-charts-uik8sappscodecom-featureset-opscenter-backup-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-core-editor:v0.28.0 images/appscode-charts-uik8sappscodecom-featureset-opscenter-core-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-cost-editor:v0.28.0 images/appscode-charts-uik8sappscodecom-featureset-opscenter-cost-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-datastore-editor:v0.28.0 images/appscode-charts-uik8sappscodecom-featureset-opscenter-datastore-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-networking-editor:v0.28.0 images/appscode-charts-uik8sappscodecom-featureset-opscenter-networking-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-observability-editor:v0.28.0 images/appscode-charts-uik8sappscodecom-featureset-opscenter-observability-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-policy-management-editor:v0.28.0 images/appscode-charts-uik8sappscodecom-featureset-opscenter-policy-management-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-secret-management-editor:v0.28.0 images/appscode-charts-uik8sappscodecom-featureset-opscenter-secret-management-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-security-editor:v0.28.0 images/appscode-charts-uik8sappscodecom-featureset-opscenter-security-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-storage-editor:v0.28.0 images/appscode-charts-uik8sappscodecom-featureset-opscenter-storage-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-tools-editor:v0.28.0 images/appscode-charts-uik8sappscodecom-featureset-opscenter-tools-editor-v0.28.0.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/uik8sappscodecom-featureset-saas-core-editor:v0.28.0 images/appscode-charts-uik8sappscodecom-featureset-saas-core-editor-v0.28.0.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/vault-secrets-operator:0.4.3 images/appscode-charts-vault-secrets-operator-0.4.3.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/vault:0.27.0 images/appscode-charts-vault-0.27.0.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-charts/virtual-secrets-server:v2025.3.14 images/appscode-charts-virtual-secrets-server-v2025.3.14.tar @@ -300,7 +300,7 @@ $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/ $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/postgres:16.4-alpine images/appscode-images-postgres-16.4-alpine.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode-images/redis:7.2.4-bookworm images/appscode-images-redis-7.2.4-bookworm.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode/aceshifter:v0.0.1 images/appscode-aceshifter-v0.0.1.tar -$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode/b3:v2025.10.31 images/appscode-b3-v2025.10.31.tar +$CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode/b3:v2025.12.15 images/appscode-b3-v2025.12.15.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode/capa-vpc-peering-operator:v0.0.4 images/appscode-capa-vpc-peering-operator-v0.0.4.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode/capi-ops-manager:v0.0.2 images/appscode-capi-ops-manager-v0.0.2.tar $CMD pull --allow-nondistributable-artifacts --insecure ghcr.io/appscode/catalog-manager:v0.9.0 images/appscode-catalog-manager-v0.9.0.tar diff --git a/catalog/feature-charts.yaml b/catalog/feature-charts.yaml index e4bee62ce..f48af156b 100644 --- a/catalog/feature-charts.yaml +++ b/catalog/feature-charts.yaml @@ -1,4 +1,4 @@ -- ghcr.io/appscode-charts/aceshifter:v2025.10.31 +- ghcr.io/appscode-charts/aceshifter:v2025.12.15 - ghcr.io/appscode-charts/appscode-otel-stack:v2025.2.28 - ghcr.io/appscode-charts/aws-credential-manager:v2025.4.30 - ghcr.io/appscode-charts/aws-ebs-csi-driver:2.23.0 @@ -6,7 +6,7 @@ - ghcr.io/appscode-charts/capa-vpc-peering-operator:v2023.12.11 - ghcr.io/appscode-charts/capi-catalog:v2024.10.24 - ghcr.io/appscode-charts/capi-ops-manager:v2024.8.14 -- ghcr.io/appscode-charts/catalog-manager:v2025.10.31 +- ghcr.io/appscode-charts/catalog-manager:v2025.12.15 - ghcr.io/appscode-charts/cert-manager-csi-driver-cacerts:v2025.10.31 - ghcr.io/appscode-charts/cert-manager:v1.18.2 - ghcr.io/appscode-charts/cluster-auth-manager:v2025.5.16 @@ -14,7 +14,7 @@ - ghcr.io/appscode-charts/cluster-gateway-manager:v2025.4.30 - ghcr.io/appscode-charts/cluster-manager-hub:v2025.7.31 - ghcr.io/appscode-charts/cluster-manager-spoke:v2025.10.17 -- ghcr.io/appscode-charts/cluster-presets:v2025.10.31 +- ghcr.io/appscode-charts/cluster-presets:v2025.12.15 - ghcr.io/appscode-charts/cluster-profile-manager:v2025.5.16 - ghcr.io/appscode-charts/cluster-proxy-manager:v2025.4.30 - ghcr.io/appscode-charts/config-syncer:v0.15.2 @@ -35,18 +35,18 @@ - ghcr.io/appscode-charts/hub-cluster-robot:v2024.8.9 - ghcr.io/appscode-charts/inbox-agent:v2024.12.30 - ghcr.io/appscode-charts/inbox-server:v2025.2.28 -- ghcr.io/appscode-charts/inbox-ui:v2025.10.31 +- ghcr.io/appscode-charts/inbox-ui:v2025.12.15 - ghcr.io/appscode-charts/ingress-nginx:4.12.1 - ghcr.io/appscode-charts/keda-add-ons-http:0.10.0 - ghcr.io/appscode-charts/keda:2.17.2 - ghcr.io/appscode-charts/kube-grafana-dashboards:v2023.10.1 - ghcr.io/appscode-charts/kube-prometheus-stack:69.2.2 -- ghcr.io/appscode-charts/kube-ui-server:v2025.10.31 +- ghcr.io/appscode-charts/kube-ui-server:v2025.12.15 - ghcr.io/appscode-charts/kubedb-opscenter:v2025.10.17 - ghcr.io/appscode-charts/kubedb-provider-aws:v2024.1.31 - ghcr.io/appscode-charts/kubedb-provider-azure:v2024.1.31 - ghcr.io/appscode-charts/kubedb-provider-gcp:v2024.1.31 -- ghcr.io/appscode-charts/kubedb-ui-presets:v2025.10.31 +- ghcr.io/appscode-charts/kubedb-ui-presets:v2025.12.15 - ghcr.io/appscode-charts/kubedb:v2025.10.17 - ghcr.io/appscode-charts/kubestash:v2025.10.17 - ghcr.io/appscode-charts/kubevault-opscenter:v2025.2.10 @@ -64,7 +64,7 @@ - ghcr.io/appscode-charts/opencost-grafana-dashboards:v2023.10.1 - ghcr.io/appscode-charts/opencost:1.18.1 - ghcr.io/appscode-charts/operator-shard-manager:v2025.3.14 -- ghcr.io/appscode-charts/opscenter-features:v2025.10.31 +- ghcr.io/appscode-charts/opscenter-features:v2025.12.15 - ghcr.io/appscode-charts/panopticon:v2025.6.30 - ghcr.io/appscode-charts/prepare-cluster:v2023.12.21 - ghcr.io/appscode-charts/prometheus-adapter:4.9.0 @@ -75,34 +75,34 @@ - ghcr.io/appscode-charts/secrets-store-csi-driver-provider-gcp:0.1.0 - ghcr.io/appscode-charts/secrets-store-csi-driver-provider-virtual-secrets:v2025.3.14 - ghcr.io/appscode-charts/secrets-store-csi-driver:1.4.1 -- ghcr.io/appscode-charts/service-backend:v2025.10.31 -- ghcr.io/appscode-charts/service-gateway-presets:v2025.10.31 -- ghcr.io/appscode-charts/service-provider:v2025.10.31 +- ghcr.io/appscode-charts/service-backend:v2025.12.15 +- ghcr.io/appscode-charts/service-gateway-presets:v2025.12.15 +- ghcr.io/appscode-charts/service-provider:v2025.12.15 - ghcr.io/appscode-charts/sidekick:v2025.3.14 - ghcr.io/appscode-charts/snapshot-controller:3.0.6 - ghcr.io/appscode-charts/stash-opscenter:v2025.7.31 -- ghcr.io/appscode-charts/stash-presets:v2025.10.31 +- ghcr.io/appscode-charts/stash-presets:v2025.12.15 - ghcr.io/appscode-charts/stash:v2025.7.31 - ghcr.io/appscode-charts/supervisor:v2025.7.31 - ghcr.io/appscode-charts/topolvm:15.0.0 -- ghcr.io/appscode-charts/uik8sappscodecom-featureset-capi-capa-editor:v0.27.0 -- ghcr.io/appscode-charts/uik8sappscodecom-featureset-capi-core-editor:v0.27.0 -- ghcr.io/appscode-charts/uik8sappscodecom-featureset-crossplane-editor:v0.27.0 -- ghcr.io/appscode-charts/uik8sappscodecom-featureset-ocm-hub-editor:v0.27.0 -- ghcr.io/appscode-charts/uik8sappscodecom-featureset-ocm-mc-editor:v0.27.0 -- ghcr.io/appscode-charts/uik8sappscodecom-featureset-ocm-spoke-editor:v0.27.0 -- ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-backup-editor:v0.27.0 -- ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-core-editor:v0.27.0 -- ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-cost-editor:v0.27.0 -- ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-datastore-editor:v0.27.0 -- ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-networking-editor:v0.27.0 -- ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-observability-editor:v0.27.0 -- ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-policy-management-editor:v0.27.0 -- ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-secret-management-editor:v0.27.0 -- ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-security-editor:v0.27.0 -- ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-storage-editor:v0.27.0 -- ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-tools-editor:v0.27.0 -- ghcr.io/appscode-charts/uik8sappscodecom-featureset-saas-core-editor:v0.27.0 +- ghcr.io/appscode-charts/uik8sappscodecom-featureset-capi-capa-editor:v0.28.0 +- ghcr.io/appscode-charts/uik8sappscodecom-featureset-capi-core-editor:v0.28.0 +- ghcr.io/appscode-charts/uik8sappscodecom-featureset-crossplane-editor:v0.28.0 +- ghcr.io/appscode-charts/uik8sappscodecom-featureset-ocm-hub-editor:v0.28.0 +- ghcr.io/appscode-charts/uik8sappscodecom-featureset-ocm-mc-editor:v0.28.0 +- ghcr.io/appscode-charts/uik8sappscodecom-featureset-ocm-spoke-editor:v0.28.0 +- ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-backup-editor:v0.28.0 +- ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-core-editor:v0.28.0 +- ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-cost-editor:v0.28.0 +- ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-datastore-editor:v0.28.0 +- ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-networking-editor:v0.28.0 +- ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-observability-editor:v0.28.0 +- ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-policy-management-editor:v0.28.0 +- ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-secret-management-editor:v0.28.0 +- ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-security-editor:v0.28.0 +- ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-storage-editor:v0.28.0 +- ghcr.io/appscode-charts/uik8sappscodecom-featureset-opscenter-tools-editor:v0.28.0 +- ghcr.io/appscode-charts/uik8sappscodecom-featureset-saas-core-editor:v0.28.0 - ghcr.io/appscode-charts/vault-secrets-operator:0.4.3 - ghcr.io/appscode-charts/vault:0.27.0 - ghcr.io/appscode-charts/virtual-secrets-server:v2025.3.14 diff --git a/catalog/imagelist.yaml b/catalog/imagelist.yaml index 74ce7b14f..8bde3955c 100644 --- a/catalog/imagelist.yaml +++ b/catalog/imagelist.yaml @@ -3,7 +3,7 @@ - ghcr.io/appscode/ace:v0.0.2 - ghcr.io/appscode/acerproxy:v0.1.0 - ghcr.io/appscode/aceshifter:v0.0.1 -- ghcr.io/appscode/b3:v2025.10.31 +- ghcr.io/appscode/b3:v2025.12.15 - ghcr.io/appscode/billing-ui:1.9.0 - ghcr.io/appscode/catalog-manager:v0.9.0 - ghcr.io/appscode/cert-manager-webhook-ace:v0.0.1 @@ -29,7 +29,7 @@ - ghcr.io/appscode/s3proxy:sha-a82ca68 - ghcr.io/appscode/service-provider:v0.0.1 - ghcr.io/appscode/smtprelay:v0.0.4 -- ghcr.io/appscode/website:v2025.10.31 +- ghcr.io/appscode/website:v2025.12.15 - ghcr.io/kluster-manager/multicluster-controlplane:v0.6.0 - ghcr.io/open-telemetry/opentelemetry-operator/target-allocator:0.118.0 - ghcr.io/voyagermesh/echoserver:v20221109 diff --git a/catalog/import-images.sh b/catalog/import-images.sh index fc7f07821..38c3c8e81 100755 --- a/catalog/import-images.sh +++ b/catalog/import-images.sh @@ -33,65 +33,65 @@ $CMD push --allow-nondistributable-artifacts --insecure images/library-cassandra $CMD push --allow-nondistributable-artifacts --insecure images/coredns-coredns-1.11.3.tar $IMAGE_REGISTRY/coredns/coredns:1.11.3 $CMD push --allow-nondistributable-artifacts --insecure images/falcosecurity-falco-no-driver-0.37.0.tar $IMAGE_REGISTRY/falcosecurity/falco-no-driver:0.37.0 $CMD push --allow-nondistributable-artifacts --insecure images/falcosecurity-falcoctl-0.7.1.tar $IMAGE_REGISTRY/falcosecurity/falcoctl:0.7.1 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-ace-installer-v2025.10.31.tar $IMAGE_REGISTRY/appscode-charts/ace-installer:v2025.10.31 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-ace-v2025.10.31.tar $IMAGE_REGISTRY/appscode-charts/ace:v2025.10.31 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-aceshifter-v2025.10.31.tar $IMAGE_REGISTRY/appscode-charts/aceshifter:v2025.10.31 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-ace-installer-v2025.12.15.tar $IMAGE_REGISTRY/appscode-charts/ace-installer:v2025.12.15 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-ace-v2025.12.15.tar $IMAGE_REGISTRY/appscode-charts/ace:v2025.12.15 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-aceshifter-v2025.12.15.tar $IMAGE_REGISTRY/appscode-charts/aceshifter:v2025.12.15 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-appscode-otel-stack-v2025.2.28.tar $IMAGE_REGISTRY/appscode-charts/appscode-otel-stack:v2025.2.28 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-cassandraautoscaler-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-cassandraautoscaler-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-clickhouseautoscaler-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-clickhouseautoscaler-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-druidautoscaler-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-druidautoscaler-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-elasticsearchautoscaler-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-elasticsearchautoscaler-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-etcdautoscaler-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-etcdautoscaler-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-ferretdbautoscaler-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-ferretdbautoscaler-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-kafkaautoscaler-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-kafkaautoscaler-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-mariadbautoscaler-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-mariadbautoscaler-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-memcachedautoscaler-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-memcachedautoscaler-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-mongodbautoscaler-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-mongodbautoscaler-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-mssqlserverautoscaler-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-mssqlserverautoscaler-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-mysqlautoscaler-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-mysqlautoscaler-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-perconaxtradbautoscaler-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-perconaxtradbautoscaler-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-pgbouncerautoscaler-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-pgbouncerautoscaler-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-pgpoolautoscaler-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-pgpoolautoscaler-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-postgresautoscaler-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-postgresautoscaler-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-proxysqlautoscaler-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-proxysqlautoscaler-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-rabbitmqautoscaler-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-rabbitmqautoscaler-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-redisautoscaler-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-redisautoscaler-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-redissentinelautoscaler-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-redissentinelautoscaler-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-singlestoreautoscaler-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-singlestoreautoscaler-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-solrautoscaler-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-solrautoscaler-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-zookeeperautoscaler-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-zookeeperautoscaler-editor:v0.23.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-cassandraautoscaler-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-cassandraautoscaler-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-clickhouseautoscaler-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-clickhouseautoscaler-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-druidautoscaler-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-druidautoscaler-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-elasticsearchautoscaler-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-elasticsearchautoscaler-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-etcdautoscaler-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-etcdautoscaler-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-ferretdbautoscaler-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-ferretdbautoscaler-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-kafkaautoscaler-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-kafkaautoscaler-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-mariadbautoscaler-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-mariadbautoscaler-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-memcachedautoscaler-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-memcachedautoscaler-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-mongodbautoscaler-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-mongodbautoscaler-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-mssqlserverautoscaler-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-mssqlserverautoscaler-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-mysqlautoscaler-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-mysqlautoscaler-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-perconaxtradbautoscaler-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-perconaxtradbautoscaler-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-pgbouncerautoscaler-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-pgbouncerautoscaler-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-pgpoolautoscaler-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-pgpoolautoscaler-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-postgresautoscaler-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-postgresautoscaler-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-proxysqlautoscaler-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-proxysqlautoscaler-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-rabbitmqautoscaler-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-rabbitmqautoscaler-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-redisautoscaler-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-redisautoscaler-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-redissentinelautoscaler-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-redissentinelautoscaler-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-singlestoreautoscaler-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-singlestoreautoscaler-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-solrautoscaler-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-solrautoscaler-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-autoscalingkubedbcom-zookeeperautoscaler-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/autoscalingkubedbcom-zookeeperautoscaler-editor:v0.28.0 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-aws-credential-manager-v2025.4.30.tar $IMAGE_REGISTRY/appscode-charts/aws-credential-manager:v2025.4.30 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-aws-ebs-csi-driver-2.23.0.tar $IMAGE_REGISTRY/appscode-charts/aws-ebs-csi-driver:2.23.0 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-aws-load-balancer-controller-1.11.0.tar $IMAGE_REGISTRY/appscode-charts/aws-load-balancer-controller:1.11.0 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-capa-vpc-peering-operator-v2023.12.11.tar $IMAGE_REGISTRY/appscode-charts/capa-vpc-peering-operator:v2023.12.11 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-capi-catalog-v2024.10.24.tar $IMAGE_REGISTRY/appscode-charts/capi-catalog:v2024.10.24 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-capi-ops-manager-v2024.8.14.tar $IMAGE_REGISTRY/appscode-charts/capi-ops-manager:v2024.8.14 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-catalog-manager-v2025.10.31.tar $IMAGE_REGISTRY/appscode-charts/catalog-manager:v2025.10.31 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-catalog-manager-v2025.12.15.tar $IMAGE_REGISTRY/appscode-charts/catalog-manager:v2025.12.15 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-cert-manager-csi-driver-cacerts-v2025.10.31.tar $IMAGE_REGISTRY/appscode-charts/cert-manager-csi-driver-cacerts:v2025.10.31 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-cert-manager-v1.18.2.tar $IMAGE_REGISTRY/appscode-charts/cert-manager:v1.18.2 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-chartsxhelmdev-chartpreset-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/chartsxhelmdev-chartpreset-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-chartsxhelmdev-clusterchartpreset-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/chartsxhelmdev-clusterchartpreset-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-chartsxhelmdev-clusterchartpreset-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/chartsxhelmdev-clusterchartpreset-editor:v0.23.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-chartsxhelmdev-chartpreset-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/chartsxhelmdev-chartpreset-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-chartsxhelmdev-clusterchartpreset-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/chartsxhelmdev-clusterchartpreset-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-chartsxhelmdev-clusterchartpreset-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/chartsxhelmdev-clusterchartpreset-editor:v0.28.0 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-cluster-auth-manager-v2025.5.16.tar $IMAGE_REGISTRY/appscode-charts/cluster-auth-manager:v2025.5.16 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-cluster-autoscaler-9.29.0.tar $IMAGE_REGISTRY/appscode-charts/cluster-autoscaler:9.29.0 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-cluster-gateway-manager-v2025.4.30.tar $IMAGE_REGISTRY/appscode-charts/cluster-gateway-manager:v2025.4.30 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-cluster-manager-hub-v2025.7.31.tar $IMAGE_REGISTRY/appscode-charts/cluster-manager-hub:v2025.7.31 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-cluster-manager-spoke-v2025.10.17.tar $IMAGE_REGISTRY/appscode-charts/cluster-manager-spoke:v2025.10.17 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-cluster-presets-v2025.10.31.tar $IMAGE_REGISTRY/appscode-charts/cluster-presets:v2025.10.31 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-cluster-presets-v2025.12.15.tar $IMAGE_REGISTRY/appscode-charts/cluster-presets:v2025.12.15 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-cluster-profile-manager-v2025.5.16.tar $IMAGE_REGISTRY/appscode-charts/cluster-profile-manager:v2025.5.16 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-cluster-proxy-manager-v2025.4.30.tar $IMAGE_REGISTRY/appscode-charts/cluster-proxy-manager:v2025.4.30 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-config-syncer-v0.15.2.tar $IMAGE_REGISTRY/appscode-charts/config-syncer:v0.15.2 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-corekubestashcom-backupbatch-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupbatch-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-corekubestashcom-backupblueprint-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupblueprint-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-corekubestashcom-backupconfiguration-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupconfiguration-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-corekubestashcom-backupconfiguration-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupconfiguration-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-corekubestashcom-backupsession-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupsession-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-corekubestashcom-backupsession-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupsession-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-corekubestashcom-backupverificationsession-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupverificationsession-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-corekubestashcom-backupverifier-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupverifier-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-corekubestashcom-hooktemplate-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/corekubestashcom-hooktemplate-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-corekubestashcom-restoresession-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/corekubestashcom-restoresession-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-corekubestashcom-restoresession-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/corekubestashcom-restoresession-editor:v0.23.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-corekubestashcom-backupbatch-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupbatch-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-corekubestashcom-backupblueprint-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupblueprint-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-corekubestashcom-backupconfiguration-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupconfiguration-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-corekubestashcom-backupconfiguration-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupconfiguration-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-corekubestashcom-backupsession-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupsession-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-corekubestashcom-backupsession-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupsession-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-corekubestashcom-backupverificationsession-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupverificationsession-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-corekubestashcom-backupverifier-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/corekubestashcom-backupverifier-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-corekubestashcom-hooktemplate-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/corekubestashcom-hooktemplate-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-corekubestashcom-restoresession-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/corekubestashcom-restoresession-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-corekubestashcom-restoresession-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/corekubestashcom-restoresession-editor:v0.28.0 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-crossplane-1.14.0.tar $IMAGE_REGISTRY/appscode-charts/crossplane:1.14.0 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-csi-driver-nfs-v4.7.0.tar $IMAGE_REGISTRY/appscode-charts/csi-driver-nfs:v4.7.0 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-csi-secrets-store-provider-azure-1.5.2.tar $IMAGE_REGISTRY/appscode-charts/csi-secrets-store-provider-azure:1.5.2 @@ -109,69 +109,69 @@ $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-g $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-hub-cluster-robot-v2024.8.9.tar $IMAGE_REGISTRY/appscode-charts/hub-cluster-robot:v2024.8.9 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-inbox-agent-v2024.12.30.tar $IMAGE_REGISTRY/appscode-charts/inbox-agent:v2024.12.30 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-inbox-server-v2025.2.28.tar $IMAGE_REGISTRY/appscode-charts/inbox-server:v2025.2.28 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-inbox-ui-v2025.10.31.tar $IMAGE_REGISTRY/appscode-charts/inbox-ui:v2025.10.31 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-inbox-ui-v2025.12.15.tar $IMAGE_REGISTRY/appscode-charts/inbox-ui:v2025.12.15 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-ingress-nginx-4.12.1.tar $IMAGE_REGISTRY/appscode-charts/ingress-nginx:4.12.1 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-keda-add-ons-http-0.10.0.tar $IMAGE_REGISTRY/appscode-charts/keda-add-ons-http:0.10.0 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-keda-2.17.2.tar $IMAGE_REGISTRY/appscode-charts/keda:2.17.2 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kube-grafana-dashboards-v2023.10.1.tar $IMAGE_REGISTRY/appscode-charts/kube-grafana-dashboards:v2023.10.1 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kube-prometheus-stack-69.2.2.tar $IMAGE_REGISTRY/appscode-charts/kube-prometheus-stack:69.2.2 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kube-ui-server-v2025.10.31.tar $IMAGE_REGISTRY/appscode-charts/kube-ui-server:v2025.10.31 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kube-ui-server-v2025.12.15.tar $IMAGE_REGISTRY/appscode-charts/kube-ui-server:v2025.12.15 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedb-opscenter-v2025.10.17.tar $IMAGE_REGISTRY/appscode-charts/kubedb-opscenter:v2025.10.17 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedb-provider-aws-v2024.1.31.tar $IMAGE_REGISTRY/appscode-charts/kubedb-provider-aws:v2024.1.31 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedb-provider-azure-v2024.1.31.tar $IMAGE_REGISTRY/appscode-charts/kubedb-provider-azure:v2024.1.31 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedb-provider-gcp-v2024.1.31.tar $IMAGE_REGISTRY/appscode-charts/kubedb-provider-gcp:v2024.1.31 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedb-ui-presets-v2025.10.31.tar $IMAGE_REGISTRY/appscode-charts/kubedb-ui-presets:v2025.10.31 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedb-ui-presets-v2025.12.15.tar $IMAGE_REGISTRY/appscode-charts/kubedb-ui-presets:v2025.12.15 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedb-v2025.10.17.tar $IMAGE_REGISTRY/appscode-charts/kubedb:v2025.10.17 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-cassandra-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-cassandra-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-cassandra-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-cassandra-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-clickhouse-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-clickhouse-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-clickhouse-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-clickhouse-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-druid-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-druid-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-druid-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-druid-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-elasticsearch-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-elasticsearch-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-elasticsearch-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-elasticsearch-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-etcd-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-etcd-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-ferretdb-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-ferretdb-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-ferretdb-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-ferretdb-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-hazelcast-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-hazelcast-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-hazelcast-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-hazelcast-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-ignite-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-ignite-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-ignite-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-ignite-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-kafka-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-kafka-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-kafka-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-kafka-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-mariadb-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-mariadb-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-mariadb-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-mariadb-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-memcached-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-memcached-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-memcached-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-memcached-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-mongodb-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-mongodb-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-mongodb-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-mongodb-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-mssqlserver-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-mssqlserver-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-mssqlserver-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-mssqlserver-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-mysql-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-mysql-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-mysql-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-mysql-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-oracle-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-oracle-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-oracle-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-oracle-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-perconaxtradb-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-perconaxtradb-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-perconaxtradb-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-perconaxtradb-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-pgbouncer-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-pgbouncer-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-pgbouncer-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-pgbouncer-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-pgpool-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-pgpool-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-pgpool-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-pgpool-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-postgres-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-postgres-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-postgres-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-postgres-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-proxysql-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-proxysql-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-proxysql-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-proxysql-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-rabbitmq-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-rabbitmq-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-rabbitmq-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-rabbitmq-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-redis-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-redis-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-redis-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-redis-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-redissentinel-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-redissentinel-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-singlestore-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-singlestore-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-singlestore-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-singlestore-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-solr-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-solr-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-solr-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-solr-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-zookeeper-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-zookeeper-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-zookeeper-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-zookeeper-editor:v0.23.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-cassandra-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-cassandra-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-cassandra-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-cassandra-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-clickhouse-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-clickhouse-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-clickhouse-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-clickhouse-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-druid-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-druid-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-druid-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-druid-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-elasticsearch-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-elasticsearch-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-elasticsearch-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-elasticsearch-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-etcd-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-etcd-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-ferretdb-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-ferretdb-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-ferretdb-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-ferretdb-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-hazelcast-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-hazelcast-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-hazelcast-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-hazelcast-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-ignite-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-ignite-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-ignite-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-ignite-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-kafka-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-kafka-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-kafka-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-kafka-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-mariadb-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-mariadb-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-mariadb-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-mariadb-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-memcached-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-memcached-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-memcached-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-memcached-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-mongodb-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-mongodb-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-mongodb-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-mongodb-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-mssqlserver-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-mssqlserver-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-mssqlserver-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-mssqlserver-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-mysql-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-mysql-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-mysql-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-mysql-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-oracle-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-oracle-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-oracle-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-oracle-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-perconaxtradb-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-perconaxtradb-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-perconaxtradb-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-perconaxtradb-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-pgbouncer-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-pgbouncer-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-pgbouncer-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-pgbouncer-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-pgpool-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-pgpool-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-pgpool-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-pgpool-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-postgres-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-postgres-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-postgres-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-postgres-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-proxysql-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-proxysql-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-proxysql-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-proxysql-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-rabbitmq-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-rabbitmq-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-rabbitmq-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-rabbitmq-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-redis-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-redis-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-redis-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-redis-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-redissentinel-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-redissentinel-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-singlestore-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-singlestore-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-singlestore-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-singlestore-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-solr-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-solr-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-solr-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-solr-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-zookeeper-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-zookeeper-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubedbcom-zookeeper-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/kubedbcom-zookeeper-editor:v0.28.0 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubestash-v2025.10.17.tar $IMAGE_REGISTRY/appscode-charts/kubestash:v2025.10.17 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubevault-opscenter-v2025.2.10.tar $IMAGE_REGISTRY/appscode-charts/kubevault-opscenter:v2025.2.10 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-kubevault-v2025.5.30.tar $IMAGE_REGISTRY/appscode-charts/kubevault:v2025.5.30 @@ -188,33 +188,33 @@ $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-m $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opencost-grafana-dashboards-v2023.10.1.tar $IMAGE_REGISTRY/appscode-charts/opencost-grafana-dashboards:v2023.10.1 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opencost-1.18.1.tar $IMAGE_REGISTRY/appscode-charts/opencost:1.18.1 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-operator-shard-manager-v2025.3.14.tar $IMAGE_REGISTRY/appscode-charts/operator-shard-manager:v2025.3.14 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opscenter-features-v2025.10.31.tar $IMAGE_REGISTRY/appscode-charts/opscenter-features:v2025.10.31 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-cassandraopsrequest-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-cassandraopsrequest-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-clickhouseopsrequest-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-clickhouseopsrequest-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-druidopsrequest-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-druidopsrequest-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-elasticsearchopsrequest-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-elasticsearchopsrequest-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-etcdopsrequest-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-etcdopsrequest-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-ferretdbopsrequest-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-ferretdbopsrequest-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-hazelcastopsrequest-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-hazelcastopsrequest-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-igniteopsrequest-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-igniteopsrequest-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-kafkaopsrequest-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-kafkaopsrequest-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-mariadbopsrequest-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-mariadbopsrequest-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-memcachedopsrequest-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-memcachedopsrequest-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-mongodbopsrequest-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-mongodbopsrequest-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-mssqlserveropsrequest-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-mssqlserveropsrequest-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-mysqlopsrequest-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-mysqlopsrequest-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-oracleopsrequest-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-oracleopsrequest-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-perconaxtradbopsrequest-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-perconaxtradbopsrequest-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-pgbounceropsrequest-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-pgbounceropsrequest-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-pgpoolopsrequest-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-pgpoolopsrequest-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-postgresopsrequest-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-postgresopsrequest-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-proxysqlopsrequest-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-proxysqlopsrequest-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-rabbitmqopsrequest-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-rabbitmqopsrequest-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-redisopsrequest-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-redisopsrequest-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-redissentinelopsrequest-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-redissentinelopsrequest-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-singlestoreopsrequest-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-singlestoreopsrequest-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-solropsrequest-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-solropsrequest-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-zookeeperopsrequest-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-zookeeperopsrequest-editor:v0.23.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opscenter-features-v2025.12.15.tar $IMAGE_REGISTRY/appscode-charts/opscenter-features:v2025.12.15 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-cassandraopsrequest-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-cassandraopsrequest-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-clickhouseopsrequest-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-clickhouseopsrequest-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-druidopsrequest-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-druidopsrequest-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-elasticsearchopsrequest-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-elasticsearchopsrequest-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-etcdopsrequest-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-etcdopsrequest-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-ferretdbopsrequest-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-ferretdbopsrequest-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-hazelcastopsrequest-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-hazelcastopsrequest-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-igniteopsrequest-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-igniteopsrequest-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-kafkaopsrequest-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-kafkaopsrequest-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-mariadbopsrequest-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-mariadbopsrequest-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-memcachedopsrequest-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-memcachedopsrequest-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-mongodbopsrequest-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-mongodbopsrequest-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-mssqlserveropsrequest-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-mssqlserveropsrequest-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-mysqlopsrequest-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-mysqlopsrequest-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-oracleopsrequest-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-oracleopsrequest-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-perconaxtradbopsrequest-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-perconaxtradbopsrequest-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-pgbounceropsrequest-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-pgbounceropsrequest-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-pgpoolopsrequest-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-pgpoolopsrequest-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-postgresopsrequest-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-postgresopsrequest-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-proxysqlopsrequest-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-proxysqlopsrequest-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-rabbitmqopsrequest-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-rabbitmqopsrequest-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-redisopsrequest-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-redisopsrequest-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-redissentinelopsrequest-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-redissentinelopsrequest-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-singlestoreopsrequest-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-singlestoreopsrequest-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-solropsrequest-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-solropsrequest-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-opskubedbcom-zookeeperopsrequest-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/opskubedbcom-zookeeperopsrequest-editor:v0.28.0 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-panopticon-v2025.6.30.tar $IMAGE_REGISTRY/appscode-charts/panopticon:v2025.6.30 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-prepare-cluster-v2023.12.21.tar $IMAGE_REGISTRY/appscode-charts/prepare-cluster:v2023.12.21 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-prometheus-adapter-4.9.0.tar $IMAGE_REGISTRY/appscode-charts/prometheus-adapter:4.9.0 @@ -225,22 +225,22 @@ $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-s $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-secrets-store-csi-driver-provider-gcp-0.1.0.tar $IMAGE_REGISTRY/appscode-charts/secrets-store-csi-driver-provider-gcp:0.1.0 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-secrets-store-csi-driver-provider-virtual-secrets-v2025.3.14.tar $IMAGE_REGISTRY/appscode-charts/secrets-store-csi-driver-provider-virtual-secrets:v2025.3.14 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-secrets-store-csi-driver-1.4.1.tar $IMAGE_REGISTRY/appscode-charts/secrets-store-csi-driver:1.4.1 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-service-backend-v2025.10.31.tar $IMAGE_REGISTRY/appscode-charts/service-backend:v2025.10.31 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-service-gateway-presets-v2025.10.31.tar $IMAGE_REGISTRY/appscode-charts/service-gateway-presets:v2025.10.31 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-service-gateway-v2025.10.31.tar $IMAGE_REGISTRY/appscode-charts/service-gateway:v2025.10.31 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-service-provider-v2025.10.31.tar $IMAGE_REGISTRY/appscode-charts/service-provider:v2025.10.31 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-service-backend-v2025.12.15.tar $IMAGE_REGISTRY/appscode-charts/service-backend:v2025.12.15 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-service-gateway-presets-v2025.12.15.tar $IMAGE_REGISTRY/appscode-charts/service-gateway-presets:v2025.12.15 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-service-gateway-v2025.12.15.tar $IMAGE_REGISTRY/appscode-charts/service-gateway:v2025.12.15 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-service-provider-v2025.12.15.tar $IMAGE_REGISTRY/appscode-charts/service-provider:v2025.12.15 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-sidekick-v2025.3.14.tar $IMAGE_REGISTRY/appscode-charts/sidekick:v2025.3.14 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-snapshot-controller-3.0.6.tar $IMAGE_REGISTRY/appscode-charts/snapshot-controller:3.0.6 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-spoke-cluster-addons-v2024.7.10.tar $IMAGE_REGISTRY/appscode-charts/spoke-cluster-addons:v2024.7.10 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-stash-opscenter-v2025.7.31.tar $IMAGE_REGISTRY/appscode-charts/stash-opscenter:v2025.7.31 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-stash-presets-v2025.10.31.tar $IMAGE_REGISTRY/appscode-charts/stash-presets:v2025.10.31 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-stash-presets-v2025.12.15.tar $IMAGE_REGISTRY/appscode-charts/stash-presets:v2025.12.15 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-stash-v2025.7.31.tar $IMAGE_REGISTRY/appscode-charts/stash:v2025.7.31 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-storagekubestashcom-backupstorage-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/storagekubestashcom-backupstorage-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-storagekubestashcom-backupstorage-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/storagekubestashcom-backupstorage-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-storagekubestashcom-repository-editor-options-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/storagekubestashcom-repository-editor-options:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-storagekubestashcom-repository-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/storagekubestashcom-repository-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-storagekubestashcom-retentionpolicy-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/storagekubestashcom-retentionpolicy-editor:v0.23.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-storagekubestashcom-snapshot-editor-v0.23.0.tar $IMAGE_REGISTRY/appscode-charts/storagekubestashcom-snapshot-editor:v0.23.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-storagekubestashcom-backupstorage-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/storagekubestashcom-backupstorage-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-storagekubestashcom-backupstorage-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/storagekubestashcom-backupstorage-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-storagekubestashcom-repository-editor-options-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/storagekubestashcom-repository-editor-options:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-storagekubestashcom-repository-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/storagekubestashcom-repository-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-storagekubestashcom-retentionpolicy-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/storagekubestashcom-retentionpolicy-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-storagekubestashcom-snapshot-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/storagekubestashcom-snapshot-editor:v0.28.0 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-supervisor-v2025.7.31.tar $IMAGE_REGISTRY/appscode-charts/supervisor:v2025.7.31 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-topolvm-15.0.0.tar $IMAGE_REGISTRY/appscode-charts/topolvm:15.0.0 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uibytebuildersdev-component-alert-v0.12.0.tar $IMAGE_REGISTRY/appscode-charts/uibytebuildersdev-component-alert:v0.12.0 @@ -266,24 +266,24 @@ $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-u $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uibytebuildersdev-component-selector-v0.12.0.tar $IMAGE_REGISTRY/appscode-charts/uibytebuildersdev-component-selector:v0.12.0 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uibytebuildersdev-component-service-templates-v0.12.0.tar $IMAGE_REGISTRY/appscode-charts/uibytebuildersdev-component-service-templates:v0.12.0 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uibytebuildersdev-component-stash-presets-v0.12.0.tar $IMAGE_REGISTRY/appscode-charts/uibytebuildersdev-component-stash-presets:v0.12.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-capi-capa-editor-v0.27.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-capi-capa-editor:v0.27.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-capi-core-editor-v0.27.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-capi-core-editor:v0.27.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-crossplane-editor-v0.27.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-crossplane-editor:v0.27.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-ocm-hub-editor-v0.27.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-ocm-hub-editor:v0.27.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-ocm-mc-editor-v0.27.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-ocm-mc-editor:v0.27.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-ocm-spoke-editor-v0.27.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-ocm-spoke-editor:v0.27.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-opscenter-backup-editor-v0.27.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-backup-editor:v0.27.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-opscenter-core-editor-v0.27.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-core-editor:v0.27.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-opscenter-cost-editor-v0.27.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-cost-editor:v0.27.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-opscenter-datastore-editor-v0.27.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-datastore-editor:v0.27.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-opscenter-networking-editor-v0.27.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-networking-editor:v0.27.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-opscenter-observability-editor-v0.27.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-observability-editor:v0.27.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-opscenter-policy-management-editor-v0.27.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-policy-management-editor:v0.27.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-opscenter-secret-management-editor-v0.27.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-secret-management-editor:v0.27.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-opscenter-security-editor-v0.27.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-security-editor:v0.27.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-opscenter-storage-editor-v0.27.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-storage-editor:v0.27.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-opscenter-tools-editor-v0.27.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-tools-editor:v0.27.0 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-saas-core-editor-v0.27.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-saas-core-editor:v0.27.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-capi-capa-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-capi-capa-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-capi-core-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-capi-core-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-crossplane-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-crossplane-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-ocm-hub-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-ocm-hub-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-ocm-mc-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-ocm-mc-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-ocm-spoke-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-ocm-spoke-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-opscenter-backup-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-backup-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-opscenter-core-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-core-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-opscenter-cost-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-cost-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-opscenter-datastore-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-datastore-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-opscenter-networking-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-networking-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-opscenter-observability-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-observability-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-opscenter-policy-management-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-policy-management-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-opscenter-secret-management-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-secret-management-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-opscenter-security-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-security-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-opscenter-storage-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-storage-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-opscenter-tools-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-opscenter-tools-editor:v0.28.0 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-uik8sappscodecom-featureset-saas-core-editor-v0.28.0.tar $IMAGE_REGISTRY/appscode-charts/uik8sappscodecom-featureset-saas-core-editor:v0.28.0 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-vault-secrets-operator-0.4.3.tar $IMAGE_REGISTRY/appscode-charts/vault-secrets-operator:0.4.3 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-vault-0.27.0.tar $IMAGE_REGISTRY/appscode-charts/vault:0.27.0 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-charts-virtual-secrets-server-v2025.3.14.tar $IMAGE_REGISTRY/appscode-charts/virtual-secrets-server:v2025.3.14 @@ -294,7 +294,7 @@ $CMD push --allow-nondistributable-artifacts --insecure images/appscode-images-n $CMD push --allow-nondistributable-artifacts --insecure images/appscode-images-postgres-16.4-alpine.tar $IMAGE_REGISTRY/appscode-images/postgres:16.4-alpine $CMD push --allow-nondistributable-artifacts --insecure images/appscode-images-redis-7.2.4-bookworm.tar $IMAGE_REGISTRY/appscode-images/redis:7.2.4-bookworm $CMD push --allow-nondistributable-artifacts --insecure images/appscode-aceshifter-v0.0.1.tar $IMAGE_REGISTRY/appscode/aceshifter:v0.0.1 -$CMD push --allow-nondistributable-artifacts --insecure images/appscode-b3-v2025.10.31.tar $IMAGE_REGISTRY/appscode/b3:v2025.10.31 +$CMD push --allow-nondistributable-artifacts --insecure images/appscode-b3-v2025.12.15.tar $IMAGE_REGISTRY/appscode/b3:v2025.12.15 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-capa-vpc-peering-operator-v0.0.4.tar $IMAGE_REGISTRY/appscode/capa-vpc-peering-operator:v0.0.4 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-capi-ops-manager-v0.0.2.tar $IMAGE_REGISTRY/appscode/capi-ops-manager:v0.0.2 $CMD push --allow-nondistributable-artifacts --insecure images/appscode-catalog-manager-v0.9.0.tar $IMAGE_REGISTRY/appscode/catalog-manager:v0.9.0 diff --git a/catalog/import-into-k3s.sh b/catalog/import-into-k3s.sh index 879185781..107dc1f47 100755 --- a/catalog/import-into-k3s.sh +++ b/catalog/import-into-k3s.sh @@ -31,65 +31,65 @@ k3s ctr images import images/library-cassandra-4.1.3.tar k3s ctr images import images/coredns-coredns-1.11.3.tar k3s ctr images import images/falcosecurity-falco-no-driver-0.37.0.tar k3s ctr images import images/falcosecurity-falcoctl-0.7.1.tar -k3s ctr images import images/appscode-charts-ace-installer-v2025.10.31.tar -k3s ctr images import images/appscode-charts-ace-v2025.10.31.tar -k3s ctr images import images/appscode-charts-aceshifter-v2025.10.31.tar +k3s ctr images import images/appscode-charts-ace-installer-v2025.12.15.tar +k3s ctr images import images/appscode-charts-ace-v2025.12.15.tar +k3s ctr images import images/appscode-charts-aceshifter-v2025.12.15.tar k3s ctr images import images/appscode-charts-appscode-otel-stack-v2025.2.28.tar -k3s ctr images import images/appscode-charts-autoscalingkubedbcom-cassandraautoscaler-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-autoscalingkubedbcom-clickhouseautoscaler-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-autoscalingkubedbcom-druidautoscaler-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-autoscalingkubedbcom-elasticsearchautoscaler-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-autoscalingkubedbcom-etcdautoscaler-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-autoscalingkubedbcom-ferretdbautoscaler-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-autoscalingkubedbcom-kafkaautoscaler-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-autoscalingkubedbcom-mariadbautoscaler-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-autoscalingkubedbcom-memcachedautoscaler-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-autoscalingkubedbcom-mongodbautoscaler-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-autoscalingkubedbcom-mssqlserverautoscaler-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-autoscalingkubedbcom-mysqlautoscaler-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-autoscalingkubedbcom-perconaxtradbautoscaler-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-autoscalingkubedbcom-pgbouncerautoscaler-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-autoscalingkubedbcom-pgpoolautoscaler-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-autoscalingkubedbcom-postgresautoscaler-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-autoscalingkubedbcom-proxysqlautoscaler-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-autoscalingkubedbcom-rabbitmqautoscaler-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-autoscalingkubedbcom-redisautoscaler-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-autoscalingkubedbcom-redissentinelautoscaler-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-autoscalingkubedbcom-singlestoreautoscaler-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-autoscalingkubedbcom-solrautoscaler-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-autoscalingkubedbcom-zookeeperautoscaler-editor-v0.23.0.tar +k3s ctr images import images/appscode-charts-autoscalingkubedbcom-cassandraautoscaler-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-autoscalingkubedbcom-clickhouseautoscaler-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-autoscalingkubedbcom-druidautoscaler-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-autoscalingkubedbcom-elasticsearchautoscaler-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-autoscalingkubedbcom-etcdautoscaler-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-autoscalingkubedbcom-ferretdbautoscaler-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-autoscalingkubedbcom-kafkaautoscaler-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-autoscalingkubedbcom-mariadbautoscaler-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-autoscalingkubedbcom-memcachedautoscaler-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-autoscalingkubedbcom-mongodbautoscaler-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-autoscalingkubedbcom-mssqlserverautoscaler-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-autoscalingkubedbcom-mysqlautoscaler-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-autoscalingkubedbcom-perconaxtradbautoscaler-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-autoscalingkubedbcom-pgbouncerautoscaler-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-autoscalingkubedbcom-pgpoolautoscaler-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-autoscalingkubedbcom-postgresautoscaler-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-autoscalingkubedbcom-proxysqlautoscaler-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-autoscalingkubedbcom-rabbitmqautoscaler-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-autoscalingkubedbcom-redisautoscaler-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-autoscalingkubedbcom-redissentinelautoscaler-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-autoscalingkubedbcom-singlestoreautoscaler-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-autoscalingkubedbcom-solrautoscaler-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-autoscalingkubedbcom-zookeeperautoscaler-editor-v0.28.0.tar k3s ctr images import images/appscode-charts-aws-credential-manager-v2025.4.30.tar k3s ctr images import images/appscode-charts-aws-ebs-csi-driver-2.23.0.tar k3s ctr images import images/appscode-charts-aws-load-balancer-controller-1.11.0.tar k3s ctr images import images/appscode-charts-capa-vpc-peering-operator-v2023.12.11.tar k3s ctr images import images/appscode-charts-capi-catalog-v2024.10.24.tar k3s ctr images import images/appscode-charts-capi-ops-manager-v2024.8.14.tar -k3s ctr images import images/appscode-charts-catalog-manager-v2025.10.31.tar +k3s ctr images import images/appscode-charts-catalog-manager-v2025.12.15.tar k3s ctr images import images/appscode-charts-cert-manager-csi-driver-cacerts-v2025.10.31.tar k3s ctr images import images/appscode-charts-cert-manager-v1.18.2.tar -k3s ctr images import images/appscode-charts-chartsxhelmdev-chartpreset-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-chartsxhelmdev-clusterchartpreset-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-chartsxhelmdev-clusterchartpreset-editor-v0.23.0.tar +k3s ctr images import images/appscode-charts-chartsxhelmdev-chartpreset-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-chartsxhelmdev-clusterchartpreset-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-chartsxhelmdev-clusterchartpreset-editor-v0.28.0.tar k3s ctr images import images/appscode-charts-cluster-auth-manager-v2025.5.16.tar k3s ctr images import images/appscode-charts-cluster-autoscaler-9.29.0.tar k3s ctr images import images/appscode-charts-cluster-gateway-manager-v2025.4.30.tar k3s ctr images import images/appscode-charts-cluster-manager-hub-v2025.7.31.tar k3s ctr images import images/appscode-charts-cluster-manager-spoke-v2025.10.17.tar -k3s ctr images import images/appscode-charts-cluster-presets-v2025.10.31.tar +k3s ctr images import images/appscode-charts-cluster-presets-v2025.12.15.tar k3s ctr images import images/appscode-charts-cluster-profile-manager-v2025.5.16.tar k3s ctr images import images/appscode-charts-cluster-proxy-manager-v2025.4.30.tar k3s ctr images import images/appscode-charts-config-syncer-v0.15.2.tar -k3s ctr images import images/appscode-charts-corekubestashcom-backupbatch-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-corekubestashcom-backupblueprint-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-corekubestashcom-backupconfiguration-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-corekubestashcom-backupconfiguration-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-corekubestashcom-backupsession-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-corekubestashcom-backupsession-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-corekubestashcom-backupverificationsession-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-corekubestashcom-backupverifier-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-corekubestashcom-hooktemplate-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-corekubestashcom-restoresession-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-corekubestashcom-restoresession-editor-v0.23.0.tar +k3s ctr images import images/appscode-charts-corekubestashcom-backupbatch-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-corekubestashcom-backupblueprint-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-corekubestashcom-backupconfiguration-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-corekubestashcom-backupconfiguration-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-corekubestashcom-backupsession-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-corekubestashcom-backupsession-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-corekubestashcom-backupverificationsession-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-corekubestashcom-backupverifier-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-corekubestashcom-hooktemplate-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-corekubestashcom-restoresession-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-corekubestashcom-restoresession-editor-v0.28.0.tar k3s ctr images import images/appscode-charts-crossplane-1.14.0.tar k3s ctr images import images/appscode-charts-csi-driver-nfs-v4.7.0.tar k3s ctr images import images/appscode-charts-csi-secrets-store-provider-azure-1.5.2.tar @@ -107,69 +107,69 @@ k3s ctr images import images/appscode-charts-grafana-operator-v2025.6.30.tar k3s ctr images import images/appscode-charts-hub-cluster-robot-v2024.8.9.tar k3s ctr images import images/appscode-charts-inbox-agent-v2024.12.30.tar k3s ctr images import images/appscode-charts-inbox-server-v2025.2.28.tar -k3s ctr images import images/appscode-charts-inbox-ui-v2025.10.31.tar +k3s ctr images import images/appscode-charts-inbox-ui-v2025.12.15.tar k3s ctr images import images/appscode-charts-ingress-nginx-4.12.1.tar k3s ctr images import images/appscode-charts-keda-add-ons-http-0.10.0.tar k3s ctr images import images/appscode-charts-keda-2.17.2.tar k3s ctr images import images/appscode-charts-kube-grafana-dashboards-v2023.10.1.tar k3s ctr images import images/appscode-charts-kube-prometheus-stack-69.2.2.tar -k3s ctr images import images/appscode-charts-kube-ui-server-v2025.10.31.tar +k3s ctr images import images/appscode-charts-kube-ui-server-v2025.12.15.tar k3s ctr images import images/appscode-charts-kubedb-opscenter-v2025.10.17.tar k3s ctr images import images/appscode-charts-kubedb-provider-aws-v2024.1.31.tar k3s ctr images import images/appscode-charts-kubedb-provider-azure-v2024.1.31.tar k3s ctr images import images/appscode-charts-kubedb-provider-gcp-v2024.1.31.tar -k3s ctr images import images/appscode-charts-kubedb-ui-presets-v2025.10.31.tar +k3s ctr images import images/appscode-charts-kubedb-ui-presets-v2025.12.15.tar k3s ctr images import images/appscode-charts-kubedb-v2025.10.17.tar -k3s ctr images import images/appscode-charts-kubedbcom-cassandra-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-cassandra-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-clickhouse-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-clickhouse-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-druid-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-druid-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-elasticsearch-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-elasticsearch-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-etcd-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-ferretdb-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-ferretdb-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-hazelcast-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-hazelcast-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-ignite-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-ignite-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-kafka-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-kafka-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-mariadb-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-mariadb-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-memcached-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-memcached-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-mongodb-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-mongodb-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-mssqlserver-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-mssqlserver-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-mysql-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-mysql-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-oracle-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-oracle-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-perconaxtradb-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-perconaxtradb-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-pgbouncer-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-pgbouncer-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-pgpool-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-pgpool-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-postgres-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-postgres-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-proxysql-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-proxysql-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-rabbitmq-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-rabbitmq-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-redis-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-redis-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-redissentinel-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-singlestore-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-singlestore-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-solr-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-solr-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-zookeeper-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-kubedbcom-zookeeper-editor-v0.23.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-cassandra-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-cassandra-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-clickhouse-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-clickhouse-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-druid-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-druid-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-elasticsearch-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-elasticsearch-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-etcd-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-ferretdb-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-ferretdb-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-hazelcast-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-hazelcast-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-ignite-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-ignite-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-kafka-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-kafka-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-mariadb-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-mariadb-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-memcached-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-memcached-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-mongodb-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-mongodb-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-mssqlserver-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-mssqlserver-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-mysql-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-mysql-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-oracle-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-oracle-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-perconaxtradb-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-perconaxtradb-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-pgbouncer-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-pgbouncer-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-pgpool-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-pgpool-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-postgres-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-postgres-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-proxysql-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-proxysql-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-rabbitmq-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-rabbitmq-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-redis-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-redis-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-redissentinel-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-singlestore-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-singlestore-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-solr-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-solr-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-zookeeper-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-kubedbcom-zookeeper-editor-v0.28.0.tar k3s ctr images import images/appscode-charts-kubestash-v2025.10.17.tar k3s ctr images import images/appscode-charts-kubevault-opscenter-v2025.2.10.tar k3s ctr images import images/appscode-charts-kubevault-v2025.5.30.tar @@ -186,33 +186,33 @@ k3s ctr images import images/appscode-charts-multicluster-ingress-reader-v2024.7 k3s ctr images import images/appscode-charts-opencost-grafana-dashboards-v2023.10.1.tar k3s ctr images import images/appscode-charts-opencost-1.18.1.tar k3s ctr images import images/appscode-charts-operator-shard-manager-v2025.3.14.tar -k3s ctr images import images/appscode-charts-opscenter-features-v2025.10.31.tar -k3s ctr images import images/appscode-charts-opskubedbcom-cassandraopsrequest-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-opskubedbcom-clickhouseopsrequest-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-opskubedbcom-druidopsrequest-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-opskubedbcom-elasticsearchopsrequest-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-opskubedbcom-etcdopsrequest-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-opskubedbcom-ferretdbopsrequest-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-opskubedbcom-hazelcastopsrequest-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-opskubedbcom-igniteopsrequest-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-opskubedbcom-kafkaopsrequest-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-opskubedbcom-mariadbopsrequest-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-opskubedbcom-memcachedopsrequest-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-opskubedbcom-mongodbopsrequest-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-opskubedbcom-mssqlserveropsrequest-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-opskubedbcom-mysqlopsrequest-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-opskubedbcom-oracleopsrequest-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-opskubedbcom-perconaxtradbopsrequest-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-opskubedbcom-pgbounceropsrequest-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-opskubedbcom-pgpoolopsrequest-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-opskubedbcom-postgresopsrequest-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-opskubedbcom-proxysqlopsrequest-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-opskubedbcom-rabbitmqopsrequest-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-opskubedbcom-redisopsrequest-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-opskubedbcom-redissentinelopsrequest-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-opskubedbcom-singlestoreopsrequest-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-opskubedbcom-solropsrequest-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-opskubedbcom-zookeeperopsrequest-editor-v0.23.0.tar +k3s ctr images import images/appscode-charts-opscenter-features-v2025.12.15.tar +k3s ctr images import images/appscode-charts-opskubedbcom-cassandraopsrequest-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-opskubedbcom-clickhouseopsrequest-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-opskubedbcom-druidopsrequest-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-opskubedbcom-elasticsearchopsrequest-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-opskubedbcom-etcdopsrequest-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-opskubedbcom-ferretdbopsrequest-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-opskubedbcom-hazelcastopsrequest-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-opskubedbcom-igniteopsrequest-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-opskubedbcom-kafkaopsrequest-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-opskubedbcom-mariadbopsrequest-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-opskubedbcom-memcachedopsrequest-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-opskubedbcom-mongodbopsrequest-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-opskubedbcom-mssqlserveropsrequest-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-opskubedbcom-mysqlopsrequest-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-opskubedbcom-oracleopsrequest-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-opskubedbcom-perconaxtradbopsrequest-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-opskubedbcom-pgbounceropsrequest-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-opskubedbcom-pgpoolopsrequest-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-opskubedbcom-postgresopsrequest-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-opskubedbcom-proxysqlopsrequest-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-opskubedbcom-rabbitmqopsrequest-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-opskubedbcom-redisopsrequest-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-opskubedbcom-redissentinelopsrequest-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-opskubedbcom-singlestoreopsrequest-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-opskubedbcom-solropsrequest-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-opskubedbcom-zookeeperopsrequest-editor-v0.28.0.tar k3s ctr images import images/appscode-charts-panopticon-v2025.6.30.tar k3s ctr images import images/appscode-charts-prepare-cluster-v2023.12.21.tar k3s ctr images import images/appscode-charts-prometheus-adapter-4.9.0.tar @@ -223,22 +223,22 @@ k3s ctr images import images/appscode-charts-secrets-store-csi-driver-provider-a k3s ctr images import images/appscode-charts-secrets-store-csi-driver-provider-gcp-0.1.0.tar k3s ctr images import images/appscode-charts-secrets-store-csi-driver-provider-virtual-secrets-v2025.3.14.tar k3s ctr images import images/appscode-charts-secrets-store-csi-driver-1.4.1.tar -k3s ctr images import images/appscode-charts-service-backend-v2025.10.31.tar -k3s ctr images import images/appscode-charts-service-gateway-presets-v2025.10.31.tar -k3s ctr images import images/appscode-charts-service-gateway-v2025.10.31.tar -k3s ctr images import images/appscode-charts-service-provider-v2025.10.31.tar +k3s ctr images import images/appscode-charts-service-backend-v2025.12.15.tar +k3s ctr images import images/appscode-charts-service-gateway-presets-v2025.12.15.tar +k3s ctr images import images/appscode-charts-service-gateway-v2025.12.15.tar +k3s ctr images import images/appscode-charts-service-provider-v2025.12.15.tar k3s ctr images import images/appscode-charts-sidekick-v2025.3.14.tar k3s ctr images import images/appscode-charts-snapshot-controller-3.0.6.tar k3s ctr images import images/appscode-charts-spoke-cluster-addons-v2024.7.10.tar k3s ctr images import images/appscode-charts-stash-opscenter-v2025.7.31.tar -k3s ctr images import images/appscode-charts-stash-presets-v2025.10.31.tar +k3s ctr images import images/appscode-charts-stash-presets-v2025.12.15.tar k3s ctr images import images/appscode-charts-stash-v2025.7.31.tar -k3s ctr images import images/appscode-charts-storagekubestashcom-backupstorage-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-storagekubestashcom-backupstorage-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-storagekubestashcom-repository-editor-options-v0.23.0.tar -k3s ctr images import images/appscode-charts-storagekubestashcom-repository-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-storagekubestashcom-retentionpolicy-editor-v0.23.0.tar -k3s ctr images import images/appscode-charts-storagekubestashcom-snapshot-editor-v0.23.0.tar +k3s ctr images import images/appscode-charts-storagekubestashcom-backupstorage-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-storagekubestashcom-backupstorage-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-storagekubestashcom-repository-editor-options-v0.28.0.tar +k3s ctr images import images/appscode-charts-storagekubestashcom-repository-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-storagekubestashcom-retentionpolicy-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-storagekubestashcom-snapshot-editor-v0.28.0.tar k3s ctr images import images/appscode-charts-supervisor-v2025.7.31.tar k3s ctr images import images/appscode-charts-topolvm-15.0.0.tar k3s ctr images import images/appscode-charts-uibytebuildersdev-component-alert-v0.12.0.tar @@ -264,24 +264,24 @@ k3s ctr images import images/appscode-charts-uibytebuildersdev-component-se-linu k3s ctr images import images/appscode-charts-uibytebuildersdev-component-selector-v0.12.0.tar k3s ctr images import images/appscode-charts-uibytebuildersdev-component-service-templates-v0.12.0.tar k3s ctr images import images/appscode-charts-uibytebuildersdev-component-stash-presets-v0.12.0.tar -k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-capi-capa-editor-v0.27.0.tar -k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-capi-core-editor-v0.27.0.tar -k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-crossplane-editor-v0.27.0.tar -k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-ocm-hub-editor-v0.27.0.tar -k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-ocm-mc-editor-v0.27.0.tar -k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-ocm-spoke-editor-v0.27.0.tar -k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-opscenter-backup-editor-v0.27.0.tar -k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-opscenter-core-editor-v0.27.0.tar -k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-opscenter-cost-editor-v0.27.0.tar -k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-opscenter-datastore-editor-v0.27.0.tar -k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-opscenter-networking-editor-v0.27.0.tar -k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-opscenter-observability-editor-v0.27.0.tar -k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-opscenter-policy-management-editor-v0.27.0.tar -k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-opscenter-secret-management-editor-v0.27.0.tar -k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-opscenter-security-editor-v0.27.0.tar -k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-opscenter-storage-editor-v0.27.0.tar -k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-opscenter-tools-editor-v0.27.0.tar -k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-saas-core-editor-v0.27.0.tar +k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-capi-capa-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-capi-core-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-crossplane-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-ocm-hub-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-ocm-mc-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-ocm-spoke-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-opscenter-backup-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-opscenter-core-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-opscenter-cost-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-opscenter-datastore-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-opscenter-networking-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-opscenter-observability-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-opscenter-policy-management-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-opscenter-secret-management-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-opscenter-security-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-opscenter-storage-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-opscenter-tools-editor-v0.28.0.tar +k3s ctr images import images/appscode-charts-uik8sappscodecom-featureset-saas-core-editor-v0.28.0.tar k3s ctr images import images/appscode-charts-vault-secrets-operator-0.4.3.tar k3s ctr images import images/appscode-charts-vault-0.27.0.tar k3s ctr images import images/appscode-charts-virtual-secrets-server-v2025.3.14.tar @@ -292,7 +292,7 @@ k3s ctr images import images/appscode-images-nats-2.10.24-alpine.tar k3s ctr images import images/appscode-images-postgres-16.4-alpine.tar k3s ctr images import images/appscode-images-redis-7.2.4-bookworm.tar k3s ctr images import images/appscode-aceshifter-v0.0.1.tar -k3s ctr images import images/appscode-b3-v2025.10.31.tar +k3s ctr images import images/appscode-b3-v2025.12.15.tar k3s ctr images import images/appscode-capa-vpc-peering-operator-v0.0.4.tar k3s ctr images import images/appscode-capi-ops-manager-v0.0.2.tar k3s ctr images import images/appscode-catalog-manager-v0.9.0.tar diff --git a/catalog/sync-gcp-mp-images.sh b/catalog/sync-gcp-mp-images.sh index 830c9582e..528ac4c49 100755 --- a/catalog/sync-gcp-mp-images.sh +++ b/catalog/sync-gcp-mp-images.sh @@ -32,16 +32,16 @@ crane cp --allow-nondistributable-artifacts cassandra:4.1.3 $IMAGE_REGISTRY/cass crane cp --allow-nondistributable-artifacts coredns/coredns:1.11.3 $IMAGE_REGISTRY/coredns:$TAG crane cp --allow-nondistributable-artifacts falcosecurity/falco-no-driver:0.37.0 $IMAGE_REGISTRY/falco-no-driver:$TAG crane cp --allow-nondistributable-artifacts falcosecurity/falcoctl:0.7.1 $IMAGE_REGISTRY/falcoctl:$TAG -crane cp --allow-nondistributable-artifacts ghcr.io/appscode-charts/ace-installer:v2025.10.31 $IMAGE_REGISTRY/ace-installer:$TAG -crane cp --allow-nondistributable-artifacts ghcr.io/appscode-charts/ace:v2025.10.31 $IMAGE_REGISTRY/ace:$TAG -crane cp --allow-nondistributable-artifacts ghcr.io/appscode-charts/service-gateway:v2025.10.31 $IMAGE_REGISTRY/service-gateway:$TAG +crane cp --allow-nondistributable-artifacts ghcr.io/appscode-charts/ace-installer:v2025.12.15 $IMAGE_REGISTRY/ace-installer:$TAG +crane cp --allow-nondistributable-artifacts ghcr.io/appscode-charts/ace:v2025.12.15 $IMAGE_REGISTRY/ace:$TAG +crane cp --allow-nondistributable-artifacts ghcr.io/appscode-charts/service-gateway:v2025.12.15 $IMAGE_REGISTRY/service-gateway:$TAG crane cp --allow-nondistributable-artifacts ghcr.io/appscode-charts/spoke-cluster-addons:v2024.7.10 $IMAGE_REGISTRY/spoke-cluster-addons:$TAG crane cp --allow-nondistributable-artifacts ghcr.io/appscode-images/ingress-nginx-controller:v1.11.1 $IMAGE_REGISTRY/ingress-nginx-controller:$TAG crane cp --allow-nondistributable-artifacts ghcr.io/appscode-images/nats:2.10.24-alpine $IMAGE_REGISTRY/nats:$TAG crane cp --allow-nondistributable-artifacts ghcr.io/appscode-images/postgres:16.4-alpine $IMAGE_REGISTRY/postgres:$TAG crane cp --allow-nondistributable-artifacts ghcr.io/appscode-images/redis:7.2.4-bookworm $IMAGE_REGISTRY/redis:$TAG crane cp --allow-nondistributable-artifacts ghcr.io/appscode/aceshifter:v0.0.1 $IMAGE_REGISTRY/aceshifter:$TAG -crane cp --allow-nondistributable-artifacts ghcr.io/appscode/b3:v2025.10.31 $IMAGE_REGISTRY/b3:$TAG +crane cp --allow-nondistributable-artifacts ghcr.io/appscode/b3:v2025.12.15 $IMAGE_REGISTRY/b3:$TAG crane cp --allow-nondistributable-artifacts ghcr.io/appscode/capa-vpc-peering-operator:v0.0.4 $IMAGE_REGISTRY/capa-vpc-peering-operator:$TAG crane cp --allow-nondistributable-artifacts ghcr.io/appscode/capi-ops-manager:v0.0.2 $IMAGE_REGISTRY/capi-ops-manager:$TAG crane cp --allow-nondistributable-artifacts ghcr.io/appscode/catalog-manager:v0.9.0 $IMAGE_REGISTRY/catalog-manager:$TAG diff --git a/charts/acaas/Chart.lock b/charts/acaas/Chart.lock index 2cb8b8355..378b86176 100644 --- a/charts/acaas/Chart.lock +++ b/charts/acaas/Chart.lock @@ -1,24 +1,24 @@ dependencies: - name: billing repository: file://../billing - version: v2025.10.31 + version: v2025.12.15 - name: billing-ui repository: file://../billing-ui - version: v2025.10.31 + version: v2025.12.15 - name: deploy-ui repository: file://../deploy-ui - version: v2025.10.31 + version: v2025.12.15 - name: marketplace-api repository: file://../marketplace-api - version: v2025.10.31 + version: v2025.12.15 - name: marketplace-ui repository: file://../marketplace-ui - version: v2025.10.31 + version: v2025.12.15 - name: platform-links repository: file://../platform-links - version: v2025.10.31 + version: v2025.12.15 - name: website repository: file://../website - version: v2025.10.31 -digest: sha256:c72e7960c119eb27e9db35d98b31c7a558200ba5fa4e27b67c0b0480cb709359 -generated: "2025-10-31T17:40:33.255288936Z" + version: v2025.12.15 +digest: sha256:454b95264a69da57b9cb0372332c241e266dd6ca4b094cfa02bf5e4d018946e1 +generated: "2025-12-15T02:16:40.541548131Z" diff --git a/charts/acaas/Chart.yaml b/charts/acaas/Chart.yaml index 5248e1376..d32c6cfdc 100644 --- a/charts/acaas/Chart.yaml +++ b/charts/acaas/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: acaas description: A Helm chart for ACE Hosted Service type: application -version: v2025.10.31 -appVersion: v2025.10.31 +version: v2025.12.15 +appVersion: v2025.12.15 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png sources: @@ -15,28 +15,28 @@ dependencies: - name: billing repository: file://../billing condition: billing.enabled - version: v2025.10.31 + version: v2025.12.15 - name: billing-ui repository: file://../billing-ui condition: billing-ui.enabled - version: v2025.10.31 + version: v2025.12.15 - name: deploy-ui repository: file://../deploy-ui condition: deploy-ui.enabled - version: v2025.10.31 + version: v2025.12.15 - name: marketplace-api repository: file://../marketplace-api condition: marketplace-api.enabled - version: v2025.10.31 + version: v2025.12.15 - name: marketplace-ui repository: file://../marketplace-ui condition: marketplace-ui.enabled - version: v2025.10.31 + version: v2025.12.15 - name: platform-links repository: file://../platform-links condition: platform-links.enabled - version: v2025.10.31 + version: v2025.12.15 - name: website repository: file://../website condition: website.enabled - version: v2025.10.31 + version: v2025.12.15 diff --git a/charts/acaas/README.md b/charts/acaas/README.md index 58f35767c..6701039b7 100644 --- a/charts/acaas/README.md +++ b/charts/acaas/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/acaas --version=v2025.10.31 -$ helm upgrade -i ace appscode/acaas -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/acaas --version=v2025.12.15 +$ helm upgrade -i ace appscode/acaas -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys AppsCode Container Engine on a [Kubernetes](http://kubernetes To install/upgrade the chart with the release name `ace`: ```bash -$ helm upgrade -i ace appscode/acaas -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i ace appscode/acaas -n ace --create-namespace --version=v2025.12.15 ``` The command deploys AppsCode Container Engine on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -81,12 +81,12 @@ The following table lists the configurable parameters of the `acaas` chart and t Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i ace appscode/acaas -n ace --create-namespace --version=v2025.10.31 --set global.nameOverride="ace" +$ helm upgrade -i ace appscode/acaas -n ace --create-namespace --version=v2025.12.15 --set global.nameOverride="ace" ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i ace appscode/acaas -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i ace appscode/acaas -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/accounts-ui/Chart.yaml b/charts/accounts-ui/Chart.yaml index 21ceeef59..5ce3d47e2 100644 --- a/charts/accounts-ui/Chart.yaml +++ b/charts/accounts-ui/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: accounts-ui description: A Helm chart for Kubernetes type: application -version: v2025.10.31 -appVersion: v2025.10.31 +version: v2025.12.15 +appVersion: v2025.12.15 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png sources: diff --git a/charts/accounts-ui/README.md b/charts/accounts-ui/README.md index 59bad5893..f27dd7bd1 100644 --- a/charts/accounts-ui/README.md +++ b/charts/accounts-ui/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/accounts-ui --version=v2025.10.31 -$ helm upgrade -i accounts-ui appscode/accounts-ui -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/accounts-ui --version=v2025.12.15 +$ helm upgrade -i accounts-ui appscode/accounts-ui -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Accounts UI on a [Kubernetes](http://kubernetes.io) cluster To install/upgrade the chart with the release name `accounts-ui`: ```bash -$ helm upgrade -i accounts-ui appscode/accounts-ui -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i accounts-ui appscode/accounts-ui -n ace --create-namespace --version=v2025.12.15 ``` The command deploys a Accounts UI on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -91,12 +91,12 @@ The following table lists the configurable parameters of the `accounts-ui` chart Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i accounts-ui appscode/accounts-ui -n ace --create-namespace --version=v2025.10.31 --set replicaCount=1 +$ helm upgrade -i accounts-ui appscode/accounts-ui -n ace --create-namespace --version=v2025.12.15 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i accounts-ui appscode/accounts-ui -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i accounts-ui appscode/accounts-ui -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/ace-installer/Chart.yaml b/charts/ace-installer/Chart.yaml index d48ee1b6e..65ca13c79 100644 --- a/charts/ace-installer/Chart.yaml +++ b/charts/ace-installer/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: ace-installer description: ACE Installer type: application -version: v2025.10.31 -appVersion: v2025.10.31 +version: v2025.12.15 +appVersion: v2025.12.15 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/kubeops/icons/android-icon-192x192.png sources: diff --git a/charts/ace-installer/README.md b/charts/ace-installer/README.md index ed2795d19..0347d043e 100644 --- a/charts/ace-installer/README.md +++ b/charts/ace-installer/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/ace-installer --version=v2025.10.31 -$ helm upgrade -i ace-installer appscode/ace-installer -n kubeops --create-namespace --version=v2025.10.31 +$ helm search repo appscode/ace-installer --version=v2025.12.15 +$ helm upgrade -i ace-installer appscode/ace-installer -n kubeops --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys charts for ACE on a [Kubernetes](http://kubernetes.io) cluste To install/upgrade the chart with the release name `ace-installer`: ```bash -$ helm upgrade -i ace-installer appscode/ace-installer -n kubeops --create-namespace --version=v2025.10.31 +$ helm upgrade -i ace-installer appscode/ace-installer -n kubeops --create-namespace --version=v2025.12.15 ``` The command deploys charts for ACE on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -59,17 +59,18 @@ The following table lists the configurable parameters of the `ace-installer` cha | image.proxies.quay | quay.io/company/bin:tag | quay.io | | image.proxies.kubernetes | registry.k8s.io/bin:tag | registry.k8s.io | | image.proxies.microsoft | | mcr.microsoft.com | +| image.proxies.weaviate | | cr.weaviate.io | | registry.credentials | | {} | | registry.certs | username: "abc" password: "xyz" | {} | | registry.imagePullSecrets | ca.crt: "***" | [] | | helm.createNamespace | | true | | helm.repositories.appscode-charts-oci.url | | oci://ghcr.io/appscode-charts | | helm.releases.ace.enabled | | false | -| helm.releases.ace.version | | "v2025.10.31" | +| helm.releases.ace.version | | "v2025.12.15" | | helm.releases.acerproxy.enabled | | false | -| helm.releases.acerproxy.version | | "v2025.10.31" | +| helm.releases.acerproxy.version | | "v2025.12.15" | | helm.releases.aceshifter.enabled | | true | -| helm.releases.aceshifter.version | | "v2025.10.31" | +| helm.releases.aceshifter.version | | "v2025.12.15" | | helm.releases.capi-catalog.enabled | | false | | helm.releases.capi-catalog.version | | "v2024.10.24" | | helm.releases.cert-manager.enabled | | true | @@ -88,18 +89,18 @@ The following table lists the configurable parameters of the `ace-installer` cha | helm.releases.kubestash.enabled | | true | | helm.releases.kubestash.version | | "v2025.10.17" | | helm.releases.kube-ui-server.enabled | | true | -| helm.releases.kube-ui-server.version | | "v2025.10.31" | +| helm.releases.kube-ui-server.version | | "v2025.12.15" | | helm.releases.license-proxyserver.enabled | | true | | helm.releases.license-proxyserver.version | | "v2025.5.16" | | helm.releases.opscenter-features.enabled | | true | -| helm.releases.opscenter-features.version | | "v2025.10.31" | +| helm.releases.opscenter-features.version | | "v2025.12.15" | | helm.releases.panopticon.enabled | | true | | helm.releases.panopticon.version | | "v2025.6.30" | | helm.releases.panopticon.values | | {"monitoring":{"agent":"prometheus.io/operator","enabled":true,"serviceMonitor":{"labels":{"release":"kube-prometheus-stack"}}}} | | helm.releases.reloader.enabled | | true | | helm.releases.reloader.version | | "1.0.79" | | helm.releases.stash-presets.enabled | | false | -| helm.releases.stash-presets.version | | "v2025.10.31" | +| helm.releases.stash-presets.version | | "v2025.12.15" | | helm.releases.cluster-manager-spoke.enabled | | false | | helm.releases.cluster-manager-spoke.version | | "v2025.10.17" | | helm.releases.spoke-cluster-addons.enabled | | false | @@ -124,19 +125,17 @@ The following table lists the configurable parameters of the `ace-installer` cha | precheck.resources | | {} | | precheck.nodeSelector | | {} | | precheck.tolerations | | [] | -| precheck.affinity | | {} | -| options | | null | Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i ace-installer appscode/ace-installer -n kubeops --create-namespace --version=v2025.10.31 --set image.proxies.appscode=r.appscode.com +$ helm upgrade -i ace-installer appscode/ace-installer -n kubeops --create-namespace --version=v2025.12.15 --set image.proxies.appscode=r.appscode.com ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i ace-installer appscode/ace-installer -n kubeops --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i ace-installer appscode/ace-installer -n kubeops --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/ace-installer/values.openapiv3_schema.yaml b/charts/ace-installer/values.openapiv3_schema.yaml index 86c487a88..ad91cc5d1 100644 --- a/charts/ace-installer/values.openapiv3_schema.yaml +++ b/charts/ace-installer/values.openapiv3_schema.yaml @@ -85,6 +85,8 @@ properties: type: string quay: type: string + weaviate: + type: string type: object type: object installerVersion: @@ -1529,6 +1531,8 @@ properties: type: string quay: type: string + weaviate: + type: string type: object type: object imagePullSecrets: diff --git a/charts/ace-installer/values.yaml b/charts/ace-installer/values.yaml index ba5dae5dd..736d28d6f 100644 --- a/charts/ace-installer/values.yaml +++ b/charts/ace-installer/values.yaml @@ -22,6 +22,7 @@ image: # registry.k8s.io/bin:tag kubernetes: registry.k8s.io microsoft: mcr.microsoft.com + weaviate: cr.weaviate.io # image: # proxies: # dockerHub: harbor.appscode.ninja/dockerhub @@ -48,13 +49,13 @@ helm: releases: ace: enabled: false - version: "v2025.10.31" + version: "v2025.12.15" acerproxy: enabled: false - version: "v2025.10.31" + version: "v2025.12.15" aceshifter: enabled: true - version: "v2025.10.31" + version: "v2025.12.15" capi-catalog: enabled: false version: "v2024.10.24" @@ -98,13 +99,13 @@ helm: version: "v2025.10.17" kube-ui-server: enabled: true - version: "v2025.10.31" + version: "v2025.12.15" license-proxyserver: enabled: true version: "v2025.5.16" opscenter-features: enabled: true - version: "v2025.10.31" + version: "v2025.12.15" panopticon: enabled: true version: "v2025.6.30" @@ -120,7 +121,7 @@ helm: version: "1.0.79" stash-presets: enabled: false - version: "v2025.10.31" + version: "v2025.12.15" # feature less chart versions cluster-manager-spoke: enabled: false diff --git a/charts/ace/Chart.lock b/charts/ace/Chart.lock index 8dca4d421..082de1009 100644 --- a/charts/ace/Chart.lock +++ b/charts/ace/Chart.lock @@ -1,25 +1,25 @@ dependencies: - name: platform-ui repository: file://../platform-ui - version: v2025.10.31 + version: v2025.12.15 - name: cluster-ui repository: file://../cluster-ui - version: v2025.10.31 + version: v2025.12.15 - name: kubedb-ui repository: file://../kubedb-ui - version: v2025.10.31 + version: v2025.12.15 - name: platform-api repository: file://../platform-api - version: v2025.10.31 + version: v2025.12.15 - name: grafana repository: file://../grafana - version: v2025.10.31 + version: v2025.12.15 - name: trickster repository: oci://ghcr.io/appscode-charts version: v2024.9.30 - name: s3proxy repository: file://../s3proxy - version: v2025.10.31 + version: v2025.12.15 - name: ingress-nginx repository: oci://ghcr.io/appscode-charts version: 4.13.1 @@ -34,9 +34,9 @@ dependencies: version: v2025.4.30 - name: outbox-syncer repository: file://../outbox-syncer - version: v2025.10.31 + version: v2025.12.15 - name: platform-opscenter repository: file://../platform-opscenter - version: v2025.10.31 -digest: sha256:79c3af0a47dfdbbd209d3e5eda348a4d63d3ac7e2dc059470c146d11b33647ed -generated: "2025-11-04T16:40:10.928170445+06:00" + version: v2025.12.15 +digest: sha256:109dfde2cde74bba2f06f42f8bff5d39a84d6016c0d0f2ef1140b85afd906c48 +generated: "2025-12-15T02:16:41.419124476Z" diff --git a/charts/ace/Chart.yaml b/charts/ace/Chart.yaml index 5c93d3ba5..20debf5ce 100644 --- a/charts/ace/Chart.yaml +++ b/charts/ace/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: ace description: A Helm chart for AppsCode Container Engine type: application -version: v2025.10.31 -appVersion: v2025.10.31 +version: v2025.12.15 +appVersion: v2025.12.15 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png sources: @@ -15,23 +15,23 @@ dependencies: - name: platform-ui repository: file://../platform-ui condition: platform-ui.enabled - version: v2025.10.31 + version: v2025.12.15 - name: cluster-ui repository: file://../cluster-ui condition: cluster-ui.enabled - version: v2025.10.31 + version: v2025.12.15 - name: kubedb-ui repository: file://../kubedb-ui condition: kubedb-ui.enabled - version: v2025.10.31 + version: v2025.12.15 - name: platform-api repository: file://../platform-api condition: platform-api.enabled - version: v2025.10.31 + version: v2025.12.15 - name: grafana repository: file://../grafana condition: grafana.enabled - version: v2025.10.31 + version: v2025.12.15 - name: trickster repository: oci://ghcr.io/appscode-charts condition: trickster.enabled @@ -39,7 +39,7 @@ dependencies: - name: s3proxy repository: file://../s3proxy condition: s3proxy.enabled - version: v2025.10.31 + version: v2025.12.15 - name: ingress-nginx repository: oci://ghcr.io/appscode-charts condition: ingress-nginx.enabled @@ -59,8 +59,8 @@ dependencies: - name: outbox-syncer repository: file://../outbox-syncer condition: outbox-syncer.enabled - version: v2025.10.31 + version: v2025.12.15 - name: platform-opscenter repository: file://../platform-opscenter condition: platform-opscenter.enabled - version: v2025.10.31 + version: v2025.12.15 diff --git a/charts/ace/README.md b/charts/ace/README.md index c467e779b..60961fffd 100644 --- a/charts/ace/README.md +++ b/charts/ace/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/ace --version=v2025.10.31 -$ helm upgrade -i ace appscode/ace -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/ace --version=v2025.12.15 +$ helm upgrade -i ace appscode/ace -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys AppsCode Container Engine on a [Kubernetes](http://kubernetes To install/upgrade the chart with the release name `ace`: ```bash -$ helm upgrade -i ace appscode/ace -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i ace appscode/ace -n ace --create-namespace --version=v2025.12.15 ``` The command deploys AppsCode Container Engine on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -238,12 +238,12 @@ The following table lists the configurable parameters of the `ace` chart and the Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i ace appscode/ace -n ace --create-namespace --version=v2025.10.31 --set global.nameOverride="ace" +$ helm upgrade -i ace appscode/ace -n ace --create-namespace --version=v2025.12.15 --set global.nameOverride="ace" ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i ace appscode/ace -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i ace appscode/ace -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/acerproxy/Chart.yaml b/charts/acerproxy/Chart.yaml index f744de025..dfc1e9d4f 100755 --- a/charts/acerproxy/Chart.yaml +++ b/charts/acerproxy/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: acerproxy description: A Helm chart for Rancher aware proxy of ACE api type: application -version: v2025.10.31 +version: v2025.12.15 appVersion: v0.1.0 home: https://github.com/kubedb/acerproxy icon: https://cdn.appscode.com/images/products/kubedb/kubedb-icon.png diff --git a/charts/acerproxy/README.md b/charts/acerproxy/README.md index 429c5b8af..ee3ed2d6e 100644 --- a/charts/acerproxy/README.md +++ b/charts/acerproxy/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/acerproxy --version=v2025.10.31 -$ helm upgrade -i acerproxy appscode/acerproxy -n kubeops --create-namespace --version=v2025.10.31 +$ helm search repo appscode/acerproxy --version=v2025.12.15 +$ helm upgrade -i acerproxy appscode/acerproxy -n kubeops --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Rancher aware proxy of ACE api on a [Kubernetes](http://kub To install/upgrade the chart with the release name `acerproxy`: ```bash -$ helm upgrade -i acerproxy appscode/acerproxy -n kubeops --create-namespace --version=v2025.10.31 +$ helm upgrade -i acerproxy appscode/acerproxy -n kubeops --create-namespace --version=v2025.12.15 ``` The command deploys a Rancher aware proxy of ACE api on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -89,12 +89,12 @@ The following table lists the configurable parameters of the `acerproxy` chart a Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i acerproxy appscode/acerproxy -n kubeops --create-namespace --version=v2025.10.31 --set replicaCount=1 +$ helm upgrade -i acerproxy appscode/acerproxy -n kubeops --create-namespace --version=v2025.12.15 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i acerproxy appscode/acerproxy -n kubeops --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i acerproxy appscode/acerproxy -n kubeops --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/aceshifter/Chart.yaml b/charts/aceshifter/Chart.yaml index 05da8afd0..a7e5ebf1f 100644 --- a/charts/aceshifter/Chart.yaml +++ b/charts/aceshifter/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: aceshifter description: A Helm chart for OpenShift type: application -version: v2025.10.31 +version: v2025.12.15 appVersion: v0.0.1 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png diff --git a/charts/aceshifter/README.md b/charts/aceshifter/README.md index 65cd45da6..aa4b2da78 100644 --- a/charts/aceshifter/README.md +++ b/charts/aceshifter/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/aceshifter --version=v2025.10.31 -$ helm upgrade -i aceshifter appscode/aceshifter -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/aceshifter --version=v2025.12.15 +$ helm upgrade -i aceshifter appscode/aceshifter -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Aceshifter on a [Kubernetes](http://kubernetes.io) cluster To install/upgrade the chart with the release name `aceshifter`: ```bash -$ helm upgrade -i aceshifter appscode/aceshifter -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i aceshifter appscode/aceshifter -n ace --create-namespace --version=v2025.12.15 ``` The command deploys a Aceshifter on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -84,12 +84,12 @@ The following table lists the configurable parameters of the `aceshifter` chart Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i aceshifter appscode/aceshifter -n ace --create-namespace --version=v2025.10.31 --set replicaCount=1 +$ helm upgrade -i aceshifter appscode/aceshifter -n ace --create-namespace --version=v2025.12.15 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i aceshifter appscode/aceshifter -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i aceshifter appscode/aceshifter -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/billing-ui/Chart.yaml b/charts/billing-ui/Chart.yaml index 8033aedfb..4d1179fe7 100644 --- a/charts/billing-ui/Chart.yaml +++ b/charts/billing-ui/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: billing-ui description: A Helm chart for Kubernetes type: application -version: v2025.10.31 +version: v2025.12.15 appVersion: 1.9.0 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png diff --git a/charts/billing-ui/README.md b/charts/billing-ui/README.md index 7b9adcd2f..b6119596a 100644 --- a/charts/billing-ui/README.md +++ b/charts/billing-ui/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/billing-ui --version=v2025.10.31 -$ helm upgrade -i billing-ui appscode/billing-ui -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/billing-ui --version=v2025.12.15 +$ helm upgrade -i billing-ui appscode/billing-ui -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Cluster UI on a [Kubernetes](http://kubernetes.io) cluster To install/upgrade the chart with the release name `billing-ui`: ```bash -$ helm upgrade -i billing-ui appscode/billing-ui -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i billing-ui appscode/billing-ui -n ace --create-namespace --version=v2025.12.15 ``` The command deploys a Cluster UI on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -75,12 +75,12 @@ The following table lists the configurable parameters of the `billing-ui` chart Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i billing-ui appscode/billing-ui -n ace --create-namespace --version=v2025.10.31 --set replicaCount=1 +$ helm upgrade -i billing-ui appscode/billing-ui -n ace --create-namespace --version=v2025.12.15 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i billing-ui appscode/billing-ui -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i billing-ui appscode/billing-ui -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/billing/Chart.yaml b/charts/billing/Chart.yaml index 7ebb9f9b1..ffd475e9a 100644 --- a/charts/billing/Chart.yaml +++ b/charts/billing/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: billing description: A Helm chart for Kubernetes type: application -version: v2025.10.31 -appVersion: v2025.10.31 +version: v2025.12.15 +appVersion: v2025.12.15 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png sources: diff --git a/charts/billing/README.md b/charts/billing/README.md index 15e8fd508..0b8202a5f 100644 --- a/charts/billing/README.md +++ b/charts/billing/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/billing --version=v2025.10.31 -$ helm upgrade -i billing appscode/billing -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/billing --version=v2025.12.15 +$ helm upgrade -i billing appscode/billing -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a billing backend on a [Kubernetes](http://kubernetes.io) clu To install/upgrade the chart with the release name `billing`: ```bash -$ helm upgrade -i billing appscode/billing -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i billing appscode/billing -n ace --create-namespace --version=v2025.12.15 ``` The command deploys a billing backend on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -89,12 +89,12 @@ The following table lists the configurable parameters of the `billing` chart and Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i billing appscode/billing -n ace --create-namespace --version=v2025.10.31 --set replicaCount=3 +$ helm upgrade -i billing appscode/billing -n ace --create-namespace --version=v2025.12.15 --set replicaCount=3 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i billing appscode/billing -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i billing appscode/billing -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/catalog-manager/Chart.yaml b/charts/catalog-manager/Chart.yaml index e2ad75bc0..d3d164d8e 100644 --- a/charts/catalog-manager/Chart.yaml +++ b/charts/catalog-manager/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: catalog-manager description: A Helm chart for AppsCode SaaS Calalog type: application -version: v2025.10.31 +version: v2025.12.15 appVersion: v0.9.0 home: https://github.com/appscode-cloud/catalog-manager icon: https://cdn.appscode.com/images/products/searchlight/icons/android-icon-192x192.png diff --git a/charts/catalog-manager/README.md b/charts/catalog-manager/README.md index 02830b10f..763d493a8 100644 --- a/charts/catalog-manager/README.md +++ b/charts/catalog-manager/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/catalog-manager --version=v2025.10.31 -$ helm upgrade -i catalog-manager appscode/catalog-manager -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/catalog-manager --version=v2025.12.15 +$ helm upgrade -i catalog-manager appscode/catalog-manager -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a catalog manager on a [Kubernetes](http://kubernetes.io) clu To install/upgrade the chart with the release name `catalog-manager`: ```bash -$ helm upgrade -i catalog-manager appscode/catalog-manager -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i catalog-manager appscode/catalog-manager -n ace --create-namespace --version=v2025.12.15 ``` The command deploys a catalog manager on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -54,6 +54,7 @@ The following table lists the configurable parameters of the `catalog-manager` c | proxies.quay | quay.io/company/bin:tag | quay.io | | proxies.kubernetes | registry.k8s.io/bin:tag | registry.k8s.io | | proxies.microsoft | | mcr.microsoft.com | +| proxies.weaviate | | cr.weaviate.io | | nameOverride | Overrides name template | "" | | fullnameOverride | Overrides fullname template | "" | | replicaCount | | 1 | @@ -81,19 +82,18 @@ The following table lists the configurable parameters of the `catalog-manager` c | keda.proxyService.name | | "keda-add-ons-http-interceptor-proxy" | | helmrepo.name | Name of the helmrepo for ui charts | "" | | helmrepo.namespace | Namespace of the helmrepo for ui charts | "" | -| platform.baseURL | | "" | -| platform.caBundle | | "" | +| platform | | | Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i catalog-manager appscode/catalog-manager -n ace --create-namespace --version=v2025.10.31 --set proxies.appscode=r.appscode.com +$ helm upgrade -i catalog-manager appscode/catalog-manager -n ace --create-namespace --version=v2025.12.15 --set proxies.appscode=r.appscode.com ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i catalog-manager appscode/catalog-manager -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i catalog-manager appscode/catalog-manager -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/catalog-manager/values.openapiv3_schema.yaml b/charts/catalog-manager/values.openapiv3_schema.yaml index 325d06404..42c882e89 100644 --- a/charts/catalog-manager/values.openapiv3_schema.yaml +++ b/charts/catalog-manager/values.openapiv3_schema.yaml @@ -722,6 +722,8 @@ properties: type: string quay: type: string + weaviate: + type: string type: object registryFQDN: type: string diff --git a/charts/catalog-manager/values.yaml b/charts/catalog-manager/values.yaml index b9332212c..c39c1efc3 100644 --- a/charts/catalog-manager/values.yaml +++ b/charts/catalog-manager/values.yaml @@ -16,6 +16,7 @@ proxies: # registry.k8s.io/bin:tag kubernetes: registry.k8s.io microsoft: mcr.microsoft.com + weaviate: cr.weaviate.io # Overrides name template nameOverride: "" diff --git a/charts/cert-manager-webhook-ace/Chart.yaml b/charts/cert-manager-webhook-ace/Chart.yaml index 1c902d292..290e928e9 100644 --- a/charts/cert-manager-webhook-ace/Chart.yaml +++ b/charts/cert-manager-webhook-ace/Chart.yaml @@ -4,7 +4,7 @@ description: A webhook to use AppsCode DNS Proxy for Cloudfare as a DNS issuer f cert-manager home: https://github.com/appscode-cloud/cert-manager-webhook-ace type: application -version: v2025.10.31 +version: v2025.12.15 appVersion: v0.0.1 keywords: - cert-manager diff --git a/charts/cert-manager-webhook-ace/README.md b/charts/cert-manager-webhook-ace/README.md index c204eb4ca..eba723f3d 100644 --- a/charts/cert-manager-webhook-ace/README.md +++ b/charts/cert-manager-webhook-ace/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/cert-manager-webhook-ace --version=v2025.10.31 -$ helm upgrade -i cert-manager-webhook-ace appscode/cert-manager-webhook-ace -n cert-manager --create-namespace --version=v2025.10.31 +$ helm search repo appscode/cert-manager-webhook-ace --version=v2025.12.15 +$ helm upgrade -i cert-manager-webhook-ace appscode/cert-manager-webhook-ace -n cert-manager --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a cert-manager webhook on a [Kubernetes](http://kubernetes.io To install/upgrade the chart with the release name `cert-manager-webhook-ace`: ```bash -$ helm upgrade -i cert-manager-webhook-ace appscode/cert-manager-webhook-ace -n cert-manager --create-namespace --version=v2025.10.31 +$ helm upgrade -i cert-manager-webhook-ace appscode/cert-manager-webhook-ace -n cert-manager --create-namespace --version=v2025.12.15 ``` The command deploys a cert-manager webhook on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -76,12 +76,12 @@ The following table lists the configurable parameters of the `cert-manager-webho Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i cert-manager-webhook-ace appscode/cert-manager-webhook-ace -n cert-manager --create-namespace --version=v2025.10.31 --set groupName=webhook.dns.appscode.com +$ helm upgrade -i cert-manager-webhook-ace appscode/cert-manager-webhook-ace -n cert-manager --create-namespace --version=v2025.12.15 --set groupName=webhook.dns.appscode.com ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i cert-manager-webhook-ace appscode/cert-manager-webhook-ace -n cert-manager --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i cert-manager-webhook-ace appscode/cert-manager-webhook-ace -n cert-manager --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/cluster-importer/Chart.yaml b/charts/cluster-importer/Chart.yaml index 9228b34f6..cfa4d7800 100644 --- a/charts/cluster-importer/Chart.yaml +++ b/charts/cluster-importer/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: cluster-importer description: A Helm chart for Kubernetes type: application -version: v2025.10.31 +version: v2025.12.15 appVersion: v0.0.2 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png diff --git a/charts/cluster-importer/README.md b/charts/cluster-importer/README.md index a6039bd89..77c3d67c4 100644 --- a/charts/cluster-importer/README.md +++ b/charts/cluster-importer/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/cluster-importer --version=v2025.10.31 -$ helm upgrade -i cluster-importer appscode/cluster-importer -n ace-system --create-namespace --version=v2025.10.31 +$ helm search repo appscode/cluster-importer --version=v2025.12.15 +$ helm upgrade -i cluster-importer appscode/cluster-importer -n ace-system --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Cluster Importer on a [Kubernetes](http://kubernetes.io) cl To install/upgrade the chart with the release name `cluster-importer`: ```bash -$ helm upgrade -i cluster-importer appscode/cluster-importer -n ace-system --create-namespace --version=v2025.10.31 +$ helm upgrade -i cluster-importer appscode/cluster-importer -n ace-system --create-namespace --version=v2025.12.15 ``` The command deploys a Cluster Importer on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -75,12 +75,12 @@ The following table lists the configurable parameters of the `cluster-importer` Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i cluster-importer appscode/cluster-importer -n ace-system --create-namespace --version=v2025.10.31 --set registryFQDN=ghcr.io +$ helm upgrade -i cluster-importer appscode/cluster-importer -n ace-system --create-namespace --version=v2025.12.15 --set registryFQDN=ghcr.io ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i cluster-importer appscode/cluster-importer -n ace-system --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i cluster-importer appscode/cluster-importer -n ace-system --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/cluster-presets/Chart.yaml b/charts/cluster-presets/Chart.yaml index a06eed657..e3d415819 100644 --- a/charts/cluster-presets/Chart.yaml +++ b/charts/cluster-presets/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: cluster-presets description: A Helm chart for Kubernetes type: application -version: v2025.10.31 +version: v2025.12.15 appVersion: v0.0.9 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png diff --git a/charts/cluster-presets/README.md b/charts/cluster-presets/README.md index 49cd18b41..cd50b277b 100644 --- a/charts/cluster-presets/README.md +++ b/charts/cluster-presets/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/cluster-presets --version=v2025.10.31 -$ helm upgrade -i cluster-presets appscode/cluster-presets -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/cluster-presets --version=v2025.12.15 +$ helm upgrade -i cluster-presets appscode/cluster-presets -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Cluster Presets on a [Kubernetes](http://kubernetes.io) clu To install/upgrade the chart with the release name `cluster-presets`: ```bash -$ helm upgrade -i cluster-presets appscode/cluster-presets -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i cluster-presets appscode/cluster-presets -n ace --create-namespace --version=v2025.12.15 ``` The command deploys a Cluster Presets on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -80,12 +80,12 @@ The following table lists the configurable parameters of the `cluster-presets` c Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i cluster-presets appscode/cluster-presets -n ace --create-namespace --version=v2025.10.31 --set replicaCount=1 +$ helm upgrade -i cluster-presets appscode/cluster-presets -n ace --create-namespace --version=v2025.12.15 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i cluster-presets appscode/cluster-presets -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i cluster-presets appscode/cluster-presets -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/cluster-ui/Chart.yaml b/charts/cluster-ui/Chart.yaml index f395bc060..d3fa8fc90 100644 --- a/charts/cluster-ui/Chart.yaml +++ b/charts/cluster-ui/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: cluster-ui description: A Helm chart for Kubernetes type: application -version: v2025.10.31 +version: v2025.12.15 appVersion: 1.9.0 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png diff --git a/charts/cluster-ui/README.md b/charts/cluster-ui/README.md index 8a7cfd11a..1626e8040 100644 --- a/charts/cluster-ui/README.md +++ b/charts/cluster-ui/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/cluster-ui --version=v2025.10.31 -$ helm upgrade -i cluster-ui appscode/cluster-ui -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/cluster-ui --version=v2025.12.15 +$ helm upgrade -i cluster-ui appscode/cluster-ui -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Cluster UI on a [Kubernetes](http://kubernetes.io) cluster To install/upgrade the chart with the release name `cluster-ui`: ```bash -$ helm upgrade -i cluster-ui appscode/cluster-ui -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i cluster-ui appscode/cluster-ui -n ace --create-namespace --version=v2025.12.15 ``` The command deploys a Cluster UI on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -76,12 +76,12 @@ The following table lists the configurable parameters of the `cluster-ui` chart Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i cluster-ui appscode/cluster-ui -n ace --create-namespace --version=v2025.10.31 --set replicaCount=1 +$ helm upgrade -i cluster-ui appscode/cluster-ui -n ace --create-namespace --version=v2025.12.15 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i cluster-ui appscode/cluster-ui -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i cluster-ui appscode/cluster-ui -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/deploy-ui/Chart.yaml b/charts/deploy-ui/Chart.yaml index d9334172d..40767a4d8 100644 --- a/charts/deploy-ui/Chart.yaml +++ b/charts/deploy-ui/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: deploy-ui description: A Helm chart for Kubernetes type: application -version: v2025.10.31 +version: v2025.12.15 appVersion: 0.3.6 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png diff --git a/charts/deploy-ui/README.md b/charts/deploy-ui/README.md index 7874ce366..e9e6d1608 100644 --- a/charts/deploy-ui/README.md +++ b/charts/deploy-ui/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/deploy-ui --version=v2025.10.31 -$ helm upgrade -i deploy-ui appscode/deploy-ui -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/deploy-ui --version=v2025.12.15 +$ helm upgrade -i deploy-ui appscode/deploy-ui -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Deploy UI on a [Kubernetes](http://kubernetes.io) cluster u To install/upgrade the chart with the release name `deploy-ui`: ```bash -$ helm upgrade -i deploy-ui appscode/deploy-ui -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i deploy-ui appscode/deploy-ui -n ace --create-namespace --version=v2025.12.15 ``` The command deploys a Deploy UI on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -75,12 +75,12 @@ The following table lists the configurable parameters of the `deploy-ui` chart a Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i deploy-ui appscode/deploy-ui -n ace --create-namespace --version=v2025.10.31 --set replicaCount=1 +$ helm upgrade -i deploy-ui appscode/deploy-ui -n ace --create-namespace --version=v2025.12.15 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i deploy-ui appscode/deploy-ui -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i deploy-ui appscode/deploy-ui -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/dns-proxy/Chart.yaml b/charts/dns-proxy/Chart.yaml index 13924f3c0..3beb6c959 100644 --- a/charts/dns-proxy/Chart.yaml +++ b/charts/dns-proxy/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: dns-proxy description: A Helm chart for Kubernetes type: application -version: v2025.10.31 +version: v2025.12.15 appVersion: v0.0.4 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png diff --git a/charts/dns-proxy/README.md b/charts/dns-proxy/README.md index 35f516f28..b5d22a3fb 100644 --- a/charts/dns-proxy/README.md +++ b/charts/dns-proxy/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/dns-proxy --version=v2025.10.31 -$ helm upgrade -i dns-proxy appscode/dns-proxy -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/dns-proxy --version=v2025.12.15 +$ helm upgrade -i dns-proxy appscode/dns-proxy -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Cloudflare DNS Proxy server on a [Kubernetes](http://kubern To install/upgrade the chart with the release name `dns-proxy`: ```bash -$ helm upgrade -i dns-proxy appscode/dns-proxy -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i dns-proxy appscode/dns-proxy -n ace --create-namespace --version=v2025.12.15 ``` The command deploys a Cloudflare DNS Proxy server on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -89,12 +89,12 @@ The following table lists the configurable parameters of the `dns-proxy` chart a Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i dns-proxy appscode/dns-proxy -n ace --create-namespace --version=v2025.10.31 --set replicaCount=1 +$ helm upgrade -i dns-proxy appscode/dns-proxy -n ace --create-namespace --version=v2025.12.15 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i dns-proxy appscode/dns-proxy -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i dns-proxy appscode/dns-proxy -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/gh-ci-webhook/Chart.yaml b/charts/gh-ci-webhook/Chart.yaml index fc3d24573..fa83244d1 100644 --- a/charts/gh-ci-webhook/Chart.yaml +++ b/charts/gh-ci-webhook/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: gh-ci-webhook description: A Helm chart for Kubernetes type: application -version: v2025.10.31 +version: v2025.12.15 appVersion: v0.0.20 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png diff --git a/charts/gh-ci-webhook/README.md b/charts/gh-ci-webhook/README.md index b22291ed8..11deb89a1 100644 --- a/charts/gh-ci-webhook/README.md +++ b/charts/gh-ci-webhook/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/gh-ci-webhook --version=v2025.10.31 -$ helm upgrade -i gh-ci-webhook appscode/gh-ci-webhook -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/gh-ci-webhook --version=v2025.12.15 +$ helm upgrade -i gh-ci-webhook appscode/gh-ci-webhook -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a GitHub Webhook server on a [Kubernetes](http://kubernetes.i To install/upgrade the chart with the release name `gh-ci-webhook`: ```bash -$ helm upgrade -i gh-ci-webhook appscode/gh-ci-webhook -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i gh-ci-webhook appscode/gh-ci-webhook -n ace --create-namespace --version=v2025.12.15 ``` The command deploys a GitHub Webhook server on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -87,12 +87,12 @@ The following table lists the configurable parameters of the `gh-ci-webhook` cha Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i gh-ci-webhook appscode/gh-ci-webhook -n ace --create-namespace --version=v2025.10.31 --set replicaCount=1 +$ helm upgrade -i gh-ci-webhook appscode/gh-ci-webhook -n ace --create-namespace --version=v2025.12.15 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i gh-ci-webhook appscode/gh-ci-webhook -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i gh-ci-webhook appscode/gh-ci-webhook -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/grafana/Chart.yaml b/charts/grafana/Chart.yaml index 92eb89d07..05b0839fe 100644 --- a/charts/grafana/Chart.yaml +++ b/charts/grafana/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: grafana description: A Helm chart for Kubernetes type: application -version: v2025.10.31 +version: v2025.12.15 appVersion: v2025.2.3 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png diff --git a/charts/grafana/README.md b/charts/grafana/README.md index f316a37d7..acfb5f9f0 100644 --- a/charts/grafana/README.md +++ b/charts/grafana/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/grafana --version=v2025.10.31 -$ helm upgrade -i grafana appscode/grafana -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/grafana --version=v2025.12.15 +$ helm upgrade -i grafana appscode/grafana -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Grafana UI on a [Kubernetes](http://kubernetes.io) cluster To install/upgrade the chart with the release name `grafana`: ```bash -$ helm upgrade -i grafana appscode/grafana -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i grafana appscode/grafana -n ace --create-namespace --version=v2025.12.15 ``` The command deploys a Grafana UI on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -91,12 +91,12 @@ The following table lists the configurable parameters of the `grafana` chart and Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i grafana appscode/grafana -n ace --create-namespace --version=v2025.10.31 --set replicaCount=1 +$ helm upgrade -i grafana appscode/grafana -n ace --create-namespace --version=v2025.12.15 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i grafana appscode/grafana -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i grafana appscode/grafana -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/inbox-ui/Chart.yaml b/charts/inbox-ui/Chart.yaml index 635f03f52..1249150cd 100644 --- a/charts/inbox-ui/Chart.yaml +++ b/charts/inbox-ui/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: inbox-ui description: A Helm chart for Kubernetes type: application -version: v2025.10.31 +version: v2025.12.15 appVersion: 0.0.5 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png diff --git a/charts/inbox-ui/README.md b/charts/inbox-ui/README.md index a1d71a2af..d6c4239b3 100644 --- a/charts/inbox-ui/README.md +++ b/charts/inbox-ui/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/inbox-ui --version=v2025.10.31 -$ helm upgrade -i inbox-ui appscode/inbox-ui -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/inbox-ui --version=v2025.12.15 +$ helm upgrade -i inbox-ui appscode/inbox-ui -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Cluster UI on a [Kubernetes](http://kubernetes.io) cluster To install/upgrade the chart with the release name `inbox-ui`: ```bash -$ helm upgrade -i inbox-ui appscode/inbox-ui -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i inbox-ui appscode/inbox-ui -n ace --create-namespace --version=v2025.12.15 ``` The command deploys a Cluster UI on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -81,12 +81,12 @@ The following table lists the configurable parameters of the `inbox-ui` chart an Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i inbox-ui appscode/inbox-ui -n ace --create-namespace --version=v2025.10.31 --set replicaCount=1 +$ helm upgrade -i inbox-ui appscode/inbox-ui -n ace --create-namespace --version=v2025.12.15 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i inbox-ui appscode/inbox-ui -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i inbox-ui appscode/inbox-ui -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/kubedb-ui-presets/Chart.yaml b/charts/kubedb-ui-presets/Chart.yaml index be995ddac..b041eea99 100644 --- a/charts/kubedb-ui-presets/Chart.yaml +++ b/charts/kubedb-ui-presets/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: kubedb-ui-presets description: KubeDB UI Presets type: application -version: v2025.10.31 -appVersion: v2025.10.31 +version: v2025.12.15 +appVersion: v2025.12.15 home: https://github.com/bytebuilders icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png sources: diff --git a/charts/kubedb-ui-presets/README.md b/charts/kubedb-ui-presets/README.md index fe8c1c9a1..61f6ba721 100644 --- a/charts/kubedb-ui-presets/README.md +++ b/charts/kubedb-ui-presets/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/kubedb-ui-presets --version=v2025.10.31 -$ helm upgrade -i kubedb-ui-presets appscode/kubedb-ui-presets -n kubeops --create-namespace --version=v2025.10.31 +$ helm search repo appscode/kubedb-ui-presets --version=v2025.12.15 +$ helm upgrade -i kubedb-ui-presets appscode/kubedb-ui-presets -n kubeops --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys KubeDB UI Presets on a [Kubernetes](http://kubernetes.io) clu To install/upgrade the chart with the release name `kubedb-ui-presets`: ```bash -$ helm upgrade -i kubedb-ui-presets appscode/kubedb-ui-presets -n kubeops --create-namespace --version=v2025.10.31 +$ helm upgrade -i kubedb-ui-presets appscode/kubedb-ui-presets -n kubeops --create-namespace --version=v2025.12.15 ``` The command deploys KubeDB UI Presets on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -248,12 +248,12 @@ The following table lists the configurable parameters of the `kubedb-ui-presets` Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i kubedb-ui-presets appscode/kubedb-ui-presets -n kubeops --create-namespace --version=v2025.10.31 --set deployment.default=Shared +$ helm upgrade -i kubedb-ui-presets appscode/kubedb-ui-presets -n kubeops --create-namespace --version=v2025.12.15 --set deployment.default=Shared ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i kubedb-ui-presets appscode/kubedb-ui-presets -n kubeops --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i kubedb-ui-presets appscode/kubedb-ui-presets -n kubeops --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/kubedb-ui/Chart.yaml b/charts/kubedb-ui/Chart.yaml index 6835d0aea..05fd6f91f 100644 --- a/charts/kubedb-ui/Chart.yaml +++ b/charts/kubedb-ui/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: kubedb-ui description: A Helm chart for Kubernetes type: application -version: v2025.10.31 +version: v2025.12.15 appVersion: 1.9.0 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png diff --git a/charts/kubedb-ui/README.md b/charts/kubedb-ui/README.md index 8a19b81a5..d18276cef 100644 --- a/charts/kubedb-ui/README.md +++ b/charts/kubedb-ui/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/kubedb-ui --version=v2025.10.31 -$ helm upgrade -i kubedb-ui appscode/kubedb-ui -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/kubedb-ui --version=v2025.12.15 +$ helm upgrade -i kubedb-ui appscode/kubedb-ui -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a KubeDB UI on a [Kubernetes](http://kubernetes.io) cluster u To install/upgrade the chart with the release name `kubedb-ui`: ```bash -$ helm upgrade -i kubedb-ui appscode/kubedb-ui -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i kubedb-ui appscode/kubedb-ui -n ace --create-namespace --version=v2025.12.15 ``` The command deploys a KubeDB UI on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -76,12 +76,12 @@ The following table lists the configurable parameters of the `kubedb-ui` chart a Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i kubedb-ui appscode/kubedb-ui -n ace --create-namespace --version=v2025.10.31 --set replicaCount=1 +$ helm upgrade -i kubedb-ui appscode/kubedb-ui -n ace --create-namespace --version=v2025.12.15 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i kubedb-ui appscode/kubedb-ui -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i kubedb-ui appscode/kubedb-ui -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/marketplace-api/Chart.yaml b/charts/marketplace-api/Chart.yaml index 7d302b4de..0f7622d24 100644 --- a/charts/marketplace-api/Chart.yaml +++ b/charts/marketplace-api/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: marketplace-api description: A Helm chart for Kubernetes type: application -version: v2025.10.31 -appVersion: v2025.10.31 +version: v2025.12.15 +appVersion: v2025.12.15 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png sources: diff --git a/charts/marketplace-api/README.md b/charts/marketplace-api/README.md index ac13ac4e7..d6c084f4a 100644 --- a/charts/marketplace-api/README.md +++ b/charts/marketplace-api/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/marketplace-api --version=v2025.10.31 -$ helm upgrade -i marketplace-api appscode/marketplace-api -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/marketplace-api --version=v2025.12.15 +$ helm upgrade -i marketplace-api appscode/marketplace-api -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Cluster UI on a [Kubernetes](http://kubernetes.io) cluster To install/upgrade the chart with the release name `marketplace-api`: ```bash -$ helm upgrade -i marketplace-api appscode/marketplace-api -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i marketplace-api appscode/marketplace-api -n ace --create-namespace --version=v2025.12.15 ``` The command deploys a Cluster UI on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -91,12 +91,12 @@ The following table lists the configurable parameters of the `marketplace-api` c Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i marketplace-api appscode/marketplace-api -n ace --create-namespace --version=v2025.10.31 --set replicaCount=1 +$ helm upgrade -i marketplace-api appscode/marketplace-api -n ace --create-namespace --version=v2025.12.15 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i marketplace-api appscode/marketplace-api -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i marketplace-api appscode/marketplace-api -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/marketplace-ui/Chart.yaml b/charts/marketplace-ui/Chart.yaml index 772a60255..5763a4611 100644 --- a/charts/marketplace-ui/Chart.yaml +++ b/charts/marketplace-ui/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: marketplace-ui description: A Helm chart for Kubernetes type: application -version: v2025.10.31 +version: v2025.12.15 appVersion: 0.3.1 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png diff --git a/charts/marketplace-ui/README.md b/charts/marketplace-ui/README.md index d094e3c36..d2ff9380d 100644 --- a/charts/marketplace-ui/README.md +++ b/charts/marketplace-ui/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/marketplace-ui --version=v2025.10.31 -$ helm upgrade -i marketplace-ui appscode/marketplace-ui -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/marketplace-ui --version=v2025.12.15 +$ helm upgrade -i marketplace-ui appscode/marketplace-ui -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Marketplace UI on a [Kubernetes](http://kubernetes.io) clus To install/upgrade the chart with the release name `marketplace-ui`: ```bash -$ helm upgrade -i marketplace-ui appscode/marketplace-ui -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i marketplace-ui appscode/marketplace-ui -n ace --create-namespace --version=v2025.12.15 ``` The command deploys a Marketplace UI on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -75,12 +75,12 @@ The following table lists the configurable parameters of the `marketplace-ui` ch Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i marketplace-ui appscode/marketplace-ui -n ace --create-namespace --version=v2025.10.31 --set replicaCount=1 +$ helm upgrade -i marketplace-ui appscode/marketplace-ui -n ace --create-namespace --version=v2025.12.15 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i marketplace-ui appscode/marketplace-ui -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i marketplace-ui appscode/marketplace-ui -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/minio/Chart.yaml b/charts/minio/Chart.yaml index af89ecc76..d76b6ada0 100644 --- a/charts/minio/Chart.yaml +++ b/charts/minio/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: minio description: A Helm chart for MinIO Demo Deployment type: application -version: v2025.10.31 +version: v2025.12.15 appVersion: RELEASE.2023-01-12T02-06-16Z home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png diff --git a/charts/minio/README.md b/charts/minio/README.md index a63913edd..7f85ed84f 100644 --- a/charts/minio/README.md +++ b/charts/minio/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/minio --version=v2025.10.31 -$ helm upgrade -i minio appscode/minio -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/minio --version=v2025.12.15 +$ helm upgrade -i minio appscode/minio -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a MinIO on a [Kubernetes](http://kubernetes.io) cluster using To install/upgrade the chart with the release name `minio`: ```bash -$ helm upgrade -i minio appscode/minio -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i minio appscode/minio -n ace --create-namespace --version=v2025.12.15 ``` The command deploys a MinIO on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -83,12 +83,12 @@ The following table lists the configurable parameters of the `minio` chart and t Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i minio appscode/minio -n ace --create-namespace --version=v2025.10.31 --set replicaCount=1 +$ helm upgrade -i minio appscode/minio -n ace --create-namespace --version=v2025.12.15 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i minio appscode/minio -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i minio appscode/minio -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/offline-license-server/Chart.yaml b/charts/offline-license-server/Chart.yaml index 7a9b7f39e..4e66dfd35 100644 --- a/charts/offline-license-server/Chart.yaml +++ b/charts/offline-license-server/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: offline-license-server description: A Helm chart for Kubernetes type: application -version: v2025.10.31 +version: v2025.12.15 appVersion: v0.0.69 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png diff --git a/charts/offline-license-server/README.md b/charts/offline-license-server/README.md index 0d6d399f9..41425c4c5 100644 --- a/charts/offline-license-server/README.md +++ b/charts/offline-license-server/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/offline-license-server --version=v2025.10.31 -$ helm upgrade -i offline-license-server appscode/offline-license-server -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/offline-license-server --version=v2025.12.15 +$ helm upgrade -i offline-license-server appscode/offline-license-server -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys an Offline License Server on a [Kubernetes](http://kubernetes To install/upgrade the chart with the release name `offline-license-server`: ```bash -$ helm upgrade -i offline-license-server appscode/offline-license-server -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i offline-license-server appscode/offline-license-server -n ace --create-namespace --version=v2025.12.15 ``` The command deploys an Offline License Server on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -90,12 +90,12 @@ The following table lists the configurable parameters of the `offline-license-se Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i offline-license-server appscode/offline-license-server -n ace --create-namespace --version=v2025.10.31 --set replicaCount=1 +$ helm upgrade -i offline-license-server appscode/offline-license-server -n ace --create-namespace --version=v2025.12.15 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i offline-license-server appscode/offline-license-server -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i offline-license-server appscode/offline-license-server -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/opscenter-features/Chart.yaml b/charts/opscenter-features/Chart.yaml index a10b60055..796c16f3e 100644 --- a/charts/opscenter-features/Chart.yaml +++ b/charts/opscenter-features/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: opscenter-features description: ACE Opscenter Configuration type: application -version: v2025.10.31 -appVersion: v0.27.0 +version: v2025.12.15 +appVersion: v0.28.0 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/kubeops/icons/android-icon-192x192.png sources: diff --git a/charts/opscenter-features/README.md b/charts/opscenter-features/README.md index 7788a0e05..1033d9aa7 100644 --- a/charts/opscenter-features/README.md +++ b/charts/opscenter-features/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/opscenter-features --version=v2025.10.31 -$ helm upgrade -i opscenter-features appscode/opscenter-features -n kubeops --create-namespace --version=v2025.10.31 +$ helm search repo appscode/opscenter-features --version=v2025.12.15 +$ helm upgrade -i opscenter-features appscode/opscenter-features -n kubeops --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a ACE Opscenter Configurator on a [Kubernetes](http://kuberne To install/upgrade the chart with the release name `opscenter-features`: ```bash -$ helm upgrade -i opscenter-features appscode/opscenter-features -n kubeops --create-namespace --version=v2025.10.31 +$ helm upgrade -i opscenter-features appscode/opscenter-features -n kubeops --create-namespace --version=v2025.12.15 ``` The command deploys a ACE Opscenter Configurator on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -63,12 +63,13 @@ The following table lists the configurable parameters of the `opscenter-features | image.proxies.quay | quay.io/company/bin:tag | quay.io | | image.proxies.kubernetes | registry.k8s.io/bin:tag | registry.k8s.io | | image.proxies.microsoft | | mcr.microsoft.com | +| image.proxies.weaviate | | cr.weaviate.io | | registry.credentials | | {} | | registry.certs | username: "abc" password: "xyz" | {} | | registry.imagePullSecrets | ca.crt: "***" | [] | | helm.createNamespace | | true | | helm.repositories.appscode-charts-oci.url | | oci://ghcr.io/appscode-charts | -| helm.releases.aceshifter.version | | "v2025.10.31" | +| helm.releases.aceshifter.version | | "v2025.12.15" | | helm.releases.appscode-otel-stack.version | | "v2025.2.28" | | helm.releases.aws-credential-manager.version | | "v2025.4.30" | | helm.releases.aws-ebs-csi-driver.version | | "2.23.0" | @@ -76,11 +77,11 @@ The following table lists the configurable parameters of the `opscenter-features | helm.releases.capa-vpc-peering-operator.version | | "v2023.12.11" | | helm.releases.capi-catalog.version | | "v2024.10.24" | | helm.releases.capi-ops-manager.version | | "v2024.8.14" | -| helm.releases.catalog-manager.version | | "v2025.10.31" | +| helm.releases.catalog-manager.version | | "v2025.12.15" | | helm.releases.cert-manager.version | | "v1.18.2" | | helm.releases.cert-manager-csi-driver-cacerts.version | | "v2025.10.31" | | helm.releases.cluster-autoscaler.version | | "9.29.0" | -| helm.releases.cluster-presets.version | | "v2025.10.31" | +| helm.releases.cluster-presets.version | | "v2025.12.15" | | helm.releases.config-syncer.version | | "v0.15.2" | | helm.releases.crossplane.version | | "1.14.0" | | helm.releases.csi-driver-nfs.version | | "v4.7.0" | @@ -97,8 +98,8 @@ The following table lists the configurable parameters of the `opscenter-features | helm.releases.keda-add-ons-http.version | | "0.10.0" | | helm.releases.kube-grafana-dashboards.version | | "v2023.10.1" | | helm.releases.kube-prometheus-stack.version | | "69.2.2" | -| helm.releases.kubedb-ui-presets.version | | "v2025.10.31" | -| helm.releases.kube-ui-server.version | | "v2025.10.31" | +| helm.releases.kubedb-ui-presets.version | | "v2025.12.15" | +| helm.releases.kube-ui-server.version | | "v2025.12.15" | | helm.releases.kubedb.version | | "v2025.10.17" | | helm.releases.kubedb-opscenter.version | | "v2025.10.17" | | helm.releases.kubedb-provider-aws.version | | "v2024.1.31" | @@ -116,21 +117,21 @@ The following table lists the configurable parameters of the `opscenter-features | helm.releases.operator-shard-manager.version | | "v2025.3.14" | | helm.releases.opencost.version | | "1.18.1" | | helm.releases.opencost-grafana-dashboards.version | | "v2023.10.1" | -| helm.releases.opscenter-features.version | | "v2025.10.31" | +| helm.releases.opscenter-features.version | | "v2025.12.15" | | helm.releases.panopticon.version | | "v2025.6.30" | | helm.releases.prepare-cluster.version | | "v2023.12.21" | | helm.releases.prometheus-adapter.version | | "4.9.0" | | helm.releases.reloader.version | | "1.0.79" | | helm.releases.scanner.version | | "v2024.9.30" | -| helm.releases.service-backend.version | | "v2025.10.31" | -| helm.releases.service-gateway.version | | "v2025.10.31" | -| helm.releases.service-gateway-presets.version | | "v2025.10.31" | -| helm.releases.service-provider.version | | "v2025.10.31" | +| helm.releases.service-backend.version | | "v2025.12.15" | +| helm.releases.service-gateway.version | | "v2025.12.15" | +| helm.releases.service-gateway-presets.version | | "v2025.12.15" | +| helm.releases.service-provider.version | | "v2025.12.15" | | helm.releases.sidekick.version | | "v2025.3.14" | | helm.releases.snapshot-controller.version | | "3.0.6" | | helm.releases.stash.version | | "v2025.7.31" | | helm.releases.stash-opscenter.version | | "v2025.7.31" | -| helm.releases.stash-presets.version | | "v2025.10.31" | +| helm.releases.stash-presets.version | | "v2025.12.15" | | helm.releases.supervisor.version | | "v2025.7.31" | | helm.releases.topolvm.version | | "15.0.0" | | helm.releases.voyager.version | | "v2024.8.30" | @@ -160,7 +161,7 @@ The following table lists the configurable parameters of the `opscenter-features | helm.releases.license-proxyserver-manager.version | | "v2025.5.16" | | helm.releases.inbox-server.version | | "v2025.2.28" | | helm.releases.inbox-agent.version | | "v2024.12.30" | -| helm.releases.inbox-ui.version | | "v2025.10.31" | +| helm.releases.inbox-ui.version | | "v2025.12.15" | | licenseServer.baseURL | | "" | | licenseServer.token | | "" | @@ -168,12 +169,12 @@ The following table lists the configurable parameters of the `opscenter-features Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i opscenter-features appscode/opscenter-features -n kubeops --create-namespace --version=v2025.10.31 --set clusterMetadata.uid=TBD +$ helm upgrade -i opscenter-features appscode/opscenter-features -n kubeops --create-namespace --version=v2025.12.15 --set clusterMetadata.uid=TBD ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i opscenter-features appscode/opscenter-features -n kubeops --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i opscenter-features appscode/opscenter-features -n kubeops --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/opscenter-features/values.openapiv3_schema.yaml b/charts/opscenter-features/values.openapiv3_schema.yaml index e4377032f..174153ee4 100644 --- a/charts/opscenter-features/values.openapiv3_schema.yaml +++ b/charts/opscenter-features/values.openapiv3_schema.yaml @@ -103,6 +103,8 @@ properties: type: string quay: type: string + weaviate: + type: string type: object type: object licenseServer: diff --git a/charts/opscenter-features/values.yaml b/charts/opscenter-features/values.yaml index 07b3e81b0..ba4e70aee 100644 --- a/charts/opscenter-features/values.yaml +++ b/charts/opscenter-features/values.yaml @@ -28,6 +28,7 @@ image: # registry.k8s.io/bin:tag kubernetes: registry.k8s.io microsoft: mcr.microsoft.com + weaviate: cr.weaviate.io # image: # proxies: # dockerHub: harbor.appscode.ninja/dockerhub @@ -53,7 +54,7 @@ helm: url: oci://ghcr.io/appscode-charts releases: aceshifter: - version: "v2025.10.31" + version: "v2025.12.15" appscode-otel-stack: version: "v2025.2.28" aws-credential-manager: @@ -69,7 +70,7 @@ helm: capi-ops-manager: version: "v2024.8.14" catalog-manager: - version: "v2025.10.31" + version: "v2025.12.15" cert-manager: version: "v1.18.2" cert-manager-csi-driver-cacerts: @@ -77,7 +78,7 @@ helm: cluster-autoscaler: version: "9.29.0" cluster-presets: - version: "v2025.10.31" + version: "v2025.12.15" config-syncer: version: "v0.15.2" crossplane: @@ -111,9 +112,9 @@ helm: kube-prometheus-stack: version: "69.2.2" kubedb-ui-presets: - version: "v2025.10.31" + version: "v2025.12.15" kube-ui-server: - version: "v2025.10.31" + version: "v2025.12.15" kubedb: version: "v2025.10.17" kubedb-opscenter: @@ -149,7 +150,7 @@ helm: opencost-grafana-dashboards: version: "v2023.10.1" opscenter-features: - version: "v2025.10.31" + version: "v2025.12.15" panopticon: version: "v2025.6.30" prepare-cluster: @@ -161,13 +162,13 @@ helm: scanner: version: "v2024.9.30" service-backend: - version: "v2025.10.31" + version: "v2025.12.15" service-gateway: - version: "v2025.10.31" + version: "v2025.12.15" service-gateway-presets: - version: "v2025.10.31" + version: "v2025.12.15" service-provider: - version: "v2025.10.31" + version: "v2025.12.15" sidekick: version: "v2025.3.14" snapshot-controller: @@ -177,7 +178,7 @@ helm: stash-opscenter: version: "v2025.7.31" stash-presets: - version: "v2025.10.31" + version: "v2025.12.15" supervisor: version: "v2025.7.31" topolvm: @@ -239,7 +240,7 @@ helm: inbox-agent: version: "v2024.12.30" inbox-ui: - version: "v2025.10.31" + version: "v2025.12.15" licenseServer: baseURL: "" token: "" diff --git a/charts/outbox-syncer/Chart.yaml b/charts/outbox-syncer/Chart.yaml index ba351c907..a05135ebe 100644 --- a/charts/outbox-syncer/Chart.yaml +++ b/charts/outbox-syncer/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: outbox-syncer description: A Helm chart for Kubernetes type: application -version: v2025.10.31 +version: v2025.12.15 appVersion: v0.2.0 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png diff --git a/charts/outbox-syncer/README.md b/charts/outbox-syncer/README.md index ca7c5c30a..e58de8d21 100644 --- a/charts/outbox-syncer/README.md +++ b/charts/outbox-syncer/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/outbox-syncer --version=v2025.10.31 -$ helm upgrade -i outbox-syncer appscode/outbox-syncer -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/outbox-syncer --version=v2025.12.15 +$ helm upgrade -i outbox-syncer appscode/outbox-syncer -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a ACE Outbox Syncer on a [Kubernetes](http://kubernetes.io) c To install/upgrade the chart with the release name `outbox-syncer`: ```bash -$ helm upgrade -i outbox-syncer appscode/outbox-syncer -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i outbox-syncer appscode/outbox-syncer -n ace --create-namespace --version=v2025.12.15 ``` The command deploys a ACE Outbox Syncer on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -89,12 +89,12 @@ The following table lists the configurable parameters of the `outbox-syncer` cha Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i outbox-syncer appscode/outbox-syncer -n ace --create-namespace --version=v2025.10.31 --set replicaCount=1 +$ helm upgrade -i outbox-syncer appscode/outbox-syncer -n ace --create-namespace --version=v2025.12.15 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i outbox-syncer appscode/outbox-syncer -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i outbox-syncer appscode/outbox-syncer -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/platform-api/Chart.yaml b/charts/platform-api/Chart.yaml index ebf772819..f44e5fabe 100644 --- a/charts/platform-api/Chart.yaml +++ b/charts/platform-api/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: platform-api description: A Helm chart for Kubernetes type: application -version: v2025.10.31 -appVersion: v2025.10.31 +version: v2025.12.15 +appVersion: v2025.12.15 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png sources: diff --git a/charts/platform-api/README.md b/charts/platform-api/README.md index e898a95d6..5dd2ca1b4 100644 --- a/charts/platform-api/README.md +++ b/charts/platform-api/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/platform-api --version=v2025.10.31 -$ helm upgrade -i platform-api appscode/platform-api -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/platform-api --version=v2025.12.15 +$ helm upgrade -i platform-api appscode/platform-api -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a ACE Outbox Syncer on a [Kubernetes](http://kubernetes.io) c To install/upgrade the chart with the release name `platform-api`: ```bash -$ helm upgrade -i platform-api appscode/platform-api -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i platform-api appscode/platform-api -n ace --create-namespace --version=v2025.12.15 ``` The command deploys a ACE Outbox Syncer on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -101,12 +101,12 @@ The following table lists the configurable parameters of the `platform-api` char Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i platform-api appscode/platform-api -n ace --create-namespace --version=v2025.10.31 --set replicaCount=1 +$ helm upgrade -i platform-api appscode/platform-api -n ace --create-namespace --version=v2025.12.15 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i platform-api appscode/platform-api -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i platform-api appscode/platform-api -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/platform-grafana-dashboards/Chart.yaml b/charts/platform-grafana-dashboards/Chart.yaml index e5bbcffe3..85ffd6e2b 100644 --- a/charts/platform-grafana-dashboards/Chart.yaml +++ b/charts/platform-grafana-dashboards/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: platform-grafana-dashboards description: A Helm chart for Platform Grafana dashboards by ByteBuilders type: application -version: v2025.10.17 -appVersion: v2025.10.17 +version: v2025.12.15 +appVersion: v2025.12.15 home: https://github.com/bytebuilders icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png sources: diff --git a/charts/platform-grafana-dashboards/README.md b/charts/platform-grafana-dashboards/README.md index e6ac0eae4..d580ad72c 100644 --- a/charts/platform-grafana-dashboards/README.md +++ b/charts/platform-grafana-dashboards/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/platform-grafana-dashboards --version=v2025.10.17 -$ helm upgrade -i platform-grafana-dashboards appscode/platform-grafana-dashboards -n ace --create-namespace --version=v2025.10.17 +$ helm search repo appscode/platform-grafana-dashboards --version=v2025.12.15 +$ helm upgrade -i platform-grafana-dashboards appscode/platform-grafana-dashboards -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Platform Grafana Dashboards on a [Kubernetes](http://kubern To install/upgrade the chart with the release name `platform-grafana-dashboards`: ```bash -$ helm upgrade -i platform-grafana-dashboards appscode/platform-grafana-dashboards -n ace --create-namespace --version=v2025.10.17 +$ helm upgrade -i platform-grafana-dashboards appscode/platform-grafana-dashboards -n ace --create-namespace --version=v2025.12.15 ``` The command deploys a Platform Grafana Dashboards on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -82,12 +82,12 @@ The following table lists the configurable parameters of the `platform-grafana-d Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i platform-grafana-dashboards appscode/platform-grafana-dashboards -n ace --create-namespace --version=v2025.10.17 --set resources=["nats","openfga"] +$ helm upgrade -i platform-grafana-dashboards appscode/platform-grafana-dashboards -n ace --create-namespace --version=v2025.12.15 --set resources=["nats","openfga"] ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i platform-grafana-dashboards appscode/platform-grafana-dashboards -n ace --create-namespace --version=v2025.10.17 --values values.yaml +$ helm upgrade -i platform-grafana-dashboards appscode/platform-grafana-dashboards -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/platform-grafana-dashboards/doc.yaml b/charts/platform-grafana-dashboards/doc.yaml index eb80ad7a7..26fa85f4d 100644 --- a/charts/platform-grafana-dashboards/doc.yaml +++ b/charts/platform-grafana-dashboards/doc.yaml @@ -11,7 +11,8 @@ chart: name: platform-grafana-dashboards values: -- generate from values file -- valuesExample: -- generate from values file -- -prerequisites: [Kubernetes 1.29+] +prerequisites: +- Kubernetes 1.29+ release: name: platform-grafana-dashboards namespace: ace diff --git a/charts/platform-links/Chart.yaml b/charts/platform-links/Chart.yaml index 59045f186..689d8d13c 100644 --- a/charts/platform-links/Chart.yaml +++ b/charts/platform-links/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: platform-links description: A Helm chart for Kubernetes type: application -version: v2025.10.31 +version: v2025.12.15 appVersion: v0.0.1 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png diff --git a/charts/platform-links/README.md b/charts/platform-links/README.md index e7d997835..e4f48dd24 100644 --- a/charts/platform-links/README.md +++ b/charts/platform-links/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/platform-links --version=v2025.10.31 -$ helm upgrade -i platform-links appscode/platform-links -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/platform-links --version=v2025.12.15 +$ helm upgrade -i platform-links appscode/platform-links -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Accounts UI on a [Kubernetes](http://kubernetes.io) cluster To install/upgrade the chart with the release name `platform-links`: ```bash -$ helm upgrade -i platform-links appscode/platform-links -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i platform-links appscode/platform-links -n ace --create-namespace --version=v2025.12.15 ``` The command deploys a Accounts UI on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -92,12 +92,12 @@ The following table lists the configurable parameters of the `platform-links` ch Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i platform-links appscode/platform-links -n ace --create-namespace --version=v2025.10.31 --set replicaCount=1 +$ helm upgrade -i platform-links appscode/platform-links -n ace --create-namespace --version=v2025.12.15 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i platform-links appscode/platform-links -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i platform-links appscode/platform-links -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/platform-opscenter/Chart.lock b/charts/platform-opscenter/Chart.lock index a532ddd42..e5e17e84c 100644 --- a/charts/platform-opscenter/Chart.lock +++ b/charts/platform-opscenter/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: platform-grafana-dashboards repository: file://../platform-grafana-dashboards - version: v2025.10.17 + version: v2025.12.15 - name: openfga-alerts repository: oci://ghcr.io/appscode-charts version: v2025.6.30 - name: nats-alerts repository: oci://ghcr.io/appscode-charts version: v2025.6.30 -digest: sha256:4bae6e53a753cd1f5250756033e5a6cf12812c15c043d715c9d5681135d7ced6 -generated: "2025-11-04T15:05:11.295238142+06:00" +digest: sha256:b653f3b4b4c7d284b6eacaae9c2d435ddebe509eaddc3e29298a8e7aa5d475b8 +generated: "2025-12-15T02:16:38.560040998Z" diff --git a/charts/platform-opscenter/Chart.yaml b/charts/platform-opscenter/Chart.yaml index f750876f4..b0e1cad47 100644 --- a/charts/platform-opscenter/Chart.yaml +++ b/charts/platform-opscenter/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: platform-opscenter description: Platform Opscenter by AppsCode type: application -version: v2025.10.31 +version: v2025.12.15 appVersion: v2025.10.31 home: https://byte.builders icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png @@ -15,7 +15,7 @@ dependencies: - name: platform-grafana-dashboards repository: file://../platform-grafana-dashboards condition: platform-grafana-dashboards.enabled - version: v2025.10.17 + version: v2025.12.15 - name: openfga-alerts repository: oci://ghcr.io/appscode-charts condition: openfga-alerts.enabled diff --git a/charts/platform-opscenter/README.md b/charts/platform-opscenter/README.md index 7002949ea..f2f9d9336 100644 --- a/charts/platform-opscenter/README.md +++ b/charts/platform-opscenter/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/platform-opscenter --version=v2025.10.31 -$ helm upgrade -i platform-opscenter appscode/platform-opscenter -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/platform-opscenter --version=v2025.12.15 +$ helm upgrade -i platform-opscenter appscode/platform-opscenter -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Platform Opscenter on a [Kubernetes](http://kubernetes.io) To install/upgrade the chart with the release name `platform-opscenter`: ```bash -$ helm upgrade -i platform-opscenter appscode/platform-opscenter -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i platform-opscenter appscode/platform-opscenter -n ace --create-namespace --version=v2025.12.15 ``` The command deploys a Platform Opscenter on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -59,12 +59,12 @@ The following table lists the configurable parameters of the `platform-opscenter Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i platform-opscenter appscode/platform-opscenter -n ace --create-namespace --version=v2025.10.31 --set openfga-alerts.grafana.jobName=openfga +$ helm upgrade -i platform-opscenter appscode/platform-opscenter -n ace --create-namespace --version=v2025.12.15 --set openfga-alerts.grafana.jobName=openfga ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i platform-opscenter appscode/platform-opscenter -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i platform-opscenter appscode/platform-opscenter -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/platform-opscenter/doc.yaml b/charts/platform-opscenter/doc.yaml index 4f6058ce8..a0f68e132 100644 --- a/charts/platform-opscenter/doc.yaml +++ b/charts/platform-opscenter/doc.yaml @@ -11,7 +11,8 @@ chart: name: platform-opscenter values: -- generate from values file -- valuesExample: -- generate from values file -- -prerequisites: [Kubernetes 1.29+] +prerequisites: +- Kubernetes 1.29+ release: name: platform-opscenter namespace: ace diff --git a/charts/platform-ui/Chart.yaml b/charts/platform-ui/Chart.yaml index a96b2f94a..1ed855db8 100644 --- a/charts/platform-ui/Chart.yaml +++ b/charts/platform-ui/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: platform-ui description: A Helm chart for Kubernetes type: application -version: v2025.10.31 +version: v2025.12.15 appVersion: 1.9.0 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png diff --git a/charts/platform-ui/README.md b/charts/platform-ui/README.md index 201a32d88..7b6c1eaf4 100644 --- a/charts/platform-ui/README.md +++ b/charts/platform-ui/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/platform-ui --version=v2025.10.31 -$ helm upgrade -i platform-ui appscode/platform-ui -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/platform-ui --version=v2025.12.15 +$ helm upgrade -i platform-ui appscode/platform-ui -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Platform UI on a [Kubernetes](http://kubernetes.io) cluster To install/upgrade the chart with the release name `platform-ui`: ```bash -$ helm upgrade -i platform-ui appscode/platform-ui -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i platform-ui appscode/platform-ui -n ace --create-namespace --version=v2025.12.15 ``` The command deploys a Platform UI on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -86,12 +86,12 @@ The following table lists the configurable parameters of the `platform-ui` chart Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i platform-ui appscode/platform-ui -n ace --create-namespace --version=v2025.10.31 --set replicaCount=1 +$ helm upgrade -i platform-ui appscode/platform-ui -n ace --create-namespace --version=v2025.12.15 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i platform-ui appscode/platform-ui -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i platform-ui appscode/platform-ui -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/s3proxy/Chart.yaml b/charts/s3proxy/Chart.yaml index 6b869b88c..2c8ebd78f 100644 --- a/charts/s3proxy/Chart.yaml +++ b/charts/s3proxy/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: s3proxy description: A Helm chart for MinIO Demo Deployment type: application -version: v2025.10.31 +version: v2025.12.15 appVersion: v0.0.1 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png diff --git a/charts/s3proxy/README.md b/charts/s3proxy/README.md index 5d13f8997..04a146f91 100644 --- a/charts/s3proxy/README.md +++ b/charts/s3proxy/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/s3proxy --version=v2025.10.31 -$ helm upgrade -i s3proxy appscode/s3proxy -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/s3proxy --version=v2025.12.15 +$ helm upgrade -i s3proxy appscode/s3proxy -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a MinIO on a [Kubernetes](http://kubernetes.io) cluster using To install/upgrade the chart with the release name `s3proxy`: ```bash -$ helm upgrade -i s3proxy appscode/s3proxy -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i s3proxy appscode/s3proxy -n ace --create-namespace --version=v2025.12.15 ``` The command deploys a MinIO on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -84,12 +84,12 @@ The following table lists the configurable parameters of the `s3proxy` chart and Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i s3proxy appscode/s3proxy -n ace --create-namespace --version=v2025.10.31 --set replicaCount=1 +$ helm upgrade -i s3proxy appscode/s3proxy -n ace --create-namespace --version=v2025.12.15 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i s3proxy appscode/s3proxy -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i s3proxy appscode/s3proxy -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/service-backend/Chart.yaml b/charts/service-backend/Chart.yaml index e46f2b7f4..1e3f0f56a 100644 --- a/charts/service-backend/Chart.yaml +++ b/charts/service-backend/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: service-backend description: A Helm chart for Kubernetes type: application -version: v2025.10.31 +version: v2025.12.15 appVersion: v0.0.1 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png diff --git a/charts/service-backend/README.md b/charts/service-backend/README.md index 4ba2476bb..109d41e7f 100644 --- a/charts/service-backend/README.md +++ b/charts/service-backend/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/service-backend --version=v2025.10.31 -$ helm upgrade -i service-backend appscode/service-backend -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/service-backend --version=v2025.12.15 +$ helm upgrade -i service-backend appscode/service-backend -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Cloudflare DNS Proxy server on a [Kubernetes](http://kubern To install/upgrade the chart with the release name `service-backend`: ```bash -$ helm upgrade -i service-backend appscode/service-backend -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i service-backend appscode/service-backend -n ace --create-namespace --version=v2025.12.15 ``` The command deploys a Cloudflare DNS Proxy server on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -94,12 +94,12 @@ The following table lists the configurable parameters of the `service-backend` c Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i service-backend appscode/service-backend -n ace --create-namespace --version=v2025.10.31 --set replicaCount=1 +$ helm upgrade -i service-backend appscode/service-backend -n ace --create-namespace --version=v2025.12.15 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i service-backend appscode/service-backend -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i service-backend appscode/service-backend -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/service-gateway-presets/Chart.yaml b/charts/service-gateway-presets/Chart.yaml index 1829b9aa4..afe97fe1f 100644 --- a/charts/service-gateway-presets/Chart.yaml +++ b/charts/service-gateway-presets/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: service-gateway-presets description: ACE Service Gateway Presets type: application -version: v2025.10.31 -appVersion: v2025.10.31 +version: v2025.12.15 +appVersion: v2025.12.15 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png sources: diff --git a/charts/service-gateway-presets/README.md b/charts/service-gateway-presets/README.md index e1ecf3d55..55b2aa5cc 100644 --- a/charts/service-gateway-presets/README.md +++ b/charts/service-gateway-presets/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/service-gateway-presets --version=v2025.10.31 -$ helm upgrade -i service-gateway-presets appscode/service-gateway-presets -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/service-gateway-presets --version=v2025.12.15 +$ helm upgrade -i service-gateway-presets appscode/service-gateway-presets -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys ACE Service Gateway Presets on a [Kubernetes](http://kubernet To install/upgrade the chart with the release name `service-gateway-presets`: ```bash -$ helm upgrade -i service-gateway-presets appscode/service-gateway-presets -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i service-gateway-presets appscode/service-gateway-presets -n ace --create-namespace --version=v2025.12.15 ``` The command deploys ACE Service Gateway Presets on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -110,12 +110,12 @@ The following table lists the configurable parameters of the `service-gateway-pr Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i service-gateway-presets appscode/service-gateway-presets -n ace --create-namespace --version=v2025.10.31 --set infra.host=chart-example.local +$ helm upgrade -i service-gateway-presets appscode/service-gateway-presets -n ace --create-namespace --version=v2025.12.15 --set infra.host=chart-example.local ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i service-gateway-presets appscode/service-gateway-presets -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i service-gateway-presets appscode/service-gateway-presets -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/service-gateway/Chart.yaml b/charts/service-gateway/Chart.yaml index b13076442..2efda7ec9 100644 --- a/charts/service-gateway/Chart.yaml +++ b/charts/service-gateway/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: service-gateway description: ACE Service Gateway type: application -version: v2025.10.31 -appVersion: v2025.10.31 +version: v2025.12.15 +appVersion: v2025.12.15 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png sources: diff --git a/charts/service-gateway/README.md b/charts/service-gateway/README.md index 8b6817f0f..81b0954b4 100644 --- a/charts/service-gateway/README.md +++ b/charts/service-gateway/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/service-gateway --version=v2025.10.31 -$ helm upgrade -i service-gateway appscode/service-gateway -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/service-gateway --version=v2025.12.15 +$ helm upgrade -i service-gateway appscode/service-gateway -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys ACE Service Gateway on a [Kubernetes](http://kubernetes.io) c To install/upgrade the chart with the release name `service-gateway`: ```bash -$ helm upgrade -i service-gateway appscode/service-gateway -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i service-gateway appscode/service-gateway -n ace --create-namespace --version=v2025.12.15 ``` The command deploys ACE Service Gateway on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -105,12 +105,12 @@ The following table lists the configurable parameters of the `service-gateway` c Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i service-gateway appscode/service-gateway -n ace --create-namespace --version=v2025.10.31 --set clusterMetadata.uid=tbd +$ helm upgrade -i service-gateway appscode/service-gateway -n ace --create-namespace --version=v2025.12.15 --set clusterMetadata.uid=tbd ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i service-gateway appscode/service-gateway -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i service-gateway appscode/service-gateway -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/service-provider/Chart.yaml b/charts/service-provider/Chart.yaml index d61bbab36..dff15993e 100755 --- a/charts/service-provider/Chart.yaml +++ b/charts/service-provider/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: AppsCode SaaS Provider name: service-provider -version: v2025.10.31 +version: v2025.12.15 appVersion: v0.0.1 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/stash/service-provider-icon.png diff --git a/charts/service-provider/README.md b/charts/service-provider/README.md index cf512b34e..29a863cf0 100644 --- a/charts/service-provider/README.md +++ b/charts/service-provider/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/service-provider --version=v2025.10.31 -$ helm upgrade -i service-provider appscode/service-provider -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/service-provider --version=v2025.12.15 +$ helm upgrade -i service-provider appscode/service-provider -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a AppsCode SaaS Provider on a [Kubernetes](http://kubernetes. To install/upgrade the chart with the release name `service-provider`: ```bash -$ helm upgrade -i service-provider appscode/service-provider -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i service-provider appscode/service-provider -n ace --create-namespace --version=v2025.12.15 ``` The command deploys a AppsCode SaaS Provider on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -100,12 +100,12 @@ The following table lists the configurable parameters of the `service-provider` Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i service-provider appscode/service-provider -n ace --create-namespace --version=v2025.10.31 --set replicaCount=1 +$ helm upgrade -i service-provider appscode/service-provider -n ace --create-namespace --version=v2025.12.15 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i service-provider appscode/service-provider -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i service-provider appscode/service-provider -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/service-vault/Chart.yaml b/charts/service-vault/Chart.yaml index 9bf234a12..e39811c21 100644 --- a/charts/service-vault/Chart.yaml +++ b/charts/service-vault/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: service-vault description: ACE Centralized Vault Service type: application -version: v2025.10.31 -appVersion: v2025.10.31 +version: v2025.12.15 +appVersion: v2025.12.15 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png sources: diff --git a/charts/service-vault/README.md b/charts/service-vault/README.md index 81e24f036..fe124a560 100644 --- a/charts/service-vault/README.md +++ b/charts/service-vault/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/service-vault --version=v2025.10.31 -$ helm upgrade -i service-vault appscode/service-vault -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/service-vault --version=v2025.12.15 +$ helm upgrade -i service-vault appscode/service-vault -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys ACE Centralized Vault Service on a [Kubernetes](http://kubern To install/upgrade the chart with the release name `service-vault`: ```bash -$ helm upgrade -i service-vault appscode/service-vault -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i service-vault appscode/service-vault -n ace --create-namespace --version=v2025.12.15 ``` The command deploys ACE Centralized Vault Service on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -71,12 +71,12 @@ The following table lists the configurable parameters of the `service-vault` cha Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i service-vault appscode/service-vault -n ace --create-namespace --version=v2025.10.31 --set infra.host=chart-example.local +$ helm upgrade -i service-vault appscode/service-vault -n ace --create-namespace --version=v2025.12.15 --set infra.host=chart-example.local ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i service-vault appscode/service-vault -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i service-vault appscode/service-vault -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/smtprelay/Chart.yaml b/charts/smtprelay/Chart.yaml index 1af41e8a2..e3a515e13 100644 --- a/charts/smtprelay/Chart.yaml +++ b/charts/smtprelay/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: smtprelay description: A Helm chart for Kubernetes type: application -version: v2025.10.31 +version: v2025.12.15 appVersion: v0.0.4 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png diff --git a/charts/smtprelay/README.md b/charts/smtprelay/README.md index 563d27616..e48d622fd 100644 --- a/charts/smtprelay/README.md +++ b/charts/smtprelay/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/smtprelay --version=v2025.10.31 -$ helm upgrade -i smtprelay appscode/smtprelay -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/smtprelay --version=v2025.12.15 +$ helm upgrade -i smtprelay appscode/smtprelay -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a SMTP relay server on a [Kubernetes](http://kubernetes.io) c To install/upgrade the chart with the release name `smtprelay`: ```bash -$ helm upgrade -i smtprelay appscode/smtprelay -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i smtprelay appscode/smtprelay -n ace --create-namespace --version=v2025.12.15 ``` The command deploys a SMTP relay server on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -92,12 +92,12 @@ The following table lists the configurable parameters of the `smtprelay` chart a Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i smtprelay appscode/smtprelay -n ace --create-namespace --version=v2025.10.31 --set replicaCount=1 +$ helm upgrade -i smtprelay appscode/smtprelay -n ace --create-namespace --version=v2025.12.15 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i smtprelay appscode/smtprelay -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i smtprelay appscode/smtprelay -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/stash-presets/Chart.yaml b/charts/stash-presets/Chart.yaml index ac09260ea..363a81030 100644 --- a/charts/stash-presets/Chart.yaml +++ b/charts/stash-presets/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: stash-presets description: Stash Presets type: application -version: v2025.10.31 -appVersion: v2025.10.31 +version: v2025.12.15 +appVersion: v2025.12.15 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png sources: diff --git a/charts/stash-presets/README.md b/charts/stash-presets/README.md index 95b3ffc79..fadc40ba1 100644 --- a/charts/stash-presets/README.md +++ b/charts/stash-presets/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/stash-presets --version=v2025.10.31 -$ helm upgrade -i stash-presets appscode/stash-presets -n kubeops --create-namespace --version=v2025.10.31 +$ helm search repo appscode/stash-presets --version=v2025.12.15 +$ helm upgrade -i stash-presets appscode/stash-presets -n kubeops --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys Stash Presets on a [Kubernetes](http://kubernetes.io) cluster To install/upgrade the chart with the release name `stash-presets`: ```bash -$ helm upgrade -i stash-presets appscode/stash-presets -n kubeops --create-namespace --version=v2025.10.31 +$ helm upgrade -i stash-presets appscode/stash-presets -n kubeops --create-namespace --version=v2025.12.15 ``` The command deploys Stash Presets on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -71,12 +71,12 @@ The following table lists the configurable parameters of the `stash-presets` cha Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i stash-presets appscode/stash-presets -n kubeops --create-namespace --version=v2025.10.31 --set tool=KubeStash # Stash +$ helm upgrade -i stash-presets appscode/stash-presets -n kubeops --create-namespace --version=v2025.12.15 --set tool=KubeStash # Stash ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i stash-presets appscode/stash-presets -n kubeops --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i stash-presets appscode/stash-presets -n kubeops --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/charts/website/Chart.yaml b/charts/website/Chart.yaml index cd8537e7f..2afcca508 100644 --- a/charts/website/Chart.yaml +++ b/charts/website/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: website description: A Helm chart for Kubernetes type: application -version: v2025.10.31 -appVersion: v2025.10.31 +version: v2025.12.15 +appVersion: v2025.12.15 home: https://github.com/appscode-cloud icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png sources: diff --git a/charts/website/README.md b/charts/website/README.md index c15bf653e..dae18eee9 100644 --- a/charts/website/README.md +++ b/charts/website/README.md @@ -7,8 +7,8 @@ ```bash $ helm repo add appscode https://charts.appscode.com/stable/ $ helm repo update -$ helm search repo appscode/website --version=v2025.10.31 -$ helm upgrade -i website appscode/website -n ace --create-namespace --version=v2025.10.31 +$ helm search repo appscode/website --version=v2025.12.15 +$ helm upgrade -i website appscode/website -n ace --create-namespace --version=v2025.12.15 ``` ## Introduction @@ -24,7 +24,7 @@ This chart deploys a Cluster UI on a [Kubernetes](http://kubernetes.io) cluster To install/upgrade the chart with the release name `website`: ```bash -$ helm upgrade -i website appscode/website -n ace --create-namespace --version=v2025.10.31 +$ helm upgrade -i website appscode/website -n ace --create-namespace --version=v2025.12.15 ``` The command deploys a Cluster UI on the Kubernetes cluster in the default configuration. The [configuration](#configuration) section lists the parameters that can be configured during installation. @@ -75,12 +75,12 @@ The following table lists the configurable parameters of the `website` chart and Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: ```bash -$ helm upgrade -i website appscode/website -n ace --create-namespace --version=v2025.10.31 --set replicaCount=1 +$ helm upgrade -i website appscode/website -n ace --create-namespace --version=v2025.12.15 --set replicaCount=1 ``` Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example: ```bash -$ helm upgrade -i website appscode/website -n ace --create-namespace --version=v2025.10.31 --values values.yaml +$ helm upgrade -i website appscode/website -n ace --create-namespace --version=v2025.12.15 --values values.yaml ``` diff --git a/go.mod b/go.mod index bdab0d14a..6ddec9468 100644 --- a/go.mod +++ b/go.mod @@ -1,25 +1,23 @@ module go.bytebuilders.dev/installer -go 1.24.3 - -toolchain go1.24.6 +go 1.25 require ( go.bytebuilders.dev/catalog v0.0.16-0.20250901123846-4b9ca50c3572 go.bytebuilders.dev/resource-model v0.3.1 - go.bytebuilders.dev/ui-wizards v0.27.0 + go.bytebuilders.dev/ui-wizards v0.28.0 go.openviz.dev/installer v0.0.0-20250617172415-ca61a7cbb8d5 gomodules.xyz/go-sh v0.2.0 - k8s.io/api v0.32.3 - k8s.io/apimachinery v0.32.3 + k8s.io/api v0.32.8 + k8s.io/apimachinery v0.32.8 k8s.io/autoscaler/vertical-pod-autoscaler v1.0.0 - kmodules.xyz/client-go v0.32.9 - kmodules.xyz/image-packer v0.0.0-20251031165437-ee37158457af + kmodules.xyz/client-go v0.32.11 + kmodules.xyz/image-packer v0.0.0-20251214190145-a9cf080f45e8 kmodules.xyz/objectstore-api v0.32.2 - kmodules.xyz/resource-metadata v0.39.1 + kmodules.xyz/resource-metadata v0.40.0 kmodules.xyz/schema-checker v0.4.2 kubeops.dev/external-dns-operator v0.0.9 - kubeops.dev/installer v0.0.0-20251031173607-c4cedc4d2a99 + kubeops.dev/installer v0.0.0-20251210132401-bd1605a948e2 sigs.k8s.io/kustomize/kyaml v0.18.1 sigs.k8s.io/yaml v1.4.0 ) @@ -34,7 +32,7 @@ require ( github.com/cespare/xxhash/v2 v2.3.0 // indirect github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 // indirect github.com/containerd/stargz-snapshotter/estargz v0.16.3 // indirect - github.com/cyphar/filepath-securejoin v0.3.4 // indirect + github.com/cyphar/filepath-securejoin v0.3.6 // indirect github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect github.com/docker/cli v27.5.0+incompatible // indirect github.com/docker/distribution v2.8.3+incompatible // indirect @@ -51,7 +49,7 @@ require ( github.com/go-openapi/jsonpointer v0.21.0 // indirect github.com/go-openapi/jsonreference v0.21.0 // indirect github.com/go-openapi/swag v0.23.0 // indirect - github.com/go-sql-driver/mysql v1.9.0 // indirect + github.com/go-sql-driver/mysql v1.9.1 // indirect github.com/gobeam/stringy v0.0.5 // indirect github.com/gogo/protobuf v1.3.2 // indirect github.com/golang/protobuf v1.5.4 // indirect @@ -111,8 +109,8 @@ require ( gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect - k8s.io/apiextensions-apiserver v0.32.3 // indirect - k8s.io/client-go v0.32.3 // indirect + k8s.io/apiextensions-apiserver v0.32.8 // indirect + k8s.io/client-go v0.32.8 // indirect k8s.io/klog/v2 v2.130.1 // indirect k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect @@ -123,7 +121,7 @@ require ( kmodules.xyz/offshoot-api v0.32.0 // indirect kmodules.xyz/prober v0.32.0 // indirect kubeops.dev/scanner v0.0.19 // indirect - kubestash.dev/apimachinery v0.21.0 // indirect + kubestash.dev/apimachinery v0.22.0 // indirect sigs.k8s.io/controller-runtime v0.20.4 // indirect sigs.k8s.io/gateway-api v1.2.1 // indirect sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect diff --git a/go.sum b/go.sum index 6e7c9a9f6..8d8bd9a02 100644 --- a/go.sum +++ b/go.sum @@ -16,8 +16,8 @@ github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0 h1:sDMmm+q/3+Bu github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0/go.mod h1:4Zcjuz89kmFXt9morQgcfYZAYZ5n8WHjt81YYWIwtTM= github.com/containerd/stargz-snapshotter/estargz v0.16.3 h1:7evrXtoh1mSbGj/pfRccTampEyKpjpOnS3CyiV1Ebr8= github.com/containerd/stargz-snapshotter/estargz v0.16.3/go.mod h1:uyr4BfYfOj3G9WBVE8cOlQmXAbPN9VEQpBBeJIuOipU= -github.com/cyphar/filepath-securejoin v0.3.4 h1:VBWugsJh2ZxJmLFSM06/0qzQyiQX2Qs0ViKrUAcqdZ8= -github.com/cyphar/filepath-securejoin v0.3.4/go.mod h1:8s/MCNJREmFK0H02MF6Ihv1nakJe4L/w3WZLHNkvlYM= +github.com/cyphar/filepath-securejoin v0.3.6 h1:4d9N5ykBnSp5Xn2JkhocYDkOpURL/18CYMpo6xB9uWM= +github.com/cyphar/filepath-securejoin v0.3.6/go.mod h1:Sdj7gXlvMcPZsbhwhQ33GguGLDGQL7h7bg04C/+u9jI= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM= @@ -56,8 +56,8 @@ github.com/go-openapi/jsonreference v0.21.0 h1:Rs+Y7hSXT83Jacb7kFyjn4ijOuVGSvOdF github.com/go-openapi/jsonreference v0.21.0/go.mod h1:LmZmgsrTkVg9LG4EaHeY8cBDslNPMo06cago5JNLkm4= github.com/go-openapi/swag v0.23.0 h1:vsEVJDUo2hPJ2tu0/Xc+4noaxyEffXNIs3cOULZ+GrE= github.com/go-openapi/swag v0.23.0/go.mod h1:esZ8ITTYEsH1V2trKHjAN8Ai7xHb8RV+YSZ577vPjgQ= -github.com/go-sql-driver/mysql v1.9.0 h1:Y0zIbQXhQKmQgTp44Y1dp3wTXcn804QoTptLZT1vtvo= -github.com/go-sql-driver/mysql v1.9.0/go.mod h1:pDetrLJeA3oMujJuvXc8RJoasr589B6A9fwzD3QMrqw= +github.com/go-sql-driver/mysql v1.9.1 h1:FrjNGn/BsJQjVRuSa8CBrM5BWA9BWoXXat3KrtSb/iI= +github.com/go-sql-driver/mysql v1.9.1/go.mod h1:qn46aNg1333BRMNU69Lq93t8du/dwxI64Gl8i5p1WMU= github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1vB6EwHI= github.com/go-task/slim-sprig/v3 v3.0.0/go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8= github.com/gobeam/stringy v0.0.5 h1:TvxQGSAqr/qF0SBVxa8Q67WWIo7bCWS0bM101WOd52g= @@ -193,8 +193,8 @@ go.bytebuilders.dev/catalog v0.0.16-0.20250901123846-4b9ca50c3572 h1:tLzm9j7/Dmr go.bytebuilders.dev/catalog v0.0.16-0.20250901123846-4b9ca50c3572/go.mod h1:Kn/JRCMHH7xVK4+W+v3f87sSQBOTBXduVlaPBaxgfh0= go.bytebuilders.dev/resource-model v0.3.1 h1:fWJGXRJEWlRKF/7FqCCsMFk5GBv4QU+wXzHkZh9tDnQ= go.bytebuilders.dev/resource-model v0.3.1/go.mod h1:r2csg4XhQCA4BiiGbmDDrWblezKLq/8WJVVb96HqRMM= -go.bytebuilders.dev/ui-wizards v0.27.0 h1:p8uHklNP7zw10F3ffT5MMLdQgd7QgLN8exytXGXnKLs= -go.bytebuilders.dev/ui-wizards v0.27.0/go.mod h1:fTwWpK2sECKGojnr9TpZYlspWJB2fypjnBjsTdSgwSA= +go.bytebuilders.dev/ui-wizards v0.28.0 h1:f6o5zScWt5aepVr5JoZzfBTYVAtqG8Xf+3LzIetIrks= +go.bytebuilders.dev/ui-wizards v0.28.0/go.mod h1:2N8wyZbktqWtzOEGvNzNyBhrHliYJamTPPlhJxVKWy4= go.openviz.dev/installer v0.0.0-20250617172415-ca61a7cbb8d5 h1:TG2MHOmMnT/v84OX82rHP5j9vZUpj7nytRnnXpXKpQc= go.openviz.dev/installer v0.0.0-20250617172415-ca61a7cbb8d5/go.mod h1:ztbk+fl6Z5qzcgOQUaVyJTsWuWwOpAEiqfwKwhiYG3g= go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto= @@ -280,16 +280,16 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gotest.tools/v3 v3.5.0 h1:Ljk6PdHdOhAb5aDMWXjDLMMhph+BpztA4v1QdqEW2eY= gotest.tools/v3 v3.5.0/go.mod h1:isy3WKz7GK6uNw/sbHzfKBLvlvXwUyV06n6brMxxopU= -k8s.io/api v0.32.3 h1:Hw7KqxRusq+6QSplE3NYG4MBxZw1BZnq4aP4cJVINls= -k8s.io/api v0.32.3/go.mod h1:2wEDTXADtm/HA7CCMD8D8bK4yuBUptzaRhYcYEEYA3k= -k8s.io/apiextensions-apiserver v0.32.3 h1:4D8vy+9GWerlErCwVIbcQjsWunF9SUGNu7O7hiQTyPY= -k8s.io/apiextensions-apiserver v0.32.3/go.mod h1:8YwcvVRMVzw0r1Stc7XfGAzB/SIVLunqApySV5V7Dss= -k8s.io/apimachinery v0.32.3 h1:JmDuDarhDmA/Li7j3aPrwhpNBA94Nvk5zLeOge9HH1U= -k8s.io/apimachinery v0.32.3/go.mod h1:GpHVgxoKlTxClKcteaeuF1Ul/lDVb74KpZcxcmLDElE= +k8s.io/api v0.32.8 h1:PhuKPnqsaXYuwmLXRLAmdDJ9EZ2R2kEbOZTq4UE3lGc= +k8s.io/api v0.32.8/go.mod h1:gdRZQ4zXGawr9YrJ5OjTl7aR3TD0mTowtFsqFtpCDXo= +k8s.io/apiextensions-apiserver v0.32.8 h1:iYIIaZmn/BMTwzGYRZnYZysaKB4t2TL3O+0yhmbXE2U= +k8s.io/apiextensions-apiserver v0.32.8/go.mod h1:GTGskWgcBo/7boX33zcS8JY6vaG4s728AdbQPxtheVk= +k8s.io/apimachinery v0.32.8 h1:95I+2jX71Tev+C+UlhNbmKfv+A/TQII42HLskiHZpBg= +k8s.io/apimachinery v0.32.8/go.mod h1:GpHVgxoKlTxClKcteaeuF1Ul/lDVb74KpZcxcmLDElE= k8s.io/autoscaler/vertical-pod-autoscaler v1.0.0 h1:y0TgWoHaeYEv3L1MfLC+D2WVxyN1fGr6axURHXq+wHE= k8s.io/autoscaler/vertical-pod-autoscaler v1.0.0/go.mod h1:w6/LjLR3DPQd57vlgvgbpzpuJKsCiily0+OzQI+nyfI= -k8s.io/client-go v0.32.3 h1:RKPVltzopkSgHS7aS98QdscAgtgah/+zmpAogooIqVU= -k8s.io/client-go v0.32.3/go.mod h1:3v0+3k4IcT9bXTc4V2rt+d2ZPPG700Xy6Oi0Gdl2PaY= +k8s.io/client-go v0.32.8 h1:BkSFWUtRz/BbE3DJF98KPg7ix6lwMnIQ9DnHw3iWiSw= +k8s.io/client-go v0.32.8/go.mod h1:vGkCzRxZ7BuRX2zdW7+kOwCdcgOkq9omDWb26wk/sE0= k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk= k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE= k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff h1:/usPimJzUKKu+m+TE36gUyGcf03XZEP0ZIKgKj35LS4= @@ -298,14 +298,14 @@ k8s.io/utils v0.0.0-20241210054802-24370beab758 h1:sdbE21q2nlQtFh65saZY+rRM6x6aJ k8s.io/utils v0.0.0-20241210054802-24370beab758/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0= kmodules.xyz/apiversion v0.2.0 h1:vAQYqZFm4xu4pbB1cAdHbFEPES6EQkcR4wc06xdTOWk= kmodules.xyz/apiversion v0.2.0/go.mod h1:oPX8g8LvlPdPX3Yc5YvCzJHQnw3YF/X4/jdW0b1am80= -kmodules.xyz/client-go v0.32.9 h1:iZVhmTuMybHR7THGqnkbQdAJEOJCtZ9Ry9cY8TBvTJI= -kmodules.xyz/client-go v0.32.9/go.mod h1:ZwLnc7UqEXUNSe43n/SnER6+7YAQCu38L2te6YefoHU= +kmodules.xyz/client-go v0.32.11 h1:AbvsutYyCfCGgreMOx5ghdZto0ltKfhS/6n98TkXTGc= +kmodules.xyz/client-go v0.32.11/go.mod h1:4k+da95l/Idg7k0+qc5qZCJJoAF6IQK5x0Fa+hBVD+Q= kmodules.xyz/custom-resources v0.32.2 h1:NkRqL/4AWHiXdT5WKFcJlBcvRuoNdeYIrBGvQIRJRn4= kmodules.xyz/custom-resources v0.32.2/go.mod h1:YKFNcsFQU7Z3AcPvYVCdFtgAdWiG1Wd1HQMOxCrAoWc= kmodules.xyz/go-containerregistry v0.0.14 h1:8MgLFa74HymAJEyjH7fyQJn5u2Ok6qPPFQX8ARfcXp0= kmodules.xyz/go-containerregistry v0.0.14/go.mod h1:xz0iGC3noyMi5NNAzXWTH6KqfiIgFWZAomw+U2zVOXs= -kmodules.xyz/image-packer v0.0.0-20251031165437-ee37158457af h1:hwclRPUHjmRPBzJFnJwesTfGIr/eN3hU+pr8IhQK9Io= -kmodules.xyz/image-packer v0.0.0-20251031165437-ee37158457af/go.mod h1:9ALfk8VZLFM4aamuwqPPQopAw//GnlbZ+f11ohcl8CY= +kmodules.xyz/image-packer v0.0.0-20251214190145-a9cf080f45e8 h1:9XqCNusaqXVUmLlvsMKbrDZ/rAh9xnPTIF4qp/zT0Hc= +kmodules.xyz/image-packer v0.0.0-20251214190145-a9cf080f45e8/go.mod h1:cFVTBwfygKHiKfwPmmtAfSXnnBmR7GJ26qz58PakkSs= kmodules.xyz/monitoring-agent-api v0.32.4 h1:JGm2bvHfAXHAf7EKjFrNDG3f7+QFpYV2Mvgj3RDVRhw= kmodules.xyz/monitoring-agent-api v0.32.4/go.mod h1:NkCiNP05EWrsjTTU2Npova/Sm27+I8vwUXqXVCmBbQ4= kmodules.xyz/objectstore-api v0.32.2 h1:81mBHsrRbg+9OIH0ykE5a80ReGGo6R7GdhBRav80MwM= @@ -314,18 +314,18 @@ kmodules.xyz/offshoot-api v0.32.0 h1:gogc5scSZe2JoXtZof72UGRl3Tit0kFaFRMkLLT1D8o kmodules.xyz/offshoot-api v0.32.0/go.mod h1:tled7OxYZ3SkUJcrVFVVYyd+zXjsRSEm1R6Q3k4gcx0= kmodules.xyz/prober v0.32.0 h1:8Z6pFRAu8kP0wwX2BooPCRy2SE6ZkUMHQmZDH5VUEGY= kmodules.xyz/prober v0.32.0/go.mod h1:h0fH4m9DaIwuNZq85zOlWUvBycyy4LvCPMUUhpS3iSE= -kmodules.xyz/resource-metadata v0.39.1 h1:csA0U+tIVpZZeEk/f6nr7XYl4Jd7MJCBsNHzwKD4QTY= -kmodules.xyz/resource-metadata v0.39.1/go.mod h1:jbB6cZBUFm4GGAn1q812/YSod4EwVOqzJH7DEpea4+Y= +kmodules.xyz/resource-metadata v0.40.0 h1:OjPj9yXwf0nE536GQleOzv2LrnZp3ubykq8pGCiee6U= +kmodules.xyz/resource-metadata v0.40.0/go.mod h1:jbB6cZBUFm4GGAn1q812/YSod4EwVOqzJH7DEpea4+Y= kmodules.xyz/schema-checker v0.4.2 h1:tAbxEtM759GxDM/3sQi/+OKKwUsEF+Ih4KReV3Eb/Xw= kmodules.xyz/schema-checker v0.4.2/go.mod h1:N7ETPwfY4LbTHbydC9jjssPmYKKgZ8DC0IuLCU55wwc= kubeops.dev/external-dns-operator v0.0.9 h1:lfRDtIKJR8VaJpF01CcOjnA2QcSe43WDnIcqP/ieh1c= kubeops.dev/external-dns-operator v0.0.9/go.mod h1:4y15PI4XisC9qgDg1IQAIwH4a2aotIJ2AzAJEJFnYR0= -kubeops.dev/installer v0.0.0-20251031173607-c4cedc4d2a99 h1:mdqVWseYrIaSnzRdSuYzfYP1EdljtwLy58FEnw3xKco= -kubeops.dev/installer v0.0.0-20251031173607-c4cedc4d2a99/go.mod h1:giQs/ZXq/VKXTyVoA892HaI2NYiga8PARrfNwMRzcdM= +kubeops.dev/installer v0.0.0-20251210132401-bd1605a948e2 h1:aViWc29ZYxEbaWKG+VFVOiw/AX3Qf6d3Rm3r3sjAVeo= +kubeops.dev/installer v0.0.0-20251210132401-bd1605a948e2/go.mod h1:XhRQCHOaY7khzFzWIu2inH9xpxh+h64CEXN9QMGwL+I= kubeops.dev/scanner v0.0.19 h1:J8C94k4j3NY3Y8UGHcG4nCZtmpSqPneCmkuvGNUOv4s= kubeops.dev/scanner v0.0.19/go.mod h1:FAKPsS+FhrOPwsbwXJOE1vLvIFWBcBcSXpaAztezvu4= -kubestash.dev/apimachinery v0.21.0 h1:2qHROfY6RdxNjoEPm2yzQOuaqKlIeEMEn7bP+a/xezQ= -kubestash.dev/apimachinery v0.21.0/go.mod h1:1NMimrVgNaqO5mEtrCVa48XUCA2+lrjtLMq9jZsNeBc= +kubestash.dev/apimachinery v0.22.0 h1:vp3Z7ISU2WYR6LkU7WLjbiCMSZQEjfzANN/C1cZ7L+s= +kubestash.dev/apimachinery v0.22.0/go.mod h1:c6d5CNgG3ScLB/EdCZcFx8gAY/aY8KkLTfMFy0cobQM= sigs.k8s.io/controller-runtime v0.20.4 h1:X3c+Odnxz+iPTRobG4tp092+CvBU9UK0t/bRf+n0DGU= sigs.k8s.io/controller-runtime v0.20.4/go.mod h1:xg2XB0K5ShQzAgsoujxuKN4LNXR2LfwwHsPj7Iaw+XY= sigs.k8s.io/gateway-api v1.2.1 h1:fZZ/+RyRb+Y5tGkwxFKuYuSRQHu9dZtbjenblleOLHM= diff --git a/schema/ace-options/values.openapiv3_schema.yaml b/schema/ace-options/values.openapiv3_schema.yaml index d0838d60c..a0910b59c 100644 --- a/schema/ace-options/values.openapiv3_schema.yaml +++ b/schema/ace-options/values.openapiv3_schema.yaml @@ -2029,6 +2029,9 @@ properties: quay: description: quay.io type: string + weaviate: + description: cr.weaviate.io + type: string type: object type: object imagePullSecrets: diff --git a/vendor/github.com/cyphar/filepath-securejoin/CHANGELOG.md b/vendor/github.com/cyphar/filepath-securejoin/CHANGELOG.md index 04b5685ab..cb1252b53 100644 --- a/vendor/github.com/cyphar/filepath-securejoin/CHANGELOG.md +++ b/vendor/github.com/cyphar/filepath-securejoin/CHANGELOG.md @@ -6,6 +6,35 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ## +## [0.3.6] - 2024-12-17 ## + +### Compatibility ### +- The minimum Go version requirement for `filepath-securejoin` is now Go 1.18 + (we use generics internally). + + For reference, `filepath-securejoin@v0.3.0` somewhat-arbitrarily bumped the + Go version requirement to 1.21. + + While we did make some use of Go 1.21 stdlib features (and in principle Go + versions <= 1.21 are no longer even supported by upstream anymore), some + downstreams have complained that the version bump has meant that they have to + do workarounds when backporting fixes that use the new `filepath-securejoin` + API onto old branches. This is not an ideal situation, but since using this + library is probably better for most downstreams than a hand-rolled + workaround, we now have compatibility shims that allow us to build on older + Go versions. +- Lower minimum version requirement for `golang.org/x/sys` to `v0.18.0` (we + need the wrappers for `fsconfig(2)`), which should also make backporting + patches to older branches easier. + +## [0.3.5] - 2024-12-06 ## + +### Fixed ### +- `MkdirAll` will now no longer return an `EEXIST` error if two racing + processes are creating the same directory. We will still verify that the path + is a directory, but this will avoid spurious errors when multiple threads or + programs are trying to `MkdirAll` the same path. opencontainers/runc#4543 + ## [0.3.4] - 2024-10-09 ## ### Fixed ### @@ -164,8 +193,10 @@ This is our first release of `github.com/cyphar/filepath-securejoin`, containing a full implementation with a coverage of 93.5% (the only missing cases are the error cases, which are hard to mocktest at the moment). -[Unreleased]: https://github.com/cyphar/filepath-securejoin/compare/v0.3.4...HEAD -[0.3.3]: https://github.com/cyphar/filepath-securejoin/compare/v0.3.3...v0.3.4 +[Unreleased]: https://github.com/cyphar/filepath-securejoin/compare/v0.3.6...HEAD +[0.3.6]: https://github.com/cyphar/filepath-securejoin/compare/v0.3.5...v0.3.6 +[0.3.5]: https://github.com/cyphar/filepath-securejoin/compare/v0.3.4...v0.3.5 +[0.3.4]: https://github.com/cyphar/filepath-securejoin/compare/v0.3.3...v0.3.4 [0.3.3]: https://github.com/cyphar/filepath-securejoin/compare/v0.3.2...v0.3.3 [0.3.2]: https://github.com/cyphar/filepath-securejoin/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/cyphar/filepath-securejoin/compare/v0.3.0...v0.3.1 diff --git a/vendor/github.com/cyphar/filepath-securejoin/VERSION b/vendor/github.com/cyphar/filepath-securejoin/VERSION index 42045acae..449d7e73a 100644 --- a/vendor/github.com/cyphar/filepath-securejoin/VERSION +++ b/vendor/github.com/cyphar/filepath-securejoin/VERSION @@ -1 +1 @@ -0.3.4 +0.3.6 diff --git a/vendor/github.com/cyphar/filepath-securejoin/gocompat_errors_go120.go b/vendor/github.com/cyphar/filepath-securejoin/gocompat_errors_go120.go new file mode 100644 index 000000000..42452bbf9 --- /dev/null +++ b/vendor/github.com/cyphar/filepath-securejoin/gocompat_errors_go120.go @@ -0,0 +1,18 @@ +//go:build linux && go1.20 + +// Copyright (C) 2024 SUSE LLC. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +package securejoin + +import ( + "fmt" +) + +// wrapBaseError is a helper that is equivalent to fmt.Errorf("%w: %w"), except +// that on pre-1.20 Go versions only errors.Is() works properly (errors.Unwrap) +// is only guaranteed to give you baseErr. +func wrapBaseError(baseErr, extraErr error) error { + return fmt.Errorf("%w: %w", extraErr, baseErr) +} diff --git a/vendor/github.com/cyphar/filepath-securejoin/gocompat_errors_unsupported.go b/vendor/github.com/cyphar/filepath-securejoin/gocompat_errors_unsupported.go new file mode 100644 index 000000000..e7adca3fd --- /dev/null +++ b/vendor/github.com/cyphar/filepath-securejoin/gocompat_errors_unsupported.go @@ -0,0 +1,38 @@ +//go:build linux && !go1.20 + +// Copyright (C) 2024 SUSE LLC. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +package securejoin + +import ( + "fmt" +) + +type wrappedError struct { + inner error + isError error +} + +func (err wrappedError) Is(target error) bool { + return err.isError == target +} + +func (err wrappedError) Unwrap() error { + return err.inner +} + +func (err wrappedError) Error() string { + return fmt.Sprintf("%v: %v", err.isError, err.inner) +} + +// wrapBaseError is a helper that is equivalent to fmt.Errorf("%w: %w"), except +// that on pre-1.20 Go versions only errors.Is() works properly (errors.Unwrap) +// is only guaranteed to give you baseErr. +func wrapBaseError(baseErr, extraErr error) error { + return wrappedError{ + inner: baseErr, + isError: extraErr, + } +} diff --git a/vendor/github.com/cyphar/filepath-securejoin/gocompat_generics_go121.go b/vendor/github.com/cyphar/filepath-securejoin/gocompat_generics_go121.go new file mode 100644 index 000000000..ddd6fa9a4 --- /dev/null +++ b/vendor/github.com/cyphar/filepath-securejoin/gocompat_generics_go121.go @@ -0,0 +1,32 @@ +//go:build linux && go1.21 + +// Copyright (C) 2024 SUSE LLC. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +package securejoin + +import ( + "slices" + "sync" +) + +func slices_DeleteFunc[S ~[]E, E any](slice S, delFn func(E) bool) S { + return slices.DeleteFunc(slice, delFn) +} + +func slices_Contains[S ~[]E, E comparable](slice S, val E) bool { + return slices.Contains(slice, val) +} + +func slices_Clone[S ~[]E, E any](slice S) S { + return slices.Clone(slice) +} + +func sync_OnceValue[T any](f func() T) func() T { + return sync.OnceValue(f) +} + +func sync_OnceValues[T1, T2 any](f func() (T1, T2)) func() (T1, T2) { + return sync.OnceValues(f) +} diff --git a/vendor/github.com/cyphar/filepath-securejoin/gocompat_generics_unsupported.go b/vendor/github.com/cyphar/filepath-securejoin/gocompat_generics_unsupported.go new file mode 100644 index 000000000..f1e6fe7e7 --- /dev/null +++ b/vendor/github.com/cyphar/filepath-securejoin/gocompat_generics_unsupported.go @@ -0,0 +1,124 @@ +//go:build linux && !go1.21 + +// Copyright (C) 2024 SUSE LLC. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +package securejoin + +import ( + "sync" +) + +// These are very minimal implementations of functions that appear in Go 1.21's +// stdlib, included so that we can build on older Go versions. Most are +// borrowed directly from the stdlib, and a few are modified to be "obviously +// correct" without needing to copy too many other helpers. + +// clearSlice is equivalent to the builtin clear from Go 1.21. +// Copied from the Go 1.24 stdlib implementation. +func clearSlice[S ~[]E, E any](slice S) { + var zero E + for i := range slice { + slice[i] = zero + } +} + +// Copied from the Go 1.24 stdlib implementation. +func slices_IndexFunc[S ~[]E, E any](s S, f func(E) bool) int { + for i := range s { + if f(s[i]) { + return i + } + } + return -1 +} + +// Copied from the Go 1.24 stdlib implementation. +func slices_DeleteFunc[S ~[]E, E any](s S, del func(E) bool) S { + i := slices_IndexFunc(s, del) + if i == -1 { + return s + } + // Don't start copying elements until we find one to delete. + for j := i + 1; j < len(s); j++ { + if v := s[j]; !del(v) { + s[i] = v + i++ + } + } + clearSlice(s[i:]) // zero/nil out the obsolete elements, for GC + return s[:i] +} + +// Similar to the stdlib slices.Contains, except that we don't have +// slices.Index so we need to use slices.IndexFunc for this non-Func helper. +func slices_Contains[S ~[]E, E comparable](s S, v E) bool { + return slices_IndexFunc(s, func(e E) bool { return e == v }) >= 0 +} + +// Copied from the Go 1.24 stdlib implementation. +func slices_Clone[S ~[]E, E any](s S) S { + // Preserve nil in case it matters. + if s == nil { + return nil + } + return append(S([]E{}), s...) +} + +// Copied from the Go 1.24 stdlib implementation. +func sync_OnceValue[T any](f func() T) func() T { + var ( + once sync.Once + valid bool + p any + result T + ) + g := func() { + defer func() { + p = recover() + if !valid { + panic(p) + } + }() + result = f() + f = nil + valid = true + } + return func() T { + once.Do(g) + if !valid { + panic(p) + } + return result + } +} + +// Copied from the Go 1.24 stdlib implementation. +func sync_OnceValues[T1, T2 any](f func() (T1, T2)) func() (T1, T2) { + var ( + once sync.Once + valid bool + p any + r1 T1 + r2 T2 + ) + g := func() { + defer func() { + p = recover() + if !valid { + panic(p) + } + }() + r1, r2 = f() + f = nil + valid = true + } + return func() (T1, T2) { + once.Do(g) + if !valid { + panic(p) + } + return r1, r2 + } +} diff --git a/vendor/github.com/cyphar/filepath-securejoin/lookup_linux.go b/vendor/github.com/cyphar/filepath-securejoin/lookup_linux.go index 290befa15..be81e498d 100644 --- a/vendor/github.com/cyphar/filepath-securejoin/lookup_linux.go +++ b/vendor/github.com/cyphar/filepath-securejoin/lookup_linux.go @@ -12,7 +12,6 @@ import ( "os" "path" "path/filepath" - "slices" "strings" "golang.org/x/sys/unix" @@ -113,7 +112,7 @@ func (s *symlinkStack) push(dir *os.File, remainingPath, linkTarget string) erro return nil } // Split the link target and clean up any "" parts. - linkTargetParts := slices.DeleteFunc( + linkTargetParts := slices_DeleteFunc( strings.Split(linkTarget, "/"), func(part string) bool { return part == "" || part == "." }) diff --git a/vendor/github.com/cyphar/filepath-securejoin/mkdir_linux.go b/vendor/github.com/cyphar/filepath-securejoin/mkdir_linux.go index b5f674524..5e559bb7a 100644 --- a/vendor/github.com/cyphar/filepath-securejoin/mkdir_linux.go +++ b/vendor/github.com/cyphar/filepath-securejoin/mkdir_linux.go @@ -11,7 +11,6 @@ import ( "fmt" "os" "path/filepath" - "slices" "strings" "golang.org/x/sys/unix" @@ -93,7 +92,7 @@ func MkdirAllHandle(root *os.File, unsafePath string, mode int) (_ *os.File, Err } remainingParts := strings.Split(remainingPath, string(filepath.Separator)) - if slices.Contains(remainingParts, "..") { + if slices_Contains(remainingParts, "..") { // The path contained ".." components after the end of the "real" // components. We could try to safely resolve ".." here but that would // add a bunch of extra logic for something that it's not clear even @@ -119,11 +118,20 @@ func MkdirAllHandle(root *os.File, unsafePath string, mode int) (_ *os.File, Err // NOTE: mkdir(2) will not follow trailing symlinks, so we can safely // create the final component without worrying about symlink-exchange // attacks. - if err := unix.Mkdirat(int(currentDir.Fd()), part, uint32(mode)); err != nil { + // + // If we get -EEXIST, it's possible that another program created the + // directory at the same time as us. In that case, just continue on as + // if we created it (if the created inode is not a directory, the + // following open call will fail). + if err := unix.Mkdirat(int(currentDir.Fd()), part, uint32(mode)); err != nil && !errors.Is(err, unix.EEXIST) { err = &os.PathError{Op: "mkdirat", Path: currentDir.Name() + "/" + part, Err: err} // Make the error a bit nicer if the directory is dead. - if err2 := isDeadInode(currentDir); err2 != nil { - err = fmt.Errorf("%w (%w)", err, err2) + if deadErr := isDeadInode(currentDir); deadErr != nil { + // TODO: Once we bump the minimum Go version to 1.20, we can use + // multiple %w verbs for this wrapping. For now we need to use a + // compatibility shim for older Go versions. + //err = fmt.Errorf("%w (%w)", err, deadErr) + err = wrapBaseError(err, deadErr) } return nil, err } diff --git a/vendor/github.com/cyphar/filepath-securejoin/openat2_linux.go b/vendor/github.com/cyphar/filepath-securejoin/openat2_linux.go index ae3b381ef..f7a13e69c 100644 --- a/vendor/github.com/cyphar/filepath-securejoin/openat2_linux.go +++ b/vendor/github.com/cyphar/filepath-securejoin/openat2_linux.go @@ -12,12 +12,11 @@ import ( "os" "path/filepath" "strings" - "sync" "golang.org/x/sys/unix" ) -var hasOpenat2 = sync.OnceValue(func() bool { +var hasOpenat2 = sync_OnceValue(func() bool { fd, err := unix.Openat2(unix.AT_FDCWD, ".", &unix.OpenHow{ Flags: unix.O_PATH | unix.O_CLOEXEC, Resolve: unix.RESOLVE_NO_SYMLINKS | unix.RESOLVE_IN_ROOT, diff --git a/vendor/github.com/cyphar/filepath-securejoin/procfs_linux.go b/vendor/github.com/cyphar/filepath-securejoin/procfs_linux.go index 8cc827d70..809a579cb 100644 --- a/vendor/github.com/cyphar/filepath-securejoin/procfs_linux.go +++ b/vendor/github.com/cyphar/filepath-securejoin/procfs_linux.go @@ -12,7 +12,6 @@ import ( "os" "runtime" "strconv" - "sync" "golang.org/x/sys/unix" ) @@ -54,7 +53,7 @@ func verifyProcRoot(procRoot *os.File) error { return nil } -var hasNewMountApi = sync.OnceValue(func() bool { +var hasNewMountApi = sync_OnceValue(func() bool { // All of the pieces of the new mount API we use (fsopen, fsconfig, // fsmount, open_tree) were added together in Linux 5.1[1,2], so we can // just check for one of the syscalls and the others should also be @@ -192,11 +191,11 @@ func doGetProcRoot() (*os.File, error) { return procRoot, err } -var getProcRoot = sync.OnceValues(func() (*os.File, error) { +var getProcRoot = sync_OnceValues(func() (*os.File, error) { return doGetProcRoot() }) -var hasProcThreadSelf = sync.OnceValue(func() bool { +var hasProcThreadSelf = sync_OnceValue(func() bool { return unix.Access("/proc/thread-self/", unix.F_OK) == nil }) @@ -265,12 +264,20 @@ func procThreadSelf(procRoot *os.File, subpath string) (_ *os.File, _ procThread Resolve: unix.RESOLVE_BENEATH | unix.RESOLVE_NO_XDEV | unix.RESOLVE_NO_MAGICLINKS, }) if err != nil { - return nil, nil, fmt.Errorf("%w: %w", errUnsafeProcfs, err) + // TODO: Once we bump the minimum Go version to 1.20, we can use + // multiple %w verbs for this wrapping. For now we need to use a + // compatibility shim for older Go versions. + //err = fmt.Errorf("%w: %w", errUnsafeProcfs, err) + return nil, nil, wrapBaseError(err, errUnsafeProcfs) } } else { handle, err = openatFile(procRoot, threadSelf+subpath, unix.O_PATH|unix.O_NOFOLLOW|unix.O_CLOEXEC, 0) if err != nil { - return nil, nil, fmt.Errorf("%w: %w", errUnsafeProcfs, err) + // TODO: Once we bump the minimum Go version to 1.20, we can use + // multiple %w verbs for this wrapping. For now we need to use a + // compatibility shim for older Go versions. + //err = fmt.Errorf("%w: %w", errUnsafeProcfs, err) + return nil, nil, wrapBaseError(err, errUnsafeProcfs) } defer func() { if Err != nil { @@ -289,12 +296,17 @@ func procThreadSelf(procRoot *os.File, subpath string) (_ *os.File, _ procThread return handle, runtime.UnlockOSThread, nil } -var hasStatxMountId = sync.OnceValue(func() bool { +// STATX_MNT_ID_UNIQUE is provided in golang.org/x/sys@v0.20.0, but in order to +// avoid bumping the requirement for a single constant we can just define it +// ourselves. +const STATX_MNT_ID_UNIQUE = 0x4000 + +var hasStatxMountId = sync_OnceValue(func() bool { var ( stx unix.Statx_t // We don't care which mount ID we get. The kernel will give us the // unique one if it is supported. - wantStxMask uint32 = unix.STATX_MNT_ID_UNIQUE | unix.STATX_MNT_ID + wantStxMask uint32 = STATX_MNT_ID_UNIQUE | unix.STATX_MNT_ID ) err := unix.Statx(-int(unix.EBADF), "/", 0, int(wantStxMask), &stx) return err == nil && stx.Mask&wantStxMask != 0 @@ -310,7 +322,7 @@ func getMountId(dir *os.File, path string) (uint64, error) { stx unix.Statx_t // We don't care which mount ID we get. The kernel will give us the // unique one if it is supported. - wantStxMask uint32 = unix.STATX_MNT_ID_UNIQUE | unix.STATX_MNT_ID + wantStxMask uint32 = STATX_MNT_ID_UNIQUE | unix.STATX_MNT_ID ) err := unix.Statx(int(dir.Fd()), path, unix.AT_EMPTY_PATH|unix.AT_SYMLINK_NOFOLLOW, int(wantStxMask), &stx) diff --git a/vendor/github.com/go-sql-driver/mysql/AUTHORS b/vendor/github.com/go-sql-driver/mysql/AUTHORS index 123b5dc50..510b869b7 100644 --- a/vendor/github.com/go-sql-driver/mysql/AUTHORS +++ b/vendor/github.com/go-sql-driver/mysql/AUTHORS @@ -24,6 +24,7 @@ Artur Melanchyk Asta Xie B Lamarche Bes Dollma +Bogdan Constantinescu Brian Hendriks Bulat Gaifullin Caine Jette diff --git a/vendor/github.com/go-sql-driver/mysql/CHANGELOG.md b/vendor/github.com/go-sql-driver/mysql/CHANGELOG.md index d8c3aac1e..a1b23c66b 100644 --- a/vendor/github.com/go-sql-driver/mysql/CHANGELOG.md +++ b/vendor/github.com/go-sql-driver/mysql/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v1.9.1 (2025-03-21) + +### Major Changes + +* Add Charset() option. (#1679) + +### Bugfixes + +* go.mod: fix go version format (#1682) +* Fix FormatDSN missing ConnectionAttributes (#1619) + ## v1.9.0 (2025-02-18) ### Major Changes diff --git a/vendor/github.com/go-sql-driver/mysql/dsn.go b/vendor/github.com/go-sql-driver/mysql/dsn.go index 9b560b735..ecf62567a 100644 --- a/vendor/github.com/go-sql-driver/mysql/dsn.go +++ b/vendor/github.com/go-sql-driver/mysql/dsn.go @@ -44,7 +44,6 @@ type Config struct { DBName string // Database name Params map[string]string // Connection parameters ConnectionAttributes string // Connection Attributes, comma-delimited string of user-defined "key:value" pairs - charsets []string // Connection charset. When set, this will be set in SET NAMES query Collation string // Connection collation. When set, this will be set in SET NAMES COLLATE query Loc *time.Location // Location for time.Time values MaxAllowedPacket int // Max packet size allowed @@ -81,6 +80,7 @@ type Config struct { beforeConnect func(context.Context, *Config) error // Invoked before a connection is established pubKey *rsa.PublicKey // Server public key timeTruncate time.Duration // Truncate time.Time values to the specified duration + charsets []string // Connection charset. When set, this will be set in SET NAMES query } // Functional Options Pattern @@ -135,6 +135,21 @@ func EnableCompression(yes bool) Option { } } +// Charset sets the connection charset and collation. +// +// charset is the connection charset. +// collation is the connection collation. It can be null or empty string. +// +// When collation is not specified, `SET NAMES ` command is sent when the connection is established. +// When collation is specified, `SET NAMES COLLATE ` command is sent when the connection is established. +func Charset(charset, collation string) Option { + return func(cfg *Config) error { + cfg.charsets = []string{charset} + cfg.Collation = collation + return nil + } +} + func (cfg *Config) Clone() *Config { cp := *cfg if cp.TLS != nil { @@ -307,6 +322,10 @@ func (cfg *Config) FormatDSN() string { writeDSNParam(&buf, &hasParam, "columnsWithAlias", "true") } + if cfg.ConnectionAttributes != "" { + writeDSNParam(&buf, &hasParam, "connectionAttributes", url.QueryEscape(cfg.ConnectionAttributes)) + } + if cfg.compress { writeDSNParam(&buf, &hasParam, "compress", "true") } diff --git a/vendor/kmodules.xyz/client-go/.golangci.yml b/vendor/kmodules.xyz/client-go/.golangci.yml new file mode 100644 index 000000000..4f8a023cf --- /dev/null +++ b/vendor/kmodules.xyz/client-go/.golangci.yml @@ -0,0 +1,27 @@ +version: "2" +linters: + default: standard + enable: + - unparam + +formatters: + enable: + - gofmt + - goimports + settings: + gofmt: + rewrite-rules: + - pattern: 'interface{}' + replacement: 'any' + +issues: + max-same-issues: 100 + + exclude-files: + - generated.*\\.go + + exclude-dirs: + - vendor + +run: + timeout: 10m diff --git a/vendor/kmodules.xyz/client-go/Makefile b/vendor/kmodules.xyz/client-go/Makefile index 1aa5cd994..0d1f72430 100644 --- a/vendor/kmodules.xyz/client-go/Makefile +++ b/vendor/kmodules.xyz/client-go/Makefile @@ -242,8 +242,6 @@ test: $(BUILD_DIRS) ./hack/test.sh $(SRC_PKGS) \ " -ADDTL_LINTERS := gofmt,goimports,unparam - .PHONY: lint lint: $(BUILD_DIRS) @echo "running linter" @@ -261,7 +259,7 @@ lint: $(BUILD_DIRS) --env GO111MODULE=on \ --env GOFLAGS="-mod=vendor" \ $(BUILD_IMAGE) \ - golangci-lint run --enable $(ADDTL_LINTERS) --timeout=10m --exclude-files="generated.*\.go$\" --exclude-dirs-use-default + golangci-lint run $(BUILD_DIRS): @mkdir -p $@ diff --git a/vendor/kmodules.xyz/client-go/api/v1/object.go b/vendor/kmodules.xyz/client-go/api/v1/object.go index 92035935a..90e50df87 100644 --- a/vendor/kmodules.xyz/client-go/api/v1/object.go +++ b/vendor/kmodules.xyz/client-go/api/v1/object.go @@ -158,8 +158,8 @@ func MustParseObjectID(key OID) *ObjectID { return oid } -func ObjectIDMap(key OID) (map[string]interface{}, error) { - id := map[string]interface{}{ +func ObjectIDMap(key OID) (map[string]any, error) { + id := map[string]any{ "group": "", "kind": "", "namespace": "", diff --git a/vendor/kmodules.xyz/client-go/api/v1/timeofday.go b/vendor/kmodules.xyz/client-go/api/v1/timeofday.go index 88ea1a8ba..5d6310a44 100644 --- a/vendor/kmodules.xyz/client-go/api/v1/timeofday.go +++ b/vendor/kmodules.xyz/client-go/api/v1/timeofday.go @@ -164,7 +164,7 @@ func (t TimeOfDay) MarshalJSON() ([]byte, error) { } // ToUnstructured implements the value.UnstructuredConverter interface. -func (t TimeOfDay) ToUnstructured() interface{} { +func (t TimeOfDay) ToUnstructured() any { if t.IsZero() { return nil } @@ -177,11 +177,11 @@ func (t TimeOfDay) ToUnstructured() interface{} { // the OpenAPI spec of this type. // // See: https://github.com/kubernetes/kube-openapi/tree/master/pkg/generators -func (_ TimeOfDay) OpenAPISchemaType() []string { return []string{"string"} } +func (TimeOfDay) OpenAPISchemaType() []string { return []string{"string"} } // OpenAPISchemaFormat is used by the kube-openapi generator when constructing // the OpenAPI spec of this type. -func (_ TimeOfDay) OpenAPISchemaFormat() string { return "time" } +func (TimeOfDay) OpenAPISchemaFormat() string { return "time" } // MarshalQueryParameter converts to a URL query parameter value func (t TimeOfDay) MarshalQueryParameter() (string, error) { @@ -201,7 +201,7 @@ func (t *TimeOfDay) Fuzz(c fuzz.Continue) { // Allow for about 1000 years of randomness. Leave off nanoseconds // because JSON doesn't represent them so they can't round-trip // properly. - t.Time = time.Unix(c.Rand.Int63n(1000*365*24*60*60), 0) + t.Time = time.Unix(c.Int63n(1000*365*24*60*60), 0) } // ensure Time implements fuzz.Interface diff --git a/vendor/kmodules.xyz/client-go/conditions/getter.go b/vendor/kmodules.xyz/client-go/conditions/getter.go index b915573eb..4bfa177a6 100644 --- a/vendor/kmodules.xyz/client-go/conditions/getter.go +++ b/vendor/kmodules.xyz/client-go/conditions/getter.go @@ -223,7 +223,7 @@ func mirror(from Getter, targetCondition kmapi.ConditionType, options ...MirrorO case true: condition = TrueCondition(targetCondition) case false: - condition = FalseCondition(targetCondition, mirrorOpt.fallbackReason, mirrorOpt.fallbackSeverity, mirrorOpt.fallbackMessage) //nolint:govet + condition = FalseCondition(targetCondition, mirrorOpt.fallbackReason, mirrorOpt.fallbackSeverity, "%s", mirrorOpt.fallbackMessage) } } diff --git a/vendor/kmodules.xyz/client-go/conditions/matcher.go b/vendor/kmodules.xyz/client-go/conditions/matcher.go index f79d2b413..43a161512 100644 --- a/vendor/kmodules.xyz/client-go/conditions/matcher.go +++ b/vendor/kmodules.xyz/client-go/conditions/matcher.go @@ -36,8 +36,8 @@ type matchConditions struct { expected kmapi.Conditions } -func (m matchConditions) Match(actual interface{}) (success bool, err error) { - elems := []interface{}{} +func (m matchConditions) Match(actual any) (success bool, err error) { + elems := []any{} for _, condition := range m.expected { elems = append(elems, MatchCondition(condition)) } @@ -45,11 +45,11 @@ func (m matchConditions) Match(actual interface{}) (success bool, err error) { return gomega.ConsistOf(elems).Match(actual) } -func (m matchConditions) FailureMessage(actual interface{}) (message string) { +func (m matchConditions) FailureMessage(actual any) (message string) { return fmt.Sprintf("expected\n\t%#v\nto match\n\t%#v\n", actual, m.expected) } -func (m matchConditions) NegatedFailureMessage(actual interface{}) (message string) { +func (m matchConditions) NegatedFailureMessage(actual any) (message string) { return fmt.Sprintf("expected\n\t%#v\nto not match\n\t%#v\n", actual, m.expected) } @@ -64,7 +64,7 @@ type matchCondition struct { expected kmapi.Condition } -func (m matchCondition) Match(actual interface{}) (success bool, err error) { +func (m matchCondition) Match(actual any) (success bool, err error) { actualCondition, ok := actual.(kmapi.Condition) if !ok { return false, fmt.Errorf("actual should be of type Condition") @@ -94,10 +94,10 @@ func (m matchCondition) Match(actual interface{}) (success bool, err error) { return ok, err } -func (m matchCondition) FailureMessage(actual interface{}) (message string) { +func (m matchCondition) FailureMessage(actual any) (message string) { return fmt.Sprintf("expected\n\t%#v\nto match\n\t%#v\n", actual, m.expected) } -func (m matchCondition) NegatedFailureMessage(actual interface{}) (message string) { +func (m matchCondition) NegatedFailureMessage(actual any) (message string) { return fmt.Sprintf("expected\n\t%#v\nto not match\n\t%#v\n", actual, m.expected) } diff --git a/vendor/kmodules.xyz/client-go/conditions/matchers.go b/vendor/kmodules.xyz/client-go/conditions/matchers.go index 508932205..f35e606d0 100644 --- a/vendor/kmodules.xyz/client-go/conditions/matchers.go +++ b/vendor/kmodules.xyz/client-go/conditions/matchers.go @@ -36,7 +36,7 @@ type conditionMatcher struct { Expected *kmapi.Condition } -func (matcher *conditionMatcher) Match(actual interface{}) (success bool, err error) { +func (matcher *conditionMatcher) Match(actual any) (success bool, err error) { actualCondition, ok := actual.(*kmapi.Condition) if !ok { return false, errors.New("value should be a condition") @@ -45,10 +45,10 @@ func (matcher *conditionMatcher) Match(actual interface{}) (success bool, err er return hasSameState(actualCondition, matcher.Expected), nil } -func (matcher *conditionMatcher) FailureMessage(actual interface{}) (message string) { +func (matcher *conditionMatcher) FailureMessage(actual any) (message string) { return format.Message(actual, "to have the same state of", matcher.Expected) } -func (matcher *conditionMatcher) NegatedFailureMessage(actual interface{}) (message string) { +func (matcher *conditionMatcher) NegatedFailureMessage(actual any) (message string) { return format.Message(actual, "not to have the same state of", matcher.Expected) } diff --git a/vendor/kmodules.xyz/client-go/conditions/merge.go b/vendor/kmodules.xyz/client-go/conditions/merge.go index e1ab6bc6e..ba18d905b 100644 --- a/vendor/kmodules.xyz/client-go/conditions/merge.go +++ b/vendor/kmodules.xyz/client-go/conditions/merge.go @@ -32,9 +32,9 @@ type localizedCondition struct { } // merge a list of condition into a single one. -// This operation is designed to ensure visibility of the most relevant util for defining the +// This operation is designed to ensure visibility of the most relevant conditions for defining the // operational state of a component. E.g. If there is one error in the condition list, this one takes -// priority over the other util, and it should be reflected in the target condition. +// priority over the other conditions and it is should be reflected in the target condition. // // More specifically: // 1. Conditions are grouped by status, severity @@ -63,11 +63,10 @@ func merge(conditions []localizedCondition, targetCondition kmapi.ConditionType, targetReason := getReason(g, options) targetMessage := getMessage(g, options) - if g.TopGroup().status == metav1.ConditionFalse { - return FalseCondition(targetCondition, targetReason, g.TopGroup().severity, targetMessage) //nolint:govet + return FalseCondition(targetCondition, targetReason, g.TopGroup().severity, "%s", targetMessage) } - return UnknownCondition(targetCondition, targetReason, targetMessage) //nolint:govet + return UnknownCondition(targetCondition, targetReason, "%s", targetMessage) } // getConditionGroups groups a list of conditions according to status, severity values. diff --git a/vendor/kmodules.xyz/client-go/conditions/setter.go b/vendor/kmodules.xyz/client-go/conditions/setter.go index eb9bf49f7..0e6b95de5 100644 --- a/vendor/kmodules.xyz/client-go/conditions/setter.go +++ b/vendor/kmodules.xyz/client-go/conditions/setter.go @@ -88,7 +88,7 @@ func TrueCondition(t kmapi.ConditionType) *kmapi.Condition { } // FalseCondition returns a condition with Status=False and the given type. -func FalseCondition(t kmapi.ConditionType, reason string, severity kmapi.ConditionSeverity, messageFormat string, messageArgs ...interface{}) *kmapi.Condition { +func FalseCondition(t kmapi.ConditionType, reason string, severity kmapi.ConditionSeverity, messageFormat string, messageArgs ...any) *kmapi.Condition { return &kmapi.Condition{ Type: t, Status: metav1.ConditionFalse, @@ -99,7 +99,7 @@ func FalseCondition(t kmapi.ConditionType, reason string, severity kmapi.Conditi } // UnknownCondition returns a condition with Status=Unknown and the given type. -func UnknownCondition(t kmapi.ConditionType, reason string, messageFormat string, messageArgs ...interface{}) *kmapi.Condition { +func UnknownCondition(t kmapi.ConditionType, reason string, messageFormat string, messageArgs ...any) *kmapi.Condition { return &kmapi.Condition{ Type: t, Status: metav1.ConditionUnknown, @@ -114,12 +114,12 @@ func MarkTrue(to Setter, t kmapi.ConditionType) { } // MarkUnknown sets Status=Unknown for the condition with the given type. -func MarkUnknown(to Setter, t kmapi.ConditionType, reason, messageFormat string, messageArgs ...interface{}) { +func MarkUnknown(to Setter, t kmapi.ConditionType, reason, messageFormat string, messageArgs ...any) { Set(to, UnknownCondition(t, reason, messageFormat, messageArgs...)) } // MarkFalse sets Status=False for the condition with the given type. -func MarkFalse(to Setter, t kmapi.ConditionType, reason string, severity kmapi.ConditionSeverity, messageFormat string, messageArgs ...interface{}) { +func MarkFalse(to Setter, t kmapi.ConditionType, reason string, severity kmapi.ConditionSeverity, messageFormat string, messageArgs ...any) { Set(to, FalseCondition(t, reason, severity, messageFormat, messageArgs...)) } diff --git a/vendor/kmodules.xyz/client-go/meta/annotations.go b/vendor/kmodules.xyz/client-go/meta/annotations.go index 4ffdd4e50..0718696c5 100644 --- a/vendor/kmodules.xyz/client-go/meta/annotations.go +++ b/vendor/kmodules.xyz/client-go/meta/annotations.go @@ -23,7 +23,7 @@ import ( kutil "kmodules.xyz/client-go" ) -type ParserFunc func(map[string]string, string) (interface{}, error) +type ParserFunc func(map[string]string, string) (any, error) var ( _ ParserFunc = GetBool @@ -35,7 +35,7 @@ var ( _ ParserFunc = GetDuration ) -func GetBool(m map[string]string, key string) (interface{}, error) { +func GetBool(m map[string]string, key string) (any, error) { if m == nil { return false, kutil.ErrNotFound } @@ -51,7 +51,7 @@ func GetBoolValue(m map[string]string, key string) (bool, error) { return v.(bool), err } -func GetInt(m map[string]string, key string) (interface{}, error) { +func GetInt(m map[string]string, key string) (any, error) { if m == nil { return 0, kutil.ErrNotFound } @@ -67,7 +67,7 @@ func GetIntValue(m map[string]string, key string) (int, error) { return v.(int), err } -func GetString(m map[string]string, key string) (interface{}, error) { +func GetString(m map[string]string, key string) (any, error) { if m == nil { return "", kutil.ErrNotFound } @@ -99,7 +99,7 @@ func RemoveKey(m map[string]string, key string) map[string]string { return m } -func GetList(m map[string]string, key string) (interface{}, error) { +func GetList(m map[string]string, key string) (any, error) { if m == nil { return []string{}, kutil.ErrNotFound } @@ -117,7 +117,7 @@ func GetListValue(m map[string]string, key string) ([]string, error) { return v.([]string), err } -func GetMap(m map[string]string, key string) (interface{}, error) { +func GetMap(m map[string]string, key string) (any, error) { if m == nil { return map[string]string{}, kutil.ErrNotFound } @@ -135,7 +135,7 @@ func GetMapValue(m map[string]string, key string) (map[string]string, error) { return v.(map[string]string), err } -func GetFloat(m map[string]string, key string) (interface{}, error) { +func GetFloat(m map[string]string, key string) (any, error) { if m == nil { return 0.0, kutil.ErrNotFound } @@ -152,7 +152,7 @@ func GetFloatValue(m map[string]string, key string) (float64, error) { return v.(float64), err } -func GetDuration(m map[string]string, key string) (interface{}, error) { +func GetDuration(m map[string]string, key string) (any, error) { if m == nil { return time.Duration(0), kutil.ErrNotFound } @@ -169,10 +169,10 @@ func GetDurationValue(m map[string]string, key string) (time.Duration, error) { return v.(time.Duration), err } -type GetFunc func(map[string]string) (interface{}, error) +type GetFunc func(map[string]string) (any, error) func ParseFor(key string, fn ParserFunc) GetFunc { - return func(m map[string]string) (interface{}, error) { + return func(m map[string]string) (any, error) { return fn(m, key) } } diff --git a/vendor/kmodules.xyz/client-go/meta/cmp.go b/vendor/kmodules.xyz/client-go/meta/cmp.go index 101583a6d..5258b3d92 100644 --- a/vendor/kmodules.xyz/client-go/meta/cmp.go +++ b/vendor/kmodules.xyz/client-go/meta/cmp.go @@ -40,11 +40,11 @@ var cmpOptions = []cmp.Option{ }), } -func Diff(x, y interface{}) string { +func Diff(x, y any) string { return cmp.Diff(x, y, cmpOptions...) } -func Equal(x, y interface{}) bool { +func Equal(x, y any) bool { return cmp.Equal(x, y, cmpOptions...) } @@ -75,7 +75,7 @@ func EqualAnnotation(x, y map[string]string) bool { return true } -func JsonDiff(old, new interface{}) (string, error) { +func JsonDiff(old, new any) (string, error) { json := jsoniter.ConfigFastest oldBytes, err := json.Marshal(old) if err != nil { @@ -94,7 +94,7 @@ func JsonDiff(old, new interface{}) (string, error) { return "", err } - var aJson map[string]interface{} + var aJson map[string]any if err := json.Unmarshal(oldBytes, &aJson); err != nil { return "", err } diff --git a/vendor/kmodules.xyz/client-go/meta/dataformat.go b/vendor/kmodules.xyz/client-go/meta/dataformat.go index 6fd675ca6..bc3ad53f7 100644 --- a/vendor/kmodules.xyz/client-go/meta/dataformat.go +++ b/vendor/kmodules.xyz/client-go/meta/dataformat.go @@ -23,7 +23,7 @@ import ( "sigs.k8s.io/yaml" ) -func DecodeObject(in interface{}, out interface{}) error { +func DecodeObject(in any, out any) error { config := &mapstructure.DecoderConfig{ Metadata: nil, TagName: "json", @@ -56,10 +56,11 @@ func NewDataFormat(format string, def DataFormat) DataFormat { } } -func Marshal(v interface{}, format DataFormat) ([]byte, error) { - if format == JsonFormat { +func Marshal(v any, format DataFormat) ([]byte, error) { + switch format { + case JsonFormat: return json.Marshal(v) - } else if format == YAMLFormat { + case YAMLFormat: return yaml.Marshal(v) } return nil, fmt.Errorf("unknonw format: %v", format) diff --git a/vendor/kmodules.xyz/client-go/meta/encoding.go b/vendor/kmodules.xyz/client-go/meta/encoding.go index abaa4f0ed..1ba1b120f 100644 --- a/vendor/kmodules.xyz/client-go/meta/encoding.go +++ b/vendor/kmodules.xyz/client-go/meta/encoding.go @@ -149,7 +149,7 @@ func UnmarshalFromJSON(data []byte, gv schema.GroupVersion) (runtime.Object, err // // WARNING: `json` tags are not respected when struct converted to map[string]interface{} // WARNING: Embedded structs are not decoded properly: https://github.com/mitchellh/mapstructure/pull/80 -func Decode(input interface{}, output interface{}) error { +func Decode(input any, output any) error { config := &mapstructure.DecoderConfig{ DecodeHook: StringToQuantityHookFunc(), Metadata: nil, @@ -169,8 +169,8 @@ func StringToQuantityHookFunc() mapstructure.DecodeHookFunc { return func( f reflect.Type, t reflect.Type, - data interface{}, - ) (interface{}, error) { + data any, + ) (any, error) { if f.Kind() != reflect.String { return data, nil } diff --git a/vendor/kmodules.xyz/client-go/meta/hash.go b/vendor/kmodules.xyz/client-go/meta/hash.go index 0e7778f4f..b8f2ec165 100644 --- a/vendor/kmodules.xyz/client-go/meta/hash.go +++ b/vendor/kmodules.xyz/client-go/meta/hash.go @@ -44,7 +44,7 @@ func ResourceHash(obj metav1.Object) string { // ObjectHash includes all top label fields (like data, spec) except TypeMeta, ObjectMeta and Status // also includes Generation, Annotation and Labels form ObjectMeta func ObjectHash(in metav1.Object) string { - obj := make(map[string]interface{}) + obj := make(map[string]any) obj["generation"] = in.GetGeneration() if len(in.GetLabels()) > 0 { @@ -84,7 +84,7 @@ func ObjectHash(in metav1.Object) string { } func GenerationHash(in metav1.Object) string { - obj := make(map[string]interface{}, 3) + obj := make(map[string]any, 3) obj["generation"] = in.GetGeneration() if len(in.GetLabels()) > 0 { obj["labels"] = in.GetLabels() @@ -106,7 +106,7 @@ func GenerationHash(in metav1.Object) string { // DeepHashObject writes specified object to hash using the spew library // which follows pointers and prints actual values of the nested objects // ensuring the hash does not change when a pointer changes. -func DeepHashObject(hasher hash.Hash, objectToWrite interface{}) { +func DeepHashObject(hasher hash.Hash, objectToWrite any) { hasher.Reset() printer := spew.ConfigState{ Indent: " ", @@ -114,10 +114,10 @@ func DeepHashObject(hasher hash.Hash, objectToWrite interface{}) { DisableMethods: true, SpewKeys: true, } - printer.Fprintf(hasher, "%#v", objectToWrite) + _, _ = printer.Fprintf(hasher, "%#v", objectToWrite) } -func MustAlreadyReconciled(o interface{}) bool { +func MustAlreadyReconciled(o any) bool { reconciled, err := AlreadyReconciled(o) if err != nil { panic("failed to extract status.observedGeneration field due to err:" + err.Error()) @@ -125,7 +125,7 @@ func MustAlreadyReconciled(o interface{}) bool { return reconciled } -func AlreadyReconciled(o interface{}) (bool, error) { +func AlreadyReconciled(o any) (bool, error) { var generation, observedGeneration int64 var err error diff --git a/vendor/kmodules.xyz/client-go/meta/lib.go b/vendor/kmodules.xyz/client-go/meta/lib.go index 455950a51..0e6f761e2 100644 --- a/vendor/kmodules.xyz/client-go/meta/lib.go +++ b/vendor/kmodules.xyz/client-go/meta/lib.go @@ -68,7 +68,7 @@ func DeleteInForeground() metav1.DeleteOptions { return metav1.DeleteOptions{PropagationPolicy: &policy} } -func GetKind(v interface{}) string { +func GetKind(v any) string { return reflect.Indirect(reflect.ValueOf(v)).Type().Name() } diff --git a/vendor/kmodules.xyz/client-go/meta/patch.go b/vendor/kmodules.xyz/client-go/meta/patch.go index 10d5e8a69..db8c227a8 100644 --- a/vendor/kmodules.xyz/client-go/meta/patch.go +++ b/vendor/kmodules.xyz/client-go/meta/patch.go @@ -29,14 +29,14 @@ import ( var json = jsoniter.ConfigFastest -func toJson(v interface{}) ([]byte, error) { +func toJson(v any) ([]byte, error) { if u, ok := v.([]byte); ok { return u, nil } return json.Marshal(v) } -func CreateStrategicPatch(cur interface{}, mod interface{}, fns ...mergepatch.PreconditionFunc) ([]byte, error) { +func CreateStrategicPatch(cur any, mod any, fns ...mergepatch.PreconditionFunc) ([]byte, error) { curJson, err := toJson(cur) if err != nil { return nil, err @@ -50,7 +50,7 @@ func CreateStrategicPatch(cur interface{}, mod interface{}, fns ...mergepatch.Pr return strategicpatch.CreateTwoWayMergePatch(curJson, modJson, mod, fns...) } -func CreateJSONMergePatch(cur interface{}, mod interface{}, fns ...mergepatch.PreconditionFunc) ([]byte, error) { +func CreateJSONMergePatch(cur any, mod any, fns ...mergepatch.PreconditionFunc) ([]byte, error) { curJson, err := toJson(cur) if err != nil { return nil, err @@ -72,7 +72,7 @@ func CreateJSONMergePatch(cur interface{}, mod interface{}, fns ...mergepatch.Pr return patch, nil } -func CreateJSONPatch(cur interface{}, mod interface{}) ([]byte, error) { +func CreateJSONPatch(cur any, mod any) ([]byte, error) { curJson, err := toJson(cur) if err != nil { return nil, err @@ -93,7 +93,7 @@ func CreateJSONPatch(cur interface{}, mod interface{}) ([]byte, error) { // Apply the preconditions to the patch, and return an error if any of them fail. // ref: https://github.com/kubernetes/apimachinery/blob/master/pkg/util/jsonmergepatch/patch.go#L74 func meetPreconditions(patch []byte, fns ...mergepatch.PreconditionFunc) error { - var patchMap map[string]interface{} + var patchMap map[string]any if err := json.Unmarshal(patch, &patchMap); err != nil { return fmt.Errorf("failed to unmarshal patch for precondition check: %s", patch) } @@ -115,8 +115,8 @@ func meetPreconditions(patch []byte, fns ...mergepatch.PreconditionFunc) error { // ref: https://github.com/kubernetes/apimachinery/blob/master/pkg/util/mergepatch/util.go#L30 func RequireChainKeyUnchanged(key string) mergepatch.PreconditionFunc { - return func(patch interface{}) bool { - patchMap, ok := patch.(map[string]interface{}) + return func(patch any) bool { + patchMap, ok := patch.(map[string]any) if !ok { fmt.Println("Invalid data") return true @@ -125,7 +125,7 @@ func RequireChainKeyUnchanged(key string) mergepatch.PreconditionFunc { } } -func checkChainKeyUnchanged(key string, mapData map[string]interface{}) bool { +func checkChainKeyUnchanged(key string, mapData map[string]any) bool { keys := strings.Split(key, ".") newKey := strings.Join(keys[1:], ".") @@ -134,7 +134,7 @@ func checkChainKeyUnchanged(key string, mapData map[string]interface{}) bool { return true } for _, val := range mapData { - if !checkChainKeyUnchanged(newKey, val.(map[string]interface{})) { + if !checkChainKeyUnchanged(newKey, val.(map[string]any)) { return false } } @@ -143,13 +143,13 @@ func checkChainKeyUnchanged(key string, mapData map[string]interface{}) bool { if !ok || len(keys) == 1 { return !ok } - if x, ok := values.([]interface{}); ok { + if x, ok := values.([]any); ok { // x is of type []Interface for _, val := range x { - return checkChainKeyUnchanged(newKey, val.(map[string]interface{})) + return checkChainKeyUnchanged(newKey, val.(map[string]any)) } } - return checkChainKeyUnchanged(newKey, values.(map[string]interface{})) + return checkChainKeyUnchanged(newKey, values.(map[string]any)) } return true } diff --git a/vendor/kmodules.xyz/client-go/meta/status.go b/vendor/kmodules.xyz/client-go/meta/status.go index efa436837..893fe26b0 100644 --- a/vendor/kmodules.xyz/client-go/meta/status.go +++ b/vendor/kmodules.xyz/client-go/meta/status.go @@ -33,7 +33,7 @@ type Condition struct { ObservedGeneration int64 `json:"observedGeneration,omitempty"` } -func StatusEqual(old, new interface{}) bool { +func StatusEqual(old, new any) bool { oldStatus, oldExists := extractStatusFromObject(old) newStatus, newExists := extractStatusFromObject(new) if oldExists && newExists { @@ -48,7 +48,7 @@ func StatusEqual(old, new interface{}) bool { return !oldExists && !newExists } -func StatusConditionAwareEqual(old, new interface{}) bool { +func StatusConditionAwareEqual(old, new any) bool { oldStatus, oldExists := extractStatusFromObject(old) newStatus, newExists := extractStatusFromObject(new) if oldExists && newExists { @@ -61,7 +61,7 @@ func StatusConditionAwareEqual(old, new interface{}) bool { var result bool if oldKind == reflect.Map { - result = statusMapEqual(oldStatus.(map[string]interface{}), newStatus.(map[string]interface{})) + result = statusMapEqual(oldStatus.(map[string]any), newStatus.(map[string]any)) } else { oldStruct := structs.New(oldStatus) oldStruct.TagName = "json" @@ -81,7 +81,7 @@ func StatusConditionAwareEqual(old, new interface{}) bool { return !oldExists && !newExists } -func extractStatusFromObject(o interface{}) (interface{}, bool) { +func extractStatusFromObject(o any) (any, bool) { switch obj := o.(type) { case *unstructured.Unstructured: v, ok, _ := unstructured.NestedFieldNoCopy(obj.Object, "status") @@ -114,7 +114,7 @@ func conditionsEqual(old, nu []Condition) bool { return true } -func statusMapEqual(old, nu map[string]interface{}) bool { +func statusMapEqual(old, nu map[string]any) bool { // optimization if len(old) != len(nu) { return false diff --git a/vendor/kmodules.xyz/image-packer/pkg/lib/image.go b/vendor/kmodules.xyz/image-packer/pkg/lib/image.go index e2b9728ca..461fdde9a 100644 --- a/vendor/kmodules.xyz/image-packer/pkg/lib/image.go +++ b/vendor/kmodules.xyz/image-packer/pkg/lib/image.go @@ -17,6 +17,7 @@ limitations under the License. package lib import ( + "io" "os" "path/filepath" "sort" @@ -29,15 +30,15 @@ import ( "k8s.io/klog/v2" ) -func ListDockerImages(rootDir string) ([]string, error) { - images, err := MapImages(rootDir) +func ListDockerImages(rootDir string, values map[string]string) ([]string, error) { + images, err := MapImages(rootDir, values) if err != nil { return nil, err } return ListImages(images), nil } -func MapImages(rootDir string) (map[string]string, error) { +func MapImages(rootDir string, values map[string]string) (map[string]string, error) { entries, err := os.ReadDir(rootDir) if err != nil { return nil, err @@ -52,36 +53,62 @@ func MapImages(rootDir string) (map[string]string, error) { if !entry.IsDir() { continue } + mapChartImages(rootDir, values, sh, entry, images) + } + return images, nil +} + +func mapChartImages(rootDir string, values map[string]string, sh *shell.Session, entry os.DirEntry, images map[string]string) { + err := sh.SetDir(filepath.Join(rootDir, entry.Name())).Command("helm", "dependency", "update").Run() + if err != nil { + panic(err) + } - err := sh.SetDir(filepath.Join(rootDir, entry.Name())).Command("helm", "dependency", "update").Run() + args := []any{"template", entry.Name()} + + content, ok := values[entry.Name()] + if ok { + tmpfile, err := os.CreateTemp("", entry.Name()+"-val-*.yaml") if err != nil { - panic(err) + klog.Fatal(err) } + defer os.Remove(tmpfile.Name()) // nolint:errcheck - args := []any{"template", entry.Name()} - if entry.Name() == "cluster-manager-spoke" { - args = append(args, "--dry-run=server") - } else { - if files, err := filepath.Glob(filepath.Join(rootDir, entry.Name(), "*.sample.yaml")); err == nil && len(files) > 0 { - for _, file := range files { - args = append(args, "--values="+entry.Name()+"/"+filepath.Base(file)) - } - } + if _, err := io.WriteString(tmpfile, content); err != nil { + tmpfile.Close() // nolint:errcheck + klog.Fatal(err) } - if out, err := sh.SetDir(rootDir).Command("helm", args...).Output(); err == nil { - helmout, err := parser.ListResources(out) - if err != nil { - panic(err) - } - for _, ri := range helmout { - collectImages(ri.Object.UnstructuredContent(), images, ri.Object.GetObjectKind().GroupVersionKind().GroupKind().String()) + // 4. Close the file handle + // We must close the file handle before attempting to read from it or before the defer os.Remove runs. + if err := tmpfile.Close(); err != nil { + klog.Fatal(err) + } + + args = append(args, "--values="+tmpfile.Name()) + } + + if entry.Name() == "cluster-manager-spoke" { + args = append(args, "--dry-run=server") + } else { + if files, err := filepath.Glob(filepath.Join(rootDir, entry.Name(), "*.sample.yaml")); err == nil && len(files) > 0 { + for _, file := range files { + args = append(args, "--values="+entry.Name()+"/"+filepath.Base(file)) } - } else { - klog.Infof("Skipping %s due to error: %v", entry.Name(), err) } } - return images, nil + if out, err := sh.SetDir(rootDir).Command("helm", args...).Output(); err == nil { + helmout, err := parser.ListResources(out) + if err != nil { + panic(err) + } + + for _, ri := range helmout { + collectImages(ri.Object.UnstructuredContent(), images, ri.Object.GetObjectKind().GroupVersionKind().GroupKind().String()) + } + } else { + klog.Infof("Skipping %s due to error: %v", entry.Name(), err) + } } func collectImages(obj map[string]any, images map[string]string, srcGK string) { diff --git a/vendor/kmodules.xyz/image-packer/pkg/lib/tests.go b/vendor/kmodules.xyz/image-packer/pkg/lib/tests.go index bf42553dc..3f264bd6f 100644 --- a/vendor/kmodules.xyz/image-packer/pkg/lib/tests.go +++ b/vendor/kmodules.xyz/image-packer/pkg/lib/tests.go @@ -32,7 +32,18 @@ func CheckImageExists(files []string) error { if err != nil { return err } + return checkImageExists(images) +} +func CheckHelmChartImageExists(rootDir string, values map[string]string) error { + images, err := ListDockerImages(rootDir, values) + if err != nil { + return err + } + return checkImageExists(images) +} + +func checkImageExists(images []string) error { var missing []string for _, img := range images { _, found, err := ImageDigest(img) @@ -56,13 +67,24 @@ func CheckImageExists(files []string) error { var desiredArchs = sets.New("amd64", "arm64") func CheckImageArchitectures(files []string, archSkipList, ignoreMissingList []string) error { - archSkipSet := sets.NewString(archSkipList...) - ignoreMissingSet := sets.NewString(ignoreMissingList...) - images, err := LoadImageList(files) if err != nil { return err } + return checkImageArchitectures(images, archSkipList, ignoreMissingList) +} + +func CheckHelmChartImageArchitectures(rootDir string, values map[string]string, archSkipList, ignoreMissingList []string) error { + images, err := ListDockerImages(rootDir, values) + if err != nil { + return err + } + return checkImageArchitectures(images, archSkipList, ignoreMissingList) +} + +func checkImageArchitectures(images []string, archSkipList, ignoreMissingList []string) error { + archSkipSet := sets.NewString(archSkipList...) + ignoreMissingSet := sets.NewString(ignoreMissingList...) var missing, ignored []string missingArchs := map[string][]string{} diff --git a/vendor/kmodules.xyz/resource-metadata/apis/shared/helm.go b/vendor/kmodules.xyz/resource-metadata/apis/shared/helm.go index c0a501fe6..63612746b 100644 --- a/vendor/kmodules.xyz/resource-metadata/apis/shared/helm.go +++ b/vendor/kmodules.xyz/resource-metadata/apis/shared/helm.go @@ -56,6 +56,9 @@ type RegistryProxies struct { // r.appscode.com //+optional AppsCode string `json:"appscode"` + // cr.weaviate.io + //+optional + Weaviate string `json:"weaviate"` } type RegistryInfo struct { diff --git a/vendor/kmodules.xyz/resource-metadata/apis/shared/openapi_generated.go b/vendor/kmodules.xyz/resource-metadata/apis/shared/openapi_generated.go index 4713ec2b0..129b6270e 100644 --- a/vendor/kmodules.xyz/resource-metadata/apis/shared/openapi_generated.go +++ b/vendor/kmodules.xyz/resource-metadata/apis/shared/openapi_generated.go @@ -789,6 +789,14 @@ func schema_kmodulesxyz_resource_metadata_apis_shared_RegistryProxies(ref common Format: "", }, }, + "weaviate": { + SchemaProps: spec.SchemaProps{ + Description: "cr.weaviate.io", + Default: "", + Type: []string{"string"}, + Format: "", + }, + }, }, }, }, diff --git a/vendor/kmodules.xyz/resource-metadata/apis/ui/v1alpha1/openapi_generated.go b/vendor/kmodules.xyz/resource-metadata/apis/ui/v1alpha1/openapi_generated.go index 98408dc47..2486e2dee 100644 --- a/vendor/kmodules.xyz/resource-metadata/apis/ui/v1alpha1/openapi_generated.go +++ b/vendor/kmodules.xyz/resource-metadata/apis/ui/v1alpha1/openapi_generated.go @@ -19980,6 +19980,14 @@ func schema_kmodulesxyz_resource_metadata_apis_shared_RegistryProxies(ref common Format: "", }, }, + "weaviate": { + SchemaProps: spec.SchemaProps{ + Description: "cr.weaviate.io", + Default: "", + Type: []string{"string"}, + Format: "", + }, + }, }, }, }, diff --git a/vendor/kubeops.dev/installer/apis/installer/v1alpha1/fargocd_types.go b/vendor/kubeops.dev/installer/apis/installer/v1alpha1/fargocd_types.go index e6983f4f0..4ae0d2b74 100644 --- a/vendor/kubeops.dev/installer/apis/installer/v1alpha1/fargocd_types.go +++ b/vendor/kubeops.dev/installer/apis/installer/v1alpha1/fargocd_types.go @@ -79,9 +79,10 @@ type FargocdSpec struct { ServiceAccount ServiceAccountSpec `json:"serviceAccount"` Apiserver SupervisorApiserver `json:"apiserver"` Monitoring Monitoring `json:"monitoring"` - // +optional NetworkPolicy NetworkPolicySpec `json:"networkPolicy"` + // +optional + Distro DistroSpec `json:"distro"` } // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object diff --git a/vendor/kubeops.dev/installer/apis/installer/v1alpha1/kube_ui_server_types.go b/vendor/kubeops.dev/installer/apis/installer/v1alpha1/kube_ui_server_types.go index d6a4b05bb..aa56f204f 100644 --- a/vendor/kubeops.dev/installer/apis/installer/v1alpha1/kube_ui_server_types.go +++ b/vendor/kubeops.dev/installer/apis/installer/v1alpha1/kube_ui_server_types.go @@ -73,15 +73,17 @@ type KubeUiServerSpec struct { // PodSecurityContext holds pod-level security attributes and common container settings. // Optional: Defaults to empty. See type description for default values of each field. // +optional - PodSecurityContext *core.PodSecurityContext `json:"podSecurityContext"` - ServiceAccount ServiceAccountSpec `json:"serviceAccount"` - Apiserver ApiserverSpec `json:"apiserver"` - Monitoring Monitoring `json:"monitoring"` - Prometheus PrometheusConfig `json:"prometheus"` - HelmRepositories HelmRepositories `json:"helmRepositories"` - KubeconfigSecretName string `json:"kubeconfigSecretName"` - Platform AcePlatformSpec `json:"platform"` - AceUserRoles AceUserRolesValues `json:"ace-user-roles"` + PodSecurityContext *core.PodSecurityContext `json:"podSecurityContext"` + ServiceAccount ServiceAccountSpec `json:"serviceAccount"` + Apiserver ApiserverSpec `json:"apiserver"` + Monitoring Monitoring `json:"monitoring"` + Prometheus PrometheusConfig `json:"prometheus"` + // +optional + Distro DistroSpec `json:"distro"` + HelmRepositories HelmRepositories `json:"helmRepositories"` + KubeconfigSecretName string `json:"kubeconfigSecretName"` + Platform AcePlatformSpec `json:"platform"` + AceUserRoles AceUserRolesValues `json:"ace-user-roles"` } type AceUserRolesValues struct { diff --git a/vendor/kubeops.dev/installer/apis/installer/v1alpha1/panopticon_types.go b/vendor/kubeops.dev/installer/apis/installer/v1alpha1/panopticon_types.go index 6795917ea..5f9c2ab21 100644 --- a/vendor/kubeops.dev/installer/apis/installer/v1alpha1/panopticon_types.go +++ b/vendor/kubeops.dev/installer/apis/installer/v1alpha1/panopticon_types.go @@ -83,10 +83,10 @@ type PanopticonSpec struct { License string `json:"license"` // +optional LicenseSecretName string `json:"licenseSecretName"` - // +optional NetworkPolicy NetworkPolicySpec `json:"networkPolicy"` - + // +optional + Distro DistroSpec `json:"distro"` //+optional AceUserRoles AceUserRolesValues `json:"ace-user-roles"` } diff --git a/vendor/kubeops.dev/installer/apis/installer/v1alpha1/scanner_types.go b/vendor/kubeops.dev/installer/apis/installer/v1alpha1/scanner_types.go index 76f294686..4c3eca1fc 100644 --- a/vendor/kubeops.dev/installer/apis/installer/v1alpha1/scanner_types.go +++ b/vendor/kubeops.dev/installer/apis/installer/v1alpha1/scanner_types.go @@ -87,7 +87,8 @@ type ScannerSpec struct { Nats ScannerNATS `json:"nats"` // +optional License string `json:"license"` - + // +optional + Distro DistroSpec `json:"distro"` // +optional ScanRequestTTLAfterFinished metav1.Duration `json:"scanRequestTTLAfterFinished"` ScanReportTTLAfterOutdated metav1.Duration `json:"scanReportTTLAfterOutdated"` diff --git a/vendor/kubeops.dev/installer/apis/installer/v1alpha1/types.go b/vendor/kubeops.dev/installer/apis/installer/v1alpha1/types.go index e55ee0721..547f759de 100644 --- a/vendor/kubeops.dev/installer/apis/installer/v1alpha1/types.go +++ b/vendor/kubeops.dev/installer/apis/installer/v1alpha1/types.go @@ -125,6 +125,10 @@ type NetworkPolicySpec struct { Enabled bool `json:"enabled"` } +// +kubebuilder:validation:Enum=all;catalog;operator +type UBIMode string + type DistroSpec struct { - Openshift bool `json:"openshift"` + Openshift bool `json:"openshift"` + UBI UBIMode `json:"ubi"` } diff --git a/vendor/kubeops.dev/installer/apis/installer/v1alpha1/zz_generated.deepcopy.go b/vendor/kubeops.dev/installer/apis/installer/v1alpha1/zz_generated.deepcopy.go index 9c3cc9078..d3dd67c33 100644 --- a/vendor/kubeops.dev/installer/apis/installer/v1alpha1/zz_generated.deepcopy.go +++ b/vendor/kubeops.dev/installer/apis/installer/v1alpha1/zz_generated.deepcopy.go @@ -987,6 +987,7 @@ func (in *FargocdSpec) DeepCopyInto(out *FargocdSpec) { out.Apiserver = in.Apiserver in.Monitoring.DeepCopyInto(&out.Monitoring) out.NetworkPolicy = in.NetworkPolicy + out.Distro = in.Distro } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FargocdSpec. @@ -1457,6 +1458,7 @@ func (in *KubeUiServerSpec) DeepCopyInto(out *KubeUiServerSpec) { out.Apiserver = in.Apiserver in.Monitoring.DeepCopyInto(&out.Monitoring) out.Prometheus = in.Prometheus + out.Distro = in.Distro out.HelmRepositories = in.HelmRepositories out.Platform = in.Platform in.AceUserRoles.DeepCopyInto(&out.AceUserRoles) @@ -1897,6 +1899,7 @@ func (in *PanopticonSpec) DeepCopyInto(out *PanopticonSpec) { out.Apiserver = in.Apiserver in.Monitoring.DeepCopyInto(&out.Monitoring) out.NetworkPolicy = in.NetworkPolicy + out.Distro = in.Distro in.AceUserRoles.DeepCopyInto(&out.AceUserRoles) } @@ -2403,6 +2406,7 @@ func (in *ScannerSpec) DeepCopyInto(out *ScannerSpec) { out.Dashboard = in.Dashboard out.Grafana = in.Grafana out.Nats = in.Nats + out.Distro = in.Distro out.ScanRequestTTLAfterFinished = in.ScanRequestTTLAfterFinished out.ScanReportTTLAfterOutdated = in.ScanReportTTLAfterOutdated out.Workspace = in.Workspace diff --git a/vendor/kubestash.dev/apimachinery/apis/constant.go b/vendor/kubestash.dev/apimachinery/apis/constant.go index 2d9d4d659..4779f6b4e 100644 --- a/vendor/kubestash.dev/apimachinery/apis/constant.go +++ b/vendor/kubestash.dev/apimachinery/apis/constant.go @@ -17,8 +17,9 @@ limitations under the License. package apis import ( - "k8s.io/apimachinery/pkg/runtime/schema" "time" + + "k8s.io/apimachinery/pkg/runtime/schema" ) const ( diff --git a/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/backupstorage_helpers.go b/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/backupstorage_helpers.go index 1a0e55865..742a2d91b 100644 --- a/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/backupstorage_helpers.go +++ b/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/backupstorage_helpers.go @@ -29,7 +29,7 @@ import ( "kmodules.xyz/client-go/meta" ) -func (_ BackupStorage) CustomResourceDefinition() *apiextensions.CustomResourceDefinition { +func (BackupStorage) CustomResourceDefinition() *apiextensions.CustomResourceDefinition { return crds.MustCustomResourceDefinition(GroupVersion.WithResource(ResourcePluralBackupStorage)) } diff --git a/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/backupstorage_types.go b/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/backupstorage_types.go index ffd76411b..9b84dafa0 100644 --- a/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/backupstorage_types.go +++ b/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/backupstorage_types.go @@ -17,11 +17,11 @@ limitations under the License. package v1alpha1 import ( - ofst "kmodules.xyz/offshoot-api/api/v1" "kubestash.dev/apimachinery/apis" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" kmapi "kmodules.xyz/client-go/api/v1" + ofst "kmodules.xyz/offshoot-api/api/v1" ) type BackupStoragePhase string diff --git a/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/repository_helpers.go b/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/repository_helpers.go index 35a4b3b4f..5d22ceb54 100644 --- a/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/repository_helpers.go +++ b/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/repository_helpers.go @@ -25,7 +25,7 @@ import ( "kmodules.xyz/client-go/meta" ) -func (_ Repository) CustomResourceDefinition() *apiextensions.CustomResourceDefinition { +func (Repository) CustomResourceDefinition() *apiextensions.CustomResourceDefinition { return crds.MustCustomResourceDefinition(GroupVersion.WithResource(ResourcePluralRepository)) } diff --git a/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/retentionpolicy_helpers.go b/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/retentionpolicy_helpers.go index d4c215b43..53c5d17b3 100644 --- a/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/retentionpolicy_helpers.go +++ b/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/retentionpolicy_helpers.go @@ -18,18 +18,18 @@ package v1alpha1 import ( "errors" - core "k8s.io/api/core/v1" - "kubestash.dev/apimachinery/apis" "strconv" "strings" "unicode" + "kubestash.dev/apimachinery/apis" "kubestash.dev/apimachinery/crds" + core "k8s.io/api/core/v1" "kmodules.xyz/client-go/apiextensions" ) -func (_ RetentionPolicy) CustomResourceDefinition() *apiextensions.CustomResourceDefinition { +func (RetentionPolicy) CustomResourceDefinition() *apiextensions.CustomResourceDefinition { return crds.MustCustomResourceDefinition(GroupVersion.WithResource(ResourcePluralRetentionPolicy)) } diff --git a/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/snapshot_helpers.go b/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/snapshot_helpers.go index 4649995d9..08feb3237 100644 --- a/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/snapshot_helpers.go +++ b/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/snapshot_helpers.go @@ -18,17 +18,19 @@ package v1alpha1 import ( "fmt" - "kmodules.xyz/client-go/apiextensions" - cutil "kmodules.xyz/client-go/conditions" - "kmodules.xyz/client-go/meta" - "kubestash.dev/apimachinery/apis" - "kubestash.dev/apimachinery/crds" "path/filepath" "regexp" "strings" + + "kubestash.dev/apimachinery/apis" + "kubestash.dev/apimachinery/crds" + + "kmodules.xyz/client-go/apiextensions" + cutil "kmodules.xyz/client-go/conditions" + "kmodules.xyz/client-go/meta" ) -func (_ Snapshot) CustomResourceDefinition() *apiextensions.CustomResourceDefinition { +func (Snapshot) CustomResourceDefinition() *apiextensions.CustomResourceDefinition { return crds.MustCustomResourceDefinition(GroupVersion.WithResource(ResourcePluralSnapshot)) } diff --git a/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/snapshot_types.go b/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/snapshot_types.go index ec6b89be0..8d2305c91 100644 --- a/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/snapshot_types.go +++ b/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/snapshot_types.go @@ -280,7 +280,6 @@ type ResticStats struct { // VolumeSnapshotterStats specifies the "VolumeSnapshotter" driver specific information type VolumeSnapshotterStats struct { - // PVCName represents the backup PVC name for which volumeSnapshot is created. // +optional PVCName string `json:"pvcName,omitempty"` diff --git a/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/types.go b/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/types.go index 89743d597..05f0aeb43 100644 --- a/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/types.go +++ b/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/types.go @@ -45,9 +45,9 @@ const ( ProviderS3 StorageProvider = "s3" ProviderGCS StorageProvider = "gcs" ProviderAzure StorageProvider = "azure" - //ProviderSwift StorageProvider = "swift" - //ProviderB2 StorageProvider = "b2" - //ProviderRest StorageProvider = "rest" + // ProviderSwift StorageProvider = "swift" + // ProviderB2 StorageProvider = "b2" + // ProviderRest StorageProvider = "rest" ) type Backend struct { @@ -90,6 +90,10 @@ type LocalSpec struct { // Make sure the volume exist before using the volume as backend. ofst.VolumeSource `json:",inline"` + // MaxConnections specifies the maximum number of concurrent connections to use to upload/download/delete data to this backend. + // +optional + MaxConnections int64 `json:"maxConnections,omitempty"` + // MountPath specifies the directory where this volume will be mounted MountPath string `json:"mountPath,omitempty"` @@ -117,6 +121,10 @@ type S3Spec struct { // +optional SecretName string `json:"secretName,omitempty"` + // MaxConnections specifies the maximum number of concurrent connections to use to upload/download/delete data to this backend. + // +optional + MaxConnections int64 `json:"maxConnections,omitempty"` + // InsecureTLS controls whether a client should skip TLS certificate verification. // Setting this field to true disables verification, which might be necessary in cases // where the server uses self-signed certificates or certificates from an untrusted CA. @@ -133,7 +141,7 @@ type GCSSpec struct { // Prefix specifies a directory inside the bucket/container where the data for this backend will be stored. Prefix string `json:"prefix,omitempty"` - // MaxConnections specifies the maximum number of concurrent connections to use to upload/download data to this backend. + // MaxConnections specifies the maximum number of concurrent connections to use to upload/download/delete data to this backend. // +optional MaxConnections int64 `json:"maxConnections,omitempty"` @@ -152,7 +160,7 @@ type AzureSpec struct { // Prefix specifies a directory inside the bucket/container where the data for this backend will be stored. Prefix string `json:"prefix,omitempty"` - // MaxConnections specifies the maximum number of concurrent connections to use to upload/download data to this backend. + // MaxConnections specifies the maximum number of concurrent connections to use to upload/download/delete data to this backend. // +optional MaxConnections int64 `json:"maxConnections,omitempty"` diff --git a/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/types_helpers.go b/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/types_helpers.go index 30af80097..1f8463b25 100644 --- a/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/types_helpers.go +++ b/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/types_helpers.go @@ -18,16 +18,17 @@ package v1alpha1 import ( "fmt" + "strconv" + "gomodules.xyz/x/filepath" core "k8s.io/api/core/v1" - "strconv" ) // ToVolumeAndMount returns volumes and mounts for local backend func (l LocalSpec) ToVolumeAndMount(storageName string) (core.Volume, core.VolumeMount) { vol := core.Volume{ Name: storageName, - VolumeSource: *l.VolumeSource.ToAPIObject(), + VolumeSource: *l.ToAPIObject(), } mnt := core.VolumeMount{ Name: storageName, diff --git a/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/zz_generated.deepcopy.go b/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/zz_generated.deepcopy.go index 6283345ec..d4ec41c9c 100644 --- a/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/zz_generated.deepcopy.go +++ b/vendor/kubestash.dev/apimachinery/apis/storage/v1alpha1/zz_generated.deepcopy.go @@ -21,9 +21,10 @@ limitations under the License. package v1alpha1 import ( - runtime "k8s.io/apimachinery/pkg/runtime" - "kmodules.xyz/client-go/api/v1" "kubestash.dev/apimachinery/apis" + + runtime "k8s.io/apimachinery/pkg/runtime" + v1 "kmodules.xyz/client-go/api/v1" ) // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. diff --git a/vendor/kubestash.dev/apimachinery/apis/zz_generated.deepcopy.go b/vendor/kubestash.dev/apimachinery/apis/zz_generated.deepcopy.go index 40d4e3503..dbeef264a 100644 --- a/vendor/kubestash.dev/apimachinery/apis/zz_generated.deepcopy.go +++ b/vendor/kubestash.dev/apimachinery/apis/zz_generated.deepcopy.go @@ -22,7 +22,7 @@ package apis import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "kmodules.xyz/offshoot-api/api/v1" + v1 "kmodules.xyz/offshoot-api/api/v1" ) // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. diff --git a/vendor/kubestash.dev/apimachinery/crds/lib.go b/vendor/kubestash.dev/apimachinery/crds/lib.go index 2871fe153..421ebb2d4 100644 --- a/vendor/kubestash.dev/apimachinery/crds/lib.go +++ b/vendor/kubestash.dev/apimachinery/crds/lib.go @@ -28,7 +28,7 @@ import ( //go:embed *.yaml var fs embed.FS -func load(filename string, o interface{}) error { +func load(filename string, o any) error { data, err := fs.ReadFile(filename) if err != nil { return err diff --git a/vendor/kubestash.dev/apimachinery/crds/storage.kubestash.com_backupstorages.yaml b/vendor/kubestash.dev/apimachinery/crds/storage.kubestash.com_backupstorages.yaml index 43d82e450..70add056d 100644 --- a/vendor/kubestash.dev/apimachinery/crds/storage.kubestash.com_backupstorages.yaml +++ b/vendor/kubestash.dev/apimachinery/crds/storage.kubestash.com_backupstorages.yaml @@ -1689,6 +1689,9 @@ spec: - lun - targetPortal type: object + maxConnections: + format: int64 + type: integer mountPath: type: string nfs: @@ -2042,6 +2045,9 @@ spec: type: string insecureTLS: type: boolean + maxConnections: + format: int64 + type: integer prefix: type: string region: diff --git a/vendor/modules.txt b/vendor/modules.txt index e42ecdca8..f65383b7e 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -27,8 +27,8 @@ github.com/codegangsta/inject ## explicit; go 1.22.0 github.com/containerd/stargz-snapshotter/estargz github.com/containerd/stargz-snapshotter/estargz/errorutil -# github.com/cyphar/filepath-securejoin v0.3.4 -## explicit; go 1.21 +# github.com/cyphar/filepath-securejoin v0.3.6 +## explicit; go 1.18 github.com/cyphar/filepath-securejoin # github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc ## explicit @@ -86,8 +86,8 @@ github.com/go-openapi/jsonreference/internal # github.com/go-openapi/swag v0.23.0 ## explicit; go 1.20 github.com/go-openapi/swag -# github.com/go-sql-driver/mysql v1.9.0 -## explicit; go 1.21 +# github.com/go-sql-driver/mysql v1.9.1 +## explicit; go 1.21.0 github.com/go-sql-driver/mysql # github.com/gobeam/stringy v0.0.5 ## explicit; go 1.14 @@ -295,8 +295,8 @@ go.bytebuilders.dev/resource-model/apis/cloud go.bytebuilders.dev/resource-model/apis/cloud/v1alpha1 go.bytebuilders.dev/resource-model/apis/config/v1alpha1 go.bytebuilders.dev/resource-model/crds -# go.bytebuilders.dev/ui-wizards v0.27.0 -## explicit; go 1.24 +# go.bytebuilders.dev/ui-wizards v0.28.0 +## explicit; go 1.25 go.bytebuilders.dev/ui-wizards/apis/wizards go.bytebuilders.dev/ui-wizards/apis/wizards/v1alpha1 # go.openviz.dev/installer v0.0.0-20250617172415-ca61a7cbb8d5 @@ -419,7 +419,7 @@ gopkg.in/yaml.v2 # gopkg.in/yaml.v3 v3.0.1 ## explicit gopkg.in/yaml.v3 -# k8s.io/api v0.32.3 +# k8s.io/api v0.32.8 ## explicit; go 1.23.0 k8s.io/api/admission/v1 k8s.io/api/admission/v1beta1 @@ -479,7 +479,7 @@ k8s.io/api/storage/v1 k8s.io/api/storage/v1alpha1 k8s.io/api/storage/v1beta1 k8s.io/api/storagemigration/v1alpha1 -# k8s.io/apiextensions-apiserver v0.32.3 +# k8s.io/apiextensions-apiserver v0.32.8 ## explicit; go 1.23.0 k8s.io/apiextensions-apiserver/pkg/apis/apiextensions k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1 @@ -490,7 +490,7 @@ k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/scheme k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1 k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1beta1 -# k8s.io/apimachinery v0.32.3 +# k8s.io/apimachinery v0.32.8 ## explicit; go 1.23.0 k8s.io/apimachinery/pkg/api/apitesting k8s.io/apimachinery/pkg/api/apitesting/fuzzer @@ -553,7 +553,7 @@ k8s.io/apimachinery/third_party/forked/golang/reflect # k8s.io/autoscaler/vertical-pod-autoscaler v1.0.0 ## explicit; go 1.19 k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1 -# k8s.io/client-go v0.32.3 +# k8s.io/client-go v0.32.8 ## explicit; go 1.23.0 k8s.io/client-go/applyconfigurations/admissionregistration/v1 k8s.io/client-go/applyconfigurations/admissionregistration/v1alpha1 @@ -861,8 +861,8 @@ k8s.io/utils/trace # kmodules.xyz/apiversion v0.2.0 ## explicit; go 1.14 kmodules.xyz/apiversion -# kmodules.xyz/client-go v0.32.9 -## explicit; go 1.23.0 +# kmodules.xyz/client-go v0.32.11 +## explicit; go 1.24.0 kmodules.xyz/client-go kmodules.xyz/client-go/api/v1 kmodules.xyz/client-go/apiextensions @@ -880,8 +880,8 @@ kmodules.xyz/custom-resources/crds # kmodules.xyz/go-containerregistry v0.0.14 ## explicit; go 1.23.0 kmodules.xyz/go-containerregistry/name -# kmodules.xyz/image-packer v0.0.0-20251031165437-ee37158457af -## explicit; go 1.23.0 +# kmodules.xyz/image-packer v0.0.0-20251214190145-a9cf080f45e8 +## explicit; go 1.24.0 kmodules.xyz/image-packer/pkg/lib # kmodules.xyz/monitoring-agent-api v0.32.4 ## explicit; go 1.23.0 @@ -895,7 +895,7 @@ kmodules.xyz/offshoot-api/api/v1 # kmodules.xyz/prober v0.32.0 ## explicit; go 1.23.0 kmodules.xyz/prober/api/v1 -# kmodules.xyz/resource-metadata v0.39.1 +# kmodules.xyz/resource-metadata v0.40.0 ## explicit; go 1.24.0 kmodules.xyz/resource-metadata/apis/shared kmodules.xyz/resource-metadata/apis/ui @@ -908,15 +908,15 @@ kmodules.xyz/schema-checker ## explicit; go 1.22.0 kubeops.dev/external-dns-operator/apis/external kubeops.dev/external-dns-operator/apis/external/v1alpha1 -# kubeops.dev/installer v0.0.0-20251031173607-c4cedc4d2a99 -## explicit; go 1.23.3 +# kubeops.dev/installer v0.0.0-20251210132401-bd1605a948e2 +## explicit; go 1.24.0 kubeops.dev/installer/apis/installer kubeops.dev/installer/apis/installer/v1alpha1 # kubeops.dev/scanner v0.0.19 ## explicit; go 1.22.1 kubeops.dev/scanner/apis/trivy -# kubestash.dev/apimachinery v0.21.0 -## explicit; go 1.23.0 +# kubestash.dev/apimachinery v0.22.0 +## explicit; go 1.25 kubestash.dev/apimachinery/apis kubestash.dev/apimachinery/apis/storage/v1alpha1 kubestash.dev/apimachinery/crds