From 1962860b6f2eee2ecb01584a6d2d237c635191d0 Mon Sep 17 00:00:00 2001 From: broadbot Date: Wed, 29 Nov 2023 16:15:27 +0000 Subject: [PATCH] Datarepo api version update: 1.554.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 47cb949f..fcf6c087 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.560 -appVersion: 1.553.0 +version: 0.0.561 +appVersion: 1.554.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 caacbb04..7a4f4653 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: 1.553.0 + tag: 1.554.0 pullPolicy: IfNotPresent port: 8080 ## Extra environment variables that will be pass onto deployment pods