Skip to content

Commit

Permalink
operator v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
apetruhin committed Dec 12, 2024
1 parent 376e15c commit a109ccc
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/coroot-ce/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions charts/coroot-ce/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ metricsRefreshInterval: 15s
authAnonymousRole:
authBootstrapAdminPassword:

#replicas: 1

service:
# type: ClusterIP
# port: 8080
Expand Down Expand Up @@ -70,3 +72,6 @@ clickhouse:
# user:
# password:
# database:

#postgres:
# connectionString:
2 changes: 1 addition & 1 deletion charts/coroot-ee/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions charts/coroot-ee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metricsRefreshInterval: 15s
authAnonymousRole:
authBootstrapAdminPassword:

#replicas: 1

service:
# type: ClusterIP
# port: 8080
Expand Down Expand Up @@ -72,3 +74,6 @@ clickhouse:
# user:
# password:
# database:

#postgres:
# connectionString:
4 changes: 2 additions & 2 deletions charts/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
7 changes: 7 additions & 0 deletions charts/operator/templates/crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5405,6 +5405,11 @@ spec:
version:
type: string
type: object
postgres:
properties:
connectionString:
type: string
type: object
prometheus:
properties:
affinity:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit a109ccc

Please sign in to comment.