Add ClusterImageCatalog

This commit is contained in:
Daniel Cosme
2026-05-05 13:45:42 -04:00
parent eee3907f1c
commit 75e85bc116
5 changed files with 73 additions and 14 deletions
+3
View File
@@ -38,6 +38,9 @@ const (
HELM_CLOUD_NATIVE_PG_URL = "https://cloudnative-pg.github.io/charts"
HELM_CLOUD_NATIVE_PG_CHART = "cloudnative-pg"
HELM_CLOUD_NATIVE_PG_CHART_VERSION = "0.28.0"
PG_VERSION_NAME = "pg-minimal-trixie"
PG_VERSION_18 = 18
PG_VERSION_18_IMAGE = "ghcr.io/cloudnative-pg/postgresql:18.3-minimal-trixie"
)
var (