Skip to content

Commit

Permalink
Merge pull request #37 from catenax-ng/fix/monitoring-config
Browse files Browse the repository at this point in the history
chore(helm):[-] Disable RBAC creation for monitoring
  • Loading branch information
ds-jkreutzfeld authored Nov 27, 2022
2 parents f070171 + dfc02c2 commit 6c82275
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 15 deletions.
2 changes: 1 addition & 1 deletion charts/irs-environments/dev/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version: 1.0.3
dependencies:
- name: irs-helm
repository: https://catenax-ng.github.io/tx-item-relationship-service
version: 3.0.0
version: 3.0.1
- name: irs-edc-consumer
repository: https://catenax-ng.github.io/tx-item-relationship-service
version: 1.0.1
5 changes: 1 addition & 4 deletions charts/irs-environments/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,7 @@ irs-helm:
ingress:
enabled: true
hosts:
- host: "irs-grafana.dev.demo.catena-x.net"
paths:
- path: /
pathType: ImplementationSpecific
- "irs-grafana.dev.demo.catena-x.net"
tls:
- hosts:
- "irs-grafana.dev.demo.catena-x.net"
Expand Down
2 changes: 1 addition & 1 deletion charts/irs-environments/esr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version: 1.0.2
dependencies:
- name: irs-helm
repository: https://catenax-ng.github.io/tx-item-relationship-service
version: 3.0.0
version: 3.0.1
- name: irs-edc-consumer
repository: https://catenax-ng.github.io/tx-item-relationship-service
version: 1.0.1
2 changes: 1 addition & 1 deletion charts/irs-environments/int/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version: 1.0.2
dependencies:
- name: irs-helm
repository: https://catenax-ng.github.io/tx-item-relationship-service
version: 3.0.0
version: 3.0.1
- name: irs-edc-consumer
repository: https://catenax-ng.github.io/tx-item-relationship-service
version: 1.0.1
7 changes: 3 additions & 4 deletions charts/irs-environments/int/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,10 @@ irs-helm:
grafana:
enabled: true
ingress:
enabled: true
hosts:
- host: "irs-grafana.int.demo.catena-x.net"
paths:
- path: /
pathType: ImplementationSpecific
- "irs-grafana.int.demo.catena-x.net"

tls:
- hosts:
- "irs-grafana.int.demo.catena-x.net"
Expand Down
4 changes: 2 additions & 2 deletions charts/irs-environments/local/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version: 1.0.0
dependencies:
- name: irs-edc-consumer
repository: "file://../../edc-consumer"
version: 1.0.0
version: 1.0.1
- name: irs-helm
repository: "file://../../irs"
version: 3.0.0
version: 3.0.1
2 changes: 1 addition & 1 deletion charts/irs-environments/pen/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version: 1.0.2
dependencies:
- name: irs-helm
repository: https://catenax-ng.github.io/tx-item-relationship-service
version: 3.0.0
version: 3.0.1
- name: irs-edc-consumer
repository: https://catenax-ng.github.io/tx-item-relationship-service
version: 1.0.1
4 changes: 4 additions & 0 deletions charts/irs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.1] - 2022-11-27
### Changed
- Updated default config for Prometheus / Grafana by disabling automatic RBAC creation

## [3.0.0] - 2022-11-25

### Changed
Expand Down
2 changes: 1 addition & 1 deletion charts/irs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.0.0
version: 3.0.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 4 additions & 0 deletions charts/irs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ minio:
#########################
grafana:
enabled: false #<1>
rbac:
create: false
persistence:
enabled: false

Expand Down Expand Up @@ -194,6 +196,8 @@ grafana:
############################
prometheus:
enabled: false #<1>
rbac:
create: false
alertmanager:
enabled: false
prometheus-node-exporter:
Expand Down

0 comments on commit 6c82275

Please sign in to comment.