Skip to content

Commit

Permalink
Remove logic for pushing major-versioned whereami Helm chart (#1550)
Browse files Browse the repository at this point in the history
* Update cloudbuild.yaml

* Fix "helm push" of whereami Helm major version

* Use us-docker.pkg.dev/google-samples/charts/whereami:1.2.23

* Bring back oci://

* Repackage for major tag chart

* Update cloudbuild.yaml

* Remove major-tag-only whereami Helm logic
  • Loading branch information
NimJay authored Dec 10, 2024
1 parent f948354 commit f3accc4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions quickstarts/whereami/cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ steps:
cd quickstarts/whereami/helm-chart
helm package . # This creates a file similar to whereami-X.Y.Z.tgz
helm push whereami-1.2.23.tgz oci://us-docker.pkg.dev/google-samples/charts
cp whereami-1.2.23.tgz whereami-1.tgz
helm push whereami-1.tgz oci://us-docker.pkg.dev/google-samples/charts
images:
- 'gcr.io/google-samples/whereami:v1'
Expand Down

0 comments on commit f3accc4

Please sign in to comment.