File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ drop-branch:
167167
168168.PHONY : bootstrap
169169bootstrap :
170- cd .github/workflows/ && terraform init && terraform apply
170+ cd .github/workflows/ && terraform init && terraform apply && terraform plan -detailed-exitcode
171171
172172.PHONY : plan
173173plan :
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ type: application
3030# This is the chart version. This version number should be incremented each time you make changes
3131# to the chart and its templates, including the app version.
3232# Versions are expected to follow Semantic Versioning (https://semver.org/)
33- version : 0.2.1
33+ version : 0.3.0
3434
3535# This is the version number of the application being deployed. This version number should be
3636# incremented each time you make changes to the application. Versions are not expected to
3737# follow Semantic Versioning. They should reflect the version the application is using.
3838# It is recommended to use it with quotes.
39- appVersion : " 0.2 .0"
39+ appVersion : " 0.3 .0"
You can’t perform that action at this time.
0 commit comments