Skip to content

Commit

Permalink
fix label query; use merged/prod base image
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-vakil committed Sep 25, 2024
1 parent 975fee2 commit 175fe7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cnab/app/variables.GCP.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"deploymentDiscovery": {
"deploymentGroupFilter": "labels.env=dev AND labels.project=base AND labels.product=pubplat AND labels.instance=ascn-dev",
"deploymentTargetFilter": "deployment_target=true"
"deploymentTargetFilter": "resourceLabels.deployment_target=true"
},
"vars": {
"secretStore": "cluster-secrets",
Expand Down
2 changes: 1 addition & 1 deletion cnab/build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM crdev.stackoverflow.software/so-pubplat-cnab:2024.9.25.171252-235.1-prerelease@sha256:27c8531f24c28602c88d1c3cad2306c27be97d38aa560e02d4151c38ce736803
FROM cr.stackoverflow.software/so-pubplat-cnab:2024.9.25.172730-236.1@sha256:53f14d754c6595927b23eeaf143d154260f7da59b29faa6f39557e137624cc31

COPY ./cnab/app /cnab/app
COPY ./charts /cnab/app/charts
Expand Down

0 comments on commit 175fe7b

Please sign in to comment.