From f2992204048ace22f8bfb5ca357193f62e991829 Mon Sep 17 00:00:00 2001 From: Yichao Yang Date: Fri, 17 Feb 2023 13:52:57 -0800 Subject: [PATCH] Upgrade OSS to 1.20.0 (#363) --- Chart.yaml | 4 ++-- values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 55383f2a..53bd16df 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -49,8 +49,8 @@ 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. -version: 0.19.1 +version: 0.20.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. -appVersion: 1.19.1 +appVersion: 1.20.0 diff --git a/values.yaml b/values.yaml index def7e925..738d81a6 100644 --- a/values.yaml +++ b/values.yaml @@ -21,7 +21,7 @@ server: sidecarContainers: image: repository: temporalio/server - tag: 1.19.1 + tag: 1.20.0 pullPolicy: IfNotPresent # Global default settings (can be overridden per service) @@ -238,7 +238,7 @@ admintools: enabled: true image: repository: temporalio/admin-tools - tag: 1.19.1 + tag: 1.20.0 pullPolicy: IfNotPresent service: