Add CloudNativePG Helm Flux Repository
This commit is contained in:
+9
-6
@@ -25,12 +25,15 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
HELM_PROMETHEUS_URL = "https://prometheus-community.github.io/helm-charts"
|
||||
HELM_PROMETHEUS_CHART = "kube-prometheus-stack"
|
||||
HELM_PROMETHEUS_CHART_VERSION = "66.x"
|
||||
HELM_LONGHORN_URL = "https://charts.longhorn.io"
|
||||
HELM_LONGHORN_CHART = "longhorn"
|
||||
HELM_LONGHORN_CHART_VERSION = "1.11.1"
|
||||
HELM_PROMETHEUS_URL = "https://prometheus-community.github.io/helm-charts"
|
||||
HELM_PROMETHEUS_CHART = "kube-prometheus-stack"
|
||||
HELM_PROMETHEUS_CHART_VERSION = "66.x"
|
||||
HELM_LONGHORN_URL = "https://charts.longhorn.io"
|
||||
HELM_LONGHORN_CHART = "longhorn"
|
||||
HELM_LONGHORN_CHART_VERSION = "1.11.1"
|
||||
HELM_CLOUD_NATIVE_PG_URL = "https://cloudnative-pg.github.io/charts"
|
||||
HELM_CLOUD_NATIVE_PG_CHART = "cnpg/cloudnative-pg"
|
||||
HELM_CLOUD_NATIVE_PG_CHART_VERSION = ""
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user