Skip to content

Commit

Permalink
operator v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apetruhin committed Jan 6, 2025
1 parent 1501aac commit 1293e34
Show file tree
Hide file tree
Showing 7 changed files with 414 additions and 7 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.2.0
version: 0.3.0
16 changes: 15 additions & 1 deletion charts/coroot-ce/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ service:
# port: 8080
# nodePort:

ingress:
# className:
# host:
# path: /
# tls:

storage:
size: 10Gi
# className:
Expand Down Expand Up @@ -74,4 +80,12 @@ clickhouse:
# database:

#postgres:
# connectionString:
# host:
# port: 5432
# user:
# password:
# passwordSecret:
# name:
# key:
# params:
# sslmode: disable
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.2.0
version: 0.3.0
16 changes: 15 additions & 1 deletion charts/coroot-ee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ service:
# port: 8080
# nodePort:

#ingress:
# className:
# host:
# path: /
# tls:

storage:
size: 10Gi
# className:
Expand Down Expand Up @@ -76,4 +82,12 @@ clickhouse:
# database:

#postgres:
# connectionString:
# host:
# port: 5432
# user:
# password:
# passwordSecret:
# name:
# key:
# params:
# sslmode: disable
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.3
appVersion: "1.0.6"
version: 0.2.0
appVersion: "1.1.0"
369 changes: 368 additions & 1 deletion charts/operator/templates/crd.yaml

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions charts/operator/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,18 @@ rules:
- get
- patch
- update
- apiGroups:
- networking.k8s.io
resources:
- ingresses
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- rbac.authorization.k8s.io
resources:
Expand Down

0 comments on commit 1293e34

Please sign in to comment.