Skip to content

Commit

Permalink
Bump Alerta app 9.0.2 -> 9.0.3 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
hayk96 authored Apr 20, 2024
1 parent 7fde7ca commit d999892
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Alerta Web Docker Image CI

env:
IMAGE_NAME: alerta-web
IMAGE_TAG: 9.0.2
IMAGE_TAG: 9.0.3

on:
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions charts/alerta-web/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "9.0.2"
appVersion: "9.0.3"
description: A Kubernetes Helm chart of Alerta monitoring system
name: alerta-web
version: 0.1.8
version: 0.1.9
home: https://github.com/hayk96/alerta-web
icon: https://raw.githubusercontent.com/hayk96/alerta-web/main/logo/mstile-310x310.png
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion charts/alerta-web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ helm upgrade [RELEASE_NAME] alerta-web/alerta-web
| fullnameOverride | str | `""` | String to fully override alerta.fullname template |
| replicaCount | int | `1` | |
| image.repository | str | `"hayk96/alerta-web"` | |
| image.tag | str | `"9.0.2"` | |
| image.tag | str | `"9.0.3"` | |
| image.pullPolicy | str | `"IfNotPresent"` | |
| service.service | str | `"ClusterIP"` | |
| service.port | int | `80` | |
Expand Down
2 changes: 1 addition & 1 deletion charts/alerta-web/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fullnameOverride: ""
replicaCount: 1
image:
repository: hayk96/alerta-web
tag: 9.0.2
tag: 9.0.3
pullPolicy: IfNotPresent

service:
Expand Down

0 comments on commit d999892

Please sign in to comment.