From d999892045684b32f72dab36291993bf8847f8e8 Mon Sep 17 00:00:00 2001 From: Hayk Davtyan <46712946+hayk96@users.noreply.github.com> Date: Sat, 20 Apr 2024 13:47:58 +0400 Subject: [PATCH] Bump Alerta app 9.0.2 -> 9.0.3 (#30) --- .github/workflows/docker-image.yml | 2 +- charts/alerta-web/Chart.yaml | 4 ++-- charts/alerta-web/README.md | 2 +- charts/alerta-web/values.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 2427c1c..46e70c0 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -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: diff --git a/charts/alerta-web/Chart.yaml b/charts/alerta-web/Chart.yaml index bd6ad03..e23c3e4 100644 --- a/charts/alerta-web/Chart.yaml +++ b/charts/alerta-web/Chart.yaml @@ -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: diff --git a/charts/alerta-web/README.md b/charts/alerta-web/README.md index 61f0936..5561976 100644 --- a/charts/alerta-web/README.md +++ b/charts/alerta-web/README.md @@ -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` | | diff --git a/charts/alerta-web/values.yaml b/charts/alerta-web/values.yaml index f847286..ec13858 100644 --- a/charts/alerta-web/values.yaml +++ b/charts/alerta-web/values.yaml @@ -7,7 +7,7 @@ fullnameOverride: "" replicaCount: 1 image: repository: hayk96/alerta-web - tag: 9.0.2 + tag: 9.0.3 pullPolicy: IfNotPresent service: