diff --git a/catalog/imagelist.yaml b/catalog/imagelist.yaml
index 51aeb2644..fd4ad2360 100644
--- a/catalog/imagelist.yaml
+++ b/catalog/imagelist.yaml
@@ -7,12 +7,12 @@
- ghcr.io/appscode/acerproxy:v0.2.0
- ghcr.io/appscode/aceshifter:v0.0.3
- ghcr.io/appscode/b3:v2026.9.11
-- ghcr.io/appscode/billing-ui:2.4.10
-- ghcr.io/appscode/catalog-manager:v0.13.0
+- ghcr.io/appscode/billing-ui:2.5.0
+- ghcr.io/appscode/catalog-manager:v0.14.0
- ghcr.io/appscode/cert-manager-webhook-ace:v0.0.2
- ghcr.io/appscode/cloudflare-dns-proxy:v0.0.5
- ghcr.io/appscode/cluster-presets:v0.0.12
-- ghcr.io/appscode/cluster-ui:2.4.0
+- ghcr.io/appscode/cluster-ui:2.5.0
- ghcr.io/appscode/curl:alpine
- ghcr.io/appscode/deploy-ui:0.3.6
- ghcr.io/appscode/fileserver:v0.0.2
@@ -24,7 +24,7 @@
- ghcr.io/appscode/k8s-wait-for:v2.0
- ghcr.io/appscode/kube-rbac-proxy:v0.18.2
- ghcr.io/appscode/kubectl-nonroot:1.34
-- ghcr.io/appscode/kubedb-ui:2.4.0
+- ghcr.io/appscode/kubedb-ui:2.5.0
- ghcr.io/appscode/license-proxyserver:v0.1.1
- ghcr.io/appscode/marketplace-ui:0.3.1
- ghcr.io/appscode/maxmind-geoip:city-mmdb-latest
@@ -32,7 +32,7 @@
- ghcr.io/appscode/openfga:v1.11.3
- ghcr.io/appscode/outboxsyncer:v0.5.0
- ghcr.io/appscode/pgoutbox:v0.0.4
-- ghcr.io/appscode/platform-ui:2.4.0
+- ghcr.io/appscode/platform-ui:2.5.0
- ghcr.io/appscode/prom-authproxy:v0.0.2
- ghcr.io/appscode/s3proxy:sha-a82ca68
- ghcr.io/appscode/service-provider:v0.0.2
@@ -44,7 +44,7 @@
- ghcr.io/voyagermesh/echoserver:v20221109
- ghcr.io/voyagermesh/envoy:v1.38.3-ac
- ghcr.io/voyagermesh/gateway:v1.8.2
-- minio/minio:RELEASE.2023-01-12T02-06-16Z
- natsio/nats-box:0.13.8
- natsio/nats-server-config-reloader:0.22.3
- natsio/prometheus-nats-exporter:0.19.2
+- quay.io/minio/minio:RELEASE.2023-01-12T02-06-16Z
diff --git a/charts/billing-ui/Chart.yaml b/charts/billing-ui/Chart.yaml
index 866cc294b..0c1dbdb3b 100644
--- a/charts/billing-ui/Chart.yaml
+++ b/charts/billing-ui/Chart.yaml
@@ -3,7 +3,7 @@ name: billing-ui
description: A Helm chart for Kubernetes
type: application
version: v2026.9.11
-appVersion: 2.4.10
+appVersion: 2.5.0
home: https://github.com/appscode-cloud
icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png
sources:
diff --git a/charts/catalog-manager/Chart.yaml b/charts/catalog-manager/Chart.yaml
index fb4e87222..36975828f 100644
--- a/charts/catalog-manager/Chart.yaml
+++ b/charts/catalog-manager/Chart.yaml
@@ -3,7 +3,7 @@ name: catalog-manager
description: A Helm chart for AppsCode SaaS Calalog
type: application
version: v2026.9.11
-appVersion: v0.13.0
+appVersion: v0.14.0
home: https://github.com/appscode-cloud/catalog-manager
icon: https://cdn.appscode.com/images/products/searchlight/icons/android-icon-192x192.png
sources:
diff --git a/charts/cluster-ui/Chart.yaml b/charts/cluster-ui/Chart.yaml
index bdb4f7d58..078b879b7 100644
--- a/charts/cluster-ui/Chart.yaml
+++ b/charts/cluster-ui/Chart.yaml
@@ -3,7 +3,7 @@ name: cluster-ui
description: A Helm chart for Kubernetes
type: application
version: v2026.9.11
-appVersion: 2.4.0
+appVersion: 2.5.0
home: https://github.com/appscode-cloud
icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png
sources:
diff --git a/charts/kubedb-ui/Chart.yaml b/charts/kubedb-ui/Chart.yaml
index 26f73c159..1109c7cf2 100644
--- a/charts/kubedb-ui/Chart.yaml
+++ b/charts/kubedb-ui/Chart.yaml
@@ -3,7 +3,7 @@ name: kubedb-ui
description: A Helm chart for Kubernetes
type: application
version: v2026.9.11
-appVersion: 2.4.0
+appVersion: 2.5.0
home: https://github.com/appscode-cloud
icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png
sources:
diff --git a/charts/minio/README.md b/charts/minio/README.md
index a015e5863..999fb0fe2 100644
--- a/charts/minio/README.md
+++ b/charts/minio/README.md
@@ -48,7 +48,7 @@ The following table lists the configurable parameters of the `minio` chart and t
| Parameter | Description | Default |
|----------------------------|--------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| replicaCount | | 1 |
-| registryFQDN | Docker registry fqdn used to pull app related images. Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image} | "" |
+| registryFQDN | Docker registry fqdn used to pull app related images. Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image} | quay.io |
| image.registry | Docker registry used to pull app container image | minio |
| image.repository | App container image | minio |
| image.tag | Overrides the image tag whose default is the chart appVersion. | "" |
diff --git a/charts/minio/values.yaml b/charts/minio/values.yaml
index 3a5e0bc23..6d81ae196 100644
--- a/charts/minio/values.yaml
+++ b/charts/minio/values.yaml
@@ -6,7 +6,7 @@ replicaCount: 1
# Docker registry fqdn used to pull app related images.
# Set this to use docker registry hosted at ${registryFQDN}/${registry}/${image}
-registryFQDN: ""
+registryFQDN: quay.io
# Docker registry containing app images
image:
diff --git a/charts/platform-ui/Chart.yaml b/charts/platform-ui/Chart.yaml
index 69cd75aa0..6c480f20f 100644
--- a/charts/platform-ui/Chart.yaml
+++ b/charts/platform-ui/Chart.yaml
@@ -3,7 +3,7 @@ name: platform-ui
description: A Helm chart for Kubernetes
type: application
version: v2026.9.11
-appVersion: 2.4.0
+appVersion: 2.5.0
home: https://github.com/appscode-cloud
icon: https://cdn.appscode.com/images/products/bytebuilders/icons/android-icon-192x192.png
sources: