Skip to content

Commit 4385d22

Browse files
committed
fix: change default icon
1 parent 50660ff commit 4385d22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/development/command/createapp.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ import (
2828
"sigs.k8s.io/yaml"
2929
)
3030

31-
// const defaultIcon = "https://file.bttcdn.com/appstore/accounts/icon.png"
3231
const (
33-
defaultIcon = "https://file.bttcdn.com/appstore/default/defaulticon.webp"
32+
defaultIcon = "https://app.cdn.olares.com/appstore/default/defaulticon.webp"
3433
traefik = "traefik"
3534
appKubernetesName = "app.kubernetes.io/name"
3635
appKubernetesInstance = "app.kubernetes.io/instance"

0 commit comments

Comments
 (0)