diff --git a/changelog.yaml b/changelog.yaml index e6137e90..972ddd09 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.25.1" + date: 2023-01-30 changes: - type: bug impact: patch diff --git a/charts/steward/Chart.yaml b/charts/steward/Chart.yaml index e7f624b8..c6fe1811 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.25.1-dev +version: 0.25.1 # 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.25.1-dev +appVersion: 0.25.1 diff --git a/charts/steward/values.yaml b/charts/steward/values.yaml index 4a6bc9c4..507ee47a 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.25.0" #Do not modify this line! RunController tag updated automatically + tag: "0.25.1" #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.25.0" #Do not modify this line! TenantController tag updated automatically + tag: "0.25.1" #Do not modify this line! TenantController tag updated automatically pullPolicy: IfNotPresent resources: limits: