diff --git a/Makefile b/Makefile index 8f49092..7b3ca07 100644 --- a/Makefile +++ b/Makefile @@ -167,7 +167,7 @@ drop-branch: .PHONY: bootstrap bootstrap: - cd .github/workflows/ && terraform init && terraform apply + cd .github/workflows/ && terraform init && terraform apply && terraform plan -detailed-exitcode .PHONY: plan plan: diff --git a/helm/gke-metadata-server/Chart.yaml b/helm/gke-metadata-server/Chart.yaml index d1c7711..029d9eb 100644 --- a/helm/gke-metadata-server/Chart.yaml +++ b/helm/gke-metadata-server/Chart.yaml @@ -30,10 +30,10 @@ 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. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.1 +version: 0.3.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. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.2.0" +appVersion: "0.3.0"