diff --git a/CHANGELOG.md b/CHANGELOG.md index fc645f38e..573849fe5 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.33.0] - 2020-06-23 ### Added - Verification to avoid ingress duplication when an unmanaged ingress exists - Adds rewrite-target annotation to createIngress if ingressClass is nginx diff --git a/helm/chart/teresa/Chart.yaml b/helm/chart/teresa/Chart.yaml index 363bf6700..0855e9e0e 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.32.0 +version: 0.33.0 sources: - https://github.com/luizalabs/teresa diff --git a/helm/chart/teresa/values.yaml b/helm/chart/teresa/values.yaml index fdce4f1be..d229c6b75 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.32.0 + tag: v0.33.0 build: limits: cpu: 500m