From 80ef4a2ba1b698ce55411720804cc801d8c7a441 Mon Sep 17 00:00:00 2001 From: Alexander Link Date: Fri, 17 Jul 2020 06:22:54 +0000 Subject: [PATCH] Release v0.4.5 --- charts/steward/Chart.yaml | 4 ++-- charts/steward/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/steward/Chart.yaml b/charts/steward/Chart.yaml index 5156e921..ce4af94e 100644 --- a/charts/steward/Chart.yaml +++ b/charts/steward/Chart.yaml @@ -5,8 +5,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.4.5-dev +version: 0.4.5 # 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: 0.4.5-dev +appVersion: 0.4.5 diff --git a/charts/steward/values.yaml b/charts/steward/values.yaml index 8cda21e9..2b8f9c96 100644 --- a/charts/steward/values.yaml +++ b/charts/steward/values.yaml @@ -8,7 +8,7 @@ targetNamespace: runController: image: repository: stewardci/stewardci-run-controller - tag: "0.4.4" #Do not modify this line! RunController tag updated automatically + tag: "0.4.5" #Do not modify this line! RunController tag updated automatically pullPolicy: IfNotPresent resources: limits: @@ -33,7 +33,7 @@ runController: tenantController: image: repository: stewardci/stewardci-tenant-controller - tag: "0.4.4" #Do not modify this line! TenantController tag updated automatically + tag: "0.4.5" #Do not modify this line! TenantController tag updated automatically pullPolicy: IfNotPresent resources: limits: