diff --git a/charts/datarepo-api/Chart.yaml b/charts/datarepo-api/Chart.yaml index 5511367d..918e43a5 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.567 -appVersion: 1.560.0 +version: 0.0.568 +appVersion: 1.561.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 030e6a5a..f516b82c 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.560.0 + tag: 1.561.0 pullPolicy: IfNotPresent port: 8080 ## Extra environment variables that will be pass onto deployment pods