Skip to content

Commit

Permalink
coroot v1.0.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
apetruhin committed Apr 15, 2024
1 parent 31a3a4b commit 7df97c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/coroot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: coroot
description: A monitoring and troubleshooting tool for microservice architectures.
type: application
version: 0.10.0
appVersion: "1.0.0-rc2"
version: 0.10.1
appVersion: "1.0.0-rc4"
dependencies:
- name: prometheus
repository: https://prometheus-community.github.io/helm-charts
Expand Down
6 changes: 0 additions & 6 deletions charts/coroot/templates/cluster-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,6 @@ spec:
{{- toYaml .Values.corootClusterAgent.securityContext | nindent 12 }}
image: "{{ .Values.corootClusterAgent.image.repository }}:{{ .Values.corootClusterAgent.image.tag }}"
imagePullPolicy: {{ .Values.corootClusterAgent.image.pullPolicy }}
env:
- name: CLICKHOUSE_PASSWORD
valueFrom:
secretKeyRef:
name: {{ include "coroot.clickhouse.fullname" . }}
key: admin-password
{{- with .Values.corootClusterAgent.env }}
{{- . | toYaml | nindent 12 }}
{{- end }}
Expand Down

0 comments on commit 7df97c9

Please sign in to comment.