diff --git a/charts/steward/Chart.yaml b/charts/steward/Chart.yaml index d6cf15f0..41a21000 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.7-dev +version: 0.4.7 # 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.7-dev +appVersion: 0.4.7 diff --git a/charts/steward/values.yaml b/charts/steward/values.yaml index aa426a96..7ee16a37 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.6" #Do not modify this line! RunController tag updated automatically + tag: "0.4.7" #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.6" #Do not modify this line! TenantController tag updated automatically + tag: "0.4.7" #Do not modify this line! TenantController tag updated automatically pullPolicy: IfNotPresent resources: limits: