Skip to content

Commit

Permalink
fix(packages): fix builder for tidb-operator (#468)
Browse files Browse the repository at this point in the history
for go 1.23 serials image

Signed-off-by: wuhuizuo <[email protected]>

Signed-off-by: wuhuizuo <[email protected]>
  • Loading branch information
wuhuizuo authored Oct 18, 2024
1 parent 2c2f9f9 commit 26105b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/packages.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -1405,9 +1405,9 @@ components:
- {{ .Release.version }}
builders:
- if: {{ semver.CheckConstraint ">= 1.6.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/tidb-operator:v20240901-43-g84787ec
image: ghcr.io/pingcap-qe/cd/builders/tidb-operator:v2024.10.8-14-g52a7228-go1.23
- if: {{ semver.CheckConstraint "< 1.6.0-0" .Release.version }}
image: ghcr.io/pingcap-qe/cd/builders/tidb-operator:v20240325-91-g4bdc4c6
image: ghcr.io/pingcap-qe/cd/builders/tidb-operator:v2024.10.8-14-g52a7228-go1.21
routers:
- description: starts from 1.5.0
if: {{ semver.CheckConstraint ">= 1.5.0-0" .Release.version }}
Expand Down

0 comments on commit 26105b4

Please sign in to comment.