We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50660ff commit 4385d22Copy full SHA for 4385d22
pkg/development/command/createapp.go
@@ -28,9 +28,8 @@ import (
28
"sigs.k8s.io/yaml"
29
)
30
31
-// const defaultIcon = "https://file.bttcdn.com/appstore/accounts/icon.png"
32
const (
33
- defaultIcon = "https://file.bttcdn.com/appstore/default/defaulticon.webp"
+ defaultIcon = "https://app.cdn.olares.com/appstore/default/defaulticon.webp"
34
traefik = "traefik"
35
appKubernetesName = "app.kubernetes.io/name"
36
appKubernetesInstance = "app.kubernetes.io/instance"
0 commit comments