Skip to content

Commit

Permalink
fix: support dot in branch path
Browse files Browse the repository at this point in the history
Signed-off-by: lijie <lijie@pingcap.com>
  • Loading branch information
jayl1e committed Aug 24, 2023
1 parent 715e35b commit 0893a1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/prod/tibuild/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
app: tibuild
spec:
containers:
- image: hub.pingcap.net/tibuild/tibuild:afb7bba
- image: hub.pingcap.net/tibuild/tibuild:ba975d9
imagePullPolicy: Always
name: tibuild
ports:
Expand All @@ -43,6 +43,8 @@ spec:
- name: configs
mountPath: "/app/configs"
readOnly: true
nodeSelector:
kubernetes.io/arch: "amd64"
volumes:
- name: configs
secret:
Expand Down

0 comments on commit 0893a1d

Please sign in to comment.