Skip to content

Commit

Permalink
Release v0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
alxsap committed Jul 22, 2020
1 parent 8d8eed1 commit 4c3079d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.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
4 changes: 2 additions & 2 deletions charts/steward/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 4c3079d

Please sign in to comment.