Skip to content

Commit

Permalink
chore: update bpt dev-tools (#1847)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Sep 20, 2023
1 parent fd8ae98 commit 8066c35
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@
"datasourceTemplate": "docker",
"registryUrlTemplate": "https://gcr.io/cloud-foundation-cicd",
"depNameTemplate": "cft/developer-tools"
},
{
"fileMatch": ["(^|/)build/(int|lint)\\.cloudbuild\\.yaml$"],
"matchStrings": [
" _DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '(?<currentValue>.*?)'\\n"
],
"datasourceTemplate": "docker",
"registryUrlTemplate": "https://gcr.io/cloud-foundation-cicd",
"depNameTemplate": "cft/developer-tools"
}
]
}
2 changes: 1 addition & 1 deletion infra/blueprint-test/build/int.cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ steps:
dir: 'infra/blueprint-test'
substitutions:
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools-krm'
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.12'
_DOCKER_TAG_VERSION_DEVELOPER_TOOLS: '1.16'
options:
env:
- 'TF_VAR_org_id=$_ORG_ID'
Expand Down

0 comments on commit 8066c35

Please sign in to comment.