Skip to content

Commit

Permalink
K8s - Replace service annotation key (#2873)
Browse files Browse the repository at this point in the history
  • Loading branch information
armandomiani authored Feb 2, 2025
1 parent ce08236 commit 30c99ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/c2d_deployer.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ endif
&& docker buildx inspect "$$DEPLOYER_BUILDER" --bootstrap \
&& docker buildx build \
--push \
--annotation="index,manifest:cloudmarketplace.googleapis.com/service=$(SERVICE_NAME)" \
--annotation="index,manifest:com.googleapis.cloudmarketplace.product.service.name=$(SERVICE_NAME)" \
--build-arg REGISTRY="$(REGISTRY)/$(APP_ID)" \
--build-arg TAG="$(RELEASE)" \
--build-arg CHART_NAME="$(CHART_NAME)" \
Expand Down Expand Up @@ -165,7 +165,7 @@ $(IMAGE_TARGETS_LIST): .build/$(CHART_NAME)/%: .build/setup_crane \
&& cd apptest/tester \
&& docker buildx build \
--push \
--annotation="index,manifest:cloudmarketplace.googleapis.com/service=$(SERVICE_NAME)" \
--annotation="index,manifest:com.googleapis.cloudmarketplace.product.service.name=$(SERVICE_NAME)" \
--tag "$(APP_TESTER_IMAGE)" . \
&& docker buildx rm "$$TESTER_BUILDER"
@touch "$@"
Expand Down

0 comments on commit 30c99ec

Please sign in to comment.