Skip to content

Commit

Permalink
Update signalilo to v0.14.0 (#484)
Browse files Browse the repository at this point in the history
Update Signalilo chart to default to signalilo v0.14.0

Co-authored-by: Simon Gerber <simon.gerber@vshn.ch>
  • Loading branch information
dragoangel and simu authored Jul 18, 2023
1 parent a0e24b7 commit 657c06e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ helm repo add appuio https://charts.appuio.ch
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/prometheus-blackbox-exporter-0.3.1/total)](https://github.com/appuio/charts/releases/tag/prometheus-blackbox-exporter-0.3.1) | [prometheus-blackbox-exporter](appuio/prometheus-blackbox-exporter/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/redis-1.3.5/total)](https://github.com/appuio/charts/releases/tag/redis-1.3.5) | [redis](appuio/redis/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/secret-1.1.0/total)](https://github.com/appuio/charts/releases/tag/secret-1.1.0) | [secret](appuio/secret/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/signalilo-0.12.0/total)](https://github.com/appuio/charts/releases/tag/signalilo-0.12.0) | [signalilo](appuio/signalilo/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/signalilo-0.12.1/total)](https://github.com/appuio/charts/releases/tag/signalilo-0.12.1) | [signalilo](appuio/signalilo/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/snappass-1.0.0/total)](https://github.com/appuio/charts/releases/tag/snappass-1.0.0) | [snappass](appuio/snappass/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/stardog-0.18.1/total)](https://github.com/appuio/charts/releases/tag/stardog-0.18.1) | [stardog](appuio/stardog/README.md) |
| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/stardog-userrole-operator-0.2.3/total)](https://github.com/appuio/charts/releases/tag/stardog-userrole-operator-0.2.3) | [stardog-userrole-operator](appuio/stardog-userrole-operator/README.md) |
Expand Down
4 changes: 2 additions & 2 deletions appuio/signalilo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ keywords:
- alertmanager
- webhook
- icinga2
version: 0.12.0
appVersion: v0.13.0
version: 0.12.1
appVersion: v0.14.0
sources:
- https://git.vshn.net/vshn/signalilo
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion appuio/signalilo/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# signalilo

![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat-square) ![AppVersion: v0.13.0](https://img.shields.io/badge/AppVersion-v0.13.0-informational?style=flat-square)
![Version: 0.12.1](https://img.shields.io/badge/Version-0.12.1-informational?style=flat-square) ![AppVersion: v0.14.0](https://img.shields.io/badge/AppVersion-v0.14.0-informational?style=flat-square)

Alertmanager to Icinga2 bridge

Expand Down
6 changes: 4 additions & 2 deletions appuio/signalilo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replicaCount: 1
image:
registry: docker.io
repository: vshn/signalilo
tag: v0.13.0
tag: v0.14.0
pullPolicy: IfNotPresent
# username:
# password:
Expand Down Expand Up @@ -47,7 +47,9 @@ config:
# value: "60s"
# - name: SIGNALILO_ICINGA_KEEP_FOR
# value: "168h"

# - name: SIGNALILO_ICINGA_SERVICE_TEMPLATE
# value: "go-icinga2-service"
#
# Extra volumes for the Signalilo deployment. Optional.
extraVolumes: []

Expand Down

0 comments on commit 657c06e

Please sign in to comment.