Skip to content

Commit

Permalink
update to latest promlens version (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
bueti authored Oct 19, 2020
1 parent d5213b4 commit deb2e02
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 4 additions & 0 deletions charts/promlens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.3 / 2020-10-19

* [MISC] Use PromLens 0.10.0 by default.

## 1.0.2 / 2020-10-09

Preparation for release to public
Expand Down
5 changes: 3 additions & 2 deletions charts/promlens/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: promlens
version: 1.0.2
appVersion: 0.9.1
version: 1.0.3
appVersion: 0.10.0
description: This Chart installs and configures PromLens from PromLabs.
home: https://promlens.com
icon: https://promlens.com/apple-touch-icon.png
Expand All @@ -13,3 +13,4 @@ maintainers:
email: [email protected]
keywords:
- promlens
- promlabs
4 changes: 2 additions & 2 deletions charts/promlens/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PromLens

![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![AppVersion: 0.9.1](https://img.shields.io/badge/AppVersion-0.9.1-informational?style=flat-square) ![Release Status](https://github.com/ricardo-ch/helm-charts/workflows/Release%20Charts/badge.svg) [![License](https://img.shields.io/github/license/ricardo-ch/helm-charts)](https://github.com/ricardo-ch/helm-charts/blob/main/LICENSE)
![Version: 1.0.3](https://img.shields.io/badge/Version-1.0.3-informational?style=flat-square) ![AppVersion: 0.10.0](https://img.shields.io/badge/AppVersion-0.10.0-informational?style=flat-square) ![Release Status](https://github.com/ricardo-ch/helm-charts/workflows/Release%20Charts/badge.svg) [![License](https://img.shields.io/github/license/ricardo-ch/helm-charts)](https://github.com/ricardo-ch/helm-charts/blob/main/LICENSE)

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

Expand Down Expand Up @@ -36,7 +36,7 @@ Simply add this Chart repository to Helm:
| config.web.external_url | string | `nil` | The URL under which PromLens is externally reachable (for example, if PromLens is served via a reverse proxy). Used for generating relative and absolute links back to PromLens itself. If the URL has a path portion, it will be used to prefix all HTTP endpoints served by PromLens. If omitted, relevant URL components will be derived automatically. |
| deployment.image | string | `"promlabs/promlens"` | PromLens Conatiner Image |
| deployment.replicas | int | `1` | Number of replicas |
| deployment.version | string | `"v0.9.1"` | PromLens Container Image Version |
| deployment.version | string | `"v0.10.0"` | PromLens Container Image Version |

## Source Code

Expand Down
2 changes: 1 addition & 1 deletion charts/promlens/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ deployment:
# -- PromLens Conatiner Image
image: "promlabs/promlens"
# -- PromLens Container Image Version
version: "v0.9.1"
version: "v0.10.0"

config:
# -- License key for PromLens
Expand Down

0 comments on commit deb2e02

Please sign in to comment.