diff --git a/charts/steward/Chart.yaml b/charts/steward/Chart.yaml index df2da0ec..23bde55b 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.4-dev +version: 0.4.4 # 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.4-dev +appVersion: 0.4.4 diff --git a/charts/steward/values.yaml b/charts/steward/values.yaml index 3b546bf5..19f2fa47 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.3" #Do not modify this line! RunController tag updated automatically + tag: "0.4.4" #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.3" #Do not modify this line! TenantController tag updated automatically + tag: "0.4.4" #Do not modify this line! TenantController tag updated automatically pullPolicy: IfNotPresent resources: limits: