diff --git a/changelog.yaml b/changelog.yaml index 455ffd18..47d06906 100644 --- a/changelog.yaml +++ b/changelog.yaml @@ -48,8 +48,8 @@ # ! Do NOT add change entries to already released versions! Only add to version 'NEXT'. # ! Do NOT change any 'version' or 'date' values manually! The pipeline will take care. # ! Do NOT change the order of version blocks! 'NEXT' needs to stay the first version block. -- version: NEXT - date: TBD +- version: "0.22.0" + date: 2022-10-17 changes: - type: enhancement diff --git a/charts/steward/Chart.yaml b/charts/steward/Chart.yaml index 0358f1ab..0770daea 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.22.0-dev +version: 0.22.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: 0.22.0-dev +appVersion: 0.22.0 diff --git a/charts/steward/values.yaml b/charts/steward/values.yaml index 9f135755..bd3ad75f 100644 --- a/charts/steward/values.yaml +++ b/charts/steward/values.yaml @@ -14,7 +14,7 @@ runController: k8sAPIRequestTimeout: "" image: repository: stewardci/stewardci-run-controller - tag: "0.21.2" #Do not modify this line! RunController tag updated automatically + tag: "0.22.0" #Do not modify this line! RunController tag updated automatically pullPolicy: IfNotPresent resources: limits: @@ -49,7 +49,7 @@ tenantController: k8sAPIRequestTimeout: "" image: repository: stewardci/stewardci-tenant-controller - tag: "0.21.2" #Do not modify this line! TenantController tag updated automatically + tag: "0.22.0" #Do not modify this line! TenantController tag updated automatically pullPolicy: IfNotPresent resources: limits: