Skip to content

Commit

Permalink
Release - alerta-web 0.1.4 (#22)
Browse files Browse the repository at this point in the history
* Updated ConfigMap

* Updated Helm values according to the new version of bitnami/postgres

* Upgrade requirement

* Bump Helm chart version

* Bump version -> 9.0.0
  • Loading branch information
hayk96 authored Mar 18, 2023
1 parent b647e37 commit 0d0c463
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 54 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: 8.7.0
IMAGE_TAG: 9.0.0

on:
pull_request:
Expand Down
6 changes: 3 additions & 3 deletions charts/alerta-web/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: v2
appVersion: "8.7.0"
appVersion: "9.0.0"
description: A Helm chart for Kubernetes
name: alerta-web
version: 0.1.3
version: 0.1.4
home: https://github.com/hayk96/alerta-web
icon: https://raw.githubusercontent.com/hayk96/alerta-web/main/logo/mstile-310x310.png.png
dependencies:
- name: postgresql
version: "10.16.2"
version: "12.2.3"
repository: https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
condition: postgresql.enabled
sources:
Expand Down
Loading

0 comments on commit 0d0c463

Please sign in to comment.