From 955548f106bdac753750b52791a1dfea6197dfcf Mon Sep 17 00:00:00 2001 From: broadbot Date: Thu, 30 Jan 2025 18:32:24 +0000 Subject: [PATCH] Datarepo api version update: 2.220.0 --- charts/datarepo-api/Chart.yaml | 4 ++-- charts/datarepo-api/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/datarepo-api/Chart.yaml b/charts/datarepo-api/Chart.yaml index 896f5581..a88b9318 100644 --- a/charts/datarepo-api/Chart.yaml +++ b/charts/datarepo-api/Chart.yaml @@ -12,8 +12,8 @@ description: A Helm chart to deploy datarepo api server for Kubernetes 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.0.824 -appVersion: 2.219.0 +version: 0.0.825 +appVersion: 2.220.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.16.0 diff --git a/charts/datarepo-api/values.yaml b/charts/datarepo-api/values.yaml index 7d848bb2..e7d13a4d 100644 --- a/charts/datarepo-api/values.yaml +++ b/charts/datarepo-api/values.yaml @@ -13,7 +13,7 @@ livenessInitialDelaySeconds: 10 startupInitialDelaySeconds: 15 image: repository: gcr.io/broad-jade-dev/jade-data-repo - tag: 2.219.0 + tag: 2.220.0 pullPolicy: IfNotPresent port: 8080 ## Extra environment variables that will be pass onto deployment pods