Skip to content

Commit

Permalink
Updating monitoring chart in github actions (#462)
Browse files Browse the repository at this point in the history
* Updating monitoring chart in github actions

* repackaging monitoring chart
  • Loading branch information
RyanRConaway authored Apr 4, 2023
1 parent 184b0d1 commit 8cd4005
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
helm repo update
helm dependency update charts/kafka
helm dependency update charts/persistence
helm dependency update charts/monitoring
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.2.1
Expand Down
2 changes: 1 addition & 1 deletion charts/monitoring/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "1.0"
description: "A combination of the community Prometheus and Grafana charts."
name: monitoring
version: 1.1.6
version: 1.1.7

dependencies:
- name: prometheus
Expand Down
2 changes: 1 addition & 1 deletion charts/monitoring/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# monitoring

![Version: 1.1.6](https://img.shields.io/badge/Version-1.1.6-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square)
![Version: 1.1.7](https://img.shields.io/badge/Version-1.1.7-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square)

A combination of the community Prometheus and Grafana charts.

Expand Down
6 changes: 3 additions & 3 deletions charts/urban-os/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:
version: 1.0.7
- name: monitoring
repository: file://../monitoring
version: 1.1.6
version: 1.1.7
- name: raptor
repository: file://../raptor
version: 1.1.9
Expand All @@ -56,5 +56,5 @@ dependencies:
- name: performancetesting
repository: file://../performancetesting
version: 0.1.8
digest: sha256:a1d04769bdfde51ddf31c8281a2ca5ce8becb8c789cc89d567b93400e09b00b6
generated: "2023-04-03T12:56:54.535757-04:00"
digest: sha256:caea8eae7bc24a884b75488981dc69fbfe86b0691f8e036e66efd1d4fa8b3b80
generated: "2023-04-04T10:52:42.851282-04:00"
2 changes: 1 addition & 1 deletion charts/urban-os/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: "1.0"
description: Master chart that deploys the UrbanOS platform. See the individual dependency readmes for configuration options.
name: urban-os
version: 1.13.45
version: 1.13.46

dependencies:
- name: alchemist
Expand Down
2 changes: 1 addition & 1 deletion charts/urban-os/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# urban-os

![Version: 1.13.45](https://img.shields.io/badge/Version-1.13.45-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square)
![Version: 1.13.46](https://img.shields.io/badge/Version-1.13.46-informational?style=flat-square) ![AppVersion: 1.0](https://img.shields.io/badge/AppVersion-1.0-informational?style=flat-square)

Master chart that deploys the UrbanOS platform. See the individual dependency readmes for configuration options.

Expand Down

0 comments on commit 8cd4005

Please sign in to comment.