Skip to content

Commit

Permalink
fix(packges): hotfix offline-package config for v8.0.0 (#295)
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo authored Mar 28, 2024
1 parent dff29c4 commit 9f5d581
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions packages/offline-packages.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -292,19 +292,17 @@ editions:
entrypoint: tidb-server
- name: tikv
src:
type: oci
url: "hub.pingcap.net/tikv/tikv/package:{{ .Release.version }}-enterprise_{{ .Release.os }}_{{ .Release.arch }}"
path: "tikv-(v.*-)?{{ .Release.os }}-{{ .Release.arch }}.tar.gz"
type: http
url: "http://fileserver.pingcap.net/download/builds/pingcap/tikv/optimization/v8.0.0/9f51dfed1f04224a746facfbd919ae8ebec639eb/centos7/ga-tikv-{{ .Release.os }}-{{ .Release.arch }}-enterprise.tar.gz"
publish:
name: tikv
description: >-
Distributed transactional key-value database, originally created to complement TiDB.
entrypoint: tikv-server
- name: pd
src:
type: oci
url: "hub.pingcap.net/tikv/pd/package:{{ .Release.version }}-enterprise_{{ .Release.os }}_{{ .Release.arch }}"
path: "pd-(v.*-)?{{ .Release.os }}-{{ .Release.arch }}.tar.gz"
type: http
url: "http://fileserver.pingcap.net/download/builds/pingcap/pd/optimization/v8.0.0/afa9e5d1daf198fcb3d9c4114a5db13db4416032/centos7/ga-pd-{{ .Release.os }}-{{ .Release.arch }}-enterprise.tar.gz"
publish:
name: pd
description: >-
Expand Down

0 comments on commit 9f5d581

Please sign in to comment.