Skip to content

Commit

Permalink
ci: try to address updating of builder images by renovate (#413)
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <[email protected]>

---------

Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo authored Sep 11, 2024
1 parent b3e008f commit bc65bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"\\bimage: (?<depName>ghcr.io/pingcap-qe/cd/.*?):(?<currentValue>.*)"
],
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
"versioningTemplate": "semver-coerced"
}
]
}
2 changes: 1 addition & 1 deletion packages/packages.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ components:
- name: ctl
src:
type: http
url: "https://github.com/pingcap/tiup/releases/download/v1.8.1/tiup-v1.8.1-{{ .Release.os }}-{{ .Release.arch }}.tar.gz"
url: "https://github.com/pingcap/tiup/releases/download/v1.16.0/tiup-v1.16.0-{{ .Release.os }}-{{ .Release.arch }}.tar.gz"
extract: true
extract_inner_path: bin/tiup-ctl
- name: etcdctl
Expand Down

0 comments on commit bc65bdb

Please sign in to comment.