diff --git a/charts/coroot-ce/Chart.yaml b/charts/coroot-ce/Chart.yaml index 7a3853a..715d442 100644 --- a/charts/coroot-ce/Chart.yaml +++ b/charts/coroot-ce/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: coroot-ce description: A monitoring and troubleshooting tool for microservice architectures. type: application -version: 0.1.0 +version: 0.2.0 diff --git a/charts/coroot-ce/values.yaml b/charts/coroot-ce/values.yaml index 2fc571e..181d204 100644 --- a/charts/coroot-ce/values.yaml +++ b/charts/coroot-ce/values.yaml @@ -3,6 +3,8 @@ metricsRefreshInterval: 15s authAnonymousRole: authBootstrapAdminPassword: +#replicas: 1 + service: # type: ClusterIP # port: 8080 @@ -70,3 +72,6 @@ clickhouse: # user: # password: # database: + +#postgres: +# connectionString: diff --git a/charts/coroot-ee/Chart.yaml b/charts/coroot-ee/Chart.yaml index 3dd39be..360e147 100644 --- a/charts/coroot-ee/Chart.yaml +++ b/charts/coroot-ee/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: coroot-ee description: A monitoring and troubleshooting tool for microservice architectures. type: application -version: 0.1.0 +version: 0.2.0 diff --git a/charts/coroot-ee/values.yaml b/charts/coroot-ee/values.yaml index d5c8f8b..fa8a6d0 100644 --- a/charts/coroot-ee/values.yaml +++ b/charts/coroot-ee/values.yaml @@ -5,6 +5,8 @@ metricsRefreshInterval: 15s authAnonymousRole: authBootstrapAdminPassword: +#replicas: 1 + service: # type: ClusterIP # port: 8080 @@ -72,3 +74,6 @@ clickhouse: # user: # password: # database: + +#postgres: +# connectionString: diff --git a/charts/operator/Chart.yaml b/charts/operator/Chart.yaml index 29060fb..b568823 100644 --- a/charts/operator/Chart.yaml +++ b/charts/operator/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: coroot-operator description: A Helm chart to deploy the Coroot Operator for Kubernetes type: application -version: 0.1.2 -appVersion: "1.0.5" +version: 0.1.3 +appVersion: "1.0.6" diff --git a/charts/operator/templates/crd.yaml b/charts/operator/templates/crd.yaml index 0a6b185..30cb2d5 100644 --- a/charts/operator/templates/crd.yaml +++ b/charts/operator/templates/crd.yaml @@ -5405,6 +5405,11 @@ spec: version: type: string type: object + postgres: + properties: + connectionString: + type: string + type: object prometheus: properties: affinity: @@ -6406,6 +6411,8 @@ spec: x-kubernetes-int-or-string: true type: object type: object + replicas: + type: integer resources: description: ResourceRequirements describes the compute resource requirements. properties: