Skip to content

Commit

Permalink
update readme (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
bueti authored Oct 7, 2020
1 parent 5c285d3 commit c6b2078
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/promlens/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: promlens
version: 0.2.1
version: 0.2.2
description: This Chart installs and configures PromLens
sources: ["https://github.com/ricardo-ch/helm-charts/tree/main/charts/promlens"]
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/promlens/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PromLens

![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Release Status](https://github.com/ricardo-ch/helm-charts/workflows/Release%20Charts/badge.svg)
![Version: 0.2.2](https://img.shields.io/badge/Version-0.2.2-informational?style=flat-square) ![Release Status](https://github.com/ricardo-ch/helm-charts/workflows/Release%20Charts/badge.svg)

This chart installs [PromLens](https://promlens.com/) from [PromLabs](https://promlabs.com/).

Expand Down
4 changes: 2 additions & 2 deletions charts/promlens/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
spec:
replicas: {{ .Values.replicas }}
replicas: {{ .Values.deployment.replicas }}
selector:
matchLabels:
app: {{ template "promlens.name" . }}
Expand All @@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: promlens
image: {{ .Values.image }}:{{ .Values.deployment.version }}
image: {{ .Values.deployment.image }}:{{ .Values.deployment.version }}
args:
- "--shared-links.gcs.bucket={{ .Values.config.shared_links_bucket_name }}"
- "--grafana.url={{ .Values.config.grafana_url }}"
Expand Down

0 comments on commit c6b2078

Please sign in to comment.