From eaf166e9cf1fe2175da277665bb47d3f219f3cfa Mon Sep 17 00:00:00 2001 From: Caleb Doxsey Date: Tue, 18 Oct 2022 09:12:46 -0600 Subject: [PATCH] upgrade to 0.19.0 (#327) * upgrade to 0.19.0 * Update Chart.yaml --- charts/pomerium-console/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/pomerium-console/Chart.yaml b/charts/pomerium-console/Chart.yaml index 5e82ae2..c0a43da 100644 --- a/charts/pomerium-console/Chart.yaml +++ b/charts/pomerium-console/Chart.yaml @@ -15,12 +15,12 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 9.0.0 +version: 10.0.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 0.18.0 +appVersion: 0.19.0 maintainers: - name: Pomerium Developers