diff --git a/CHANGELOG.md b/CHANGELOG.md index c67cca2c4..cdfd34ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [NEXT_RELEASE] +## [0.27.0] ### Added - Validation for env var and secret names - Support to create more than one web app per code base diff --git a/helm/chart/teresa/Chart.yaml b/helm/chart/teresa/Chart.yaml index 86a898c6e..93284858b 100644 --- a/helm/chart/teresa/Chart.yaml +++ b/helm/chart/teresa/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 description: A Helm chart to deploy teresa on Kubernetes name: teresa -version: 0.26.0 +version: 0.27.0 sources: - https://github.com/luizalabs/teresa diff --git a/helm/chart/teresa/values.yaml b/helm/chart/teresa/values.yaml index 3781b84d5..3372f62f8 100644 --- a/helm/chart/teresa/values.yaml +++ b/helm/chart/teresa/values.yaml @@ -25,7 +25,7 @@ aws: docker: registry: luizalabs image: teresa - tag: v0.26.0 + tag: v0.27.0 build: limits: cpu: 500m