Skip to content

Commit

Permalink
Release v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stewardci-build committed Dec 13, 2021
1 parent a0271bf commit 85c1baf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.1"
date: 2021-12-13
changes:

- type: bug
Expand Down
4 changes: 2 additions & 2 deletions charts/steward/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.16.1-dev
version: 0.16.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.16.1-dev
appVersion: 0.16.1
4 changes: 2 additions & 2 deletions charts/steward/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ runController:
heartbeatLogLevel: 3
image:
repository: stewardci/stewardci-run-controller
tag: "0.16.0" #Do not modify this line! RunController tag updated automatically
tag: "0.16.1" #Do not modify this line! RunController tag updated automatically
pullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -50,7 +50,7 @@ tenantController:
heartbeatLogLevel: 3
image:
repository: stewardci/stewardci-tenant-controller
tag: "0.16.0" #Do not modify this line! TenantController tag updated automatically
tag: "0.16.1" #Do not modify this line! TenantController tag updated automatically
pullPolicy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit 85c1baf

Please sign in to comment.