diff --git a/charts/datarepo-api/Chart.yaml b/charts/datarepo-api/Chart.yaml index 1b9eab14..2807cf31 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.569 -appVersion: 1.562.0 +version: 0.0.570 +appVersion: 1.563.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 15317d44..40d10347 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.562.0 + tag: 1.563.0 pullPolicy: IfNotPresent port: 8080 ## Extra environment variables that will be pass onto deployment pods