Skip to content

Commit

Permalink
fix(package): fix offline package config for tidb-linghtning-ctl
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo committed Apr 26, 2024
1 parent 96a0b1d commit 6014c91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/offline-packages.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ editions:
- name: tidb-lightning-ctl # New in v6.0.0
src:
type: oci
url: "{{ .Release.registry }}/pingcap/tidb-binlog/package:{{ .Release.version }}_{{ .Release.os }}_{{ .Release.arch }}"
url: "{{ .Release.registry }}/pingcap/tidb/package:{{ .Release.version }}_{{ .Release.os }}_{{ .Release.arch }}"
path: "tidb-lightning-ctl-.*.tar.gz"
extract: true
extract_inner_path: tidb-lightning-ctl
Expand Down Expand Up @@ -743,7 +743,7 @@ editions:
- name: tidb-lightning-ctl # New in v6.0.0
src:
type: oci
url: "{{ .Release.registry }}/pingcap/tidb-binlog/package:{{ .Release.version }}_{{ .Release.os }}_{{ .Release.arch }}"
url: "{{ .Release.registry }}/pingcap/tidb/package:{{ .Release.version }}_{{ .Release.os }}_{{ .Release.arch }}"
path: "tidb-lightning-ctl-.*.tar.gz"
extract: true
extract_inner_path: tidb-lightning-ctl
Expand Down

0 comments on commit 6014c91

Please sign in to comment.