Skip to content

Commit

Permalink
chore: update helm charts icon url (apecloud#4642)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldming authored Aug 7, 2023
1 parent 69d9c92 commit 026c173
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion deploy/apecloud-mysql/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ version: 0.6.0-beta.21
appVersion: "8.0.30"

home: https://kubeblocks.io/
icon: https://github.com/apecloud/kubeblocks/raw/main/img/logo.png
icon: https://kubeblocks.io/img/logo.png


maintainers:
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appVersion: 0.6.0-beta.21
kubeVersion: '>=1.22.0-0'

home: https://www.kubeblocks.io/
icon: https://github.com/apecloud/kubeblocks/raw/main/img/logo.png
icon: https://kubeblocks.io/img/logo.png
keywords:
- kubernetes
- database
Expand Down
2 changes: 1 addition & 1 deletion deploy/mysql-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ keywords:
- raft

home: https://github.com/apecloud/kubeblocks/deploy/mysql-cluster
icon: https://github.com/apecloud/kubeblocks/raw/main/img/logo.png
icon: https://kubeblocks.io/img/logo.png

maintainers:
- name: ApeCloud
Expand Down
2 changes: 1 addition & 1 deletion deploy/mysql/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ version: 0.6.0-alpha.21
appVersion: "5.7.42"

home: https://kubeblocks.io/
icon: https://github.com/apecloud/kubeblocks/raw/main/img/logo.png
icon: https://kubeblocks.io/img/logo.png


maintainers:
Expand Down
2 changes: 1 addition & 1 deletion deploy/oracle-mysql-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ keywords:
- raft

home: https://github.com/apecloud/kubeblocks/deploy/mysql-cluster
icon: https://github.com/apecloud/kubeblocks/raw/main/img/logo.png
icon: https://kubeblocks.io/img/logo.png

maintainers:
- name: ApeCloud
Expand Down
2 changes: 1 addition & 1 deletion deploy/oracle-mysql/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version: 0.6.0-alpha.21
appVersion: "8.0.32"

home: https://kubeblocks.io/
icon: https://github.com/apecloud/kubeblocks/raw/main/img/logo.png
icon: https://kubeblocks.io/img/logo.png

maintainers:
- name: ApeCloud
Expand Down
2 changes: 1 addition & 1 deletion deploy/postgresql/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ annotations:
kubeblocks.io/multiCV: "true"

home: https://kubeblocks.io/
icon: https://github.com/apecloud/kubeblocks/raw/main/img/logo.png
icon: https://kubeblocks.io/img/logo.png


maintainers:
Expand Down
2 changes: 1 addition & 1 deletion deploy/tdengine-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ dependencies:
repository: file://../kblib
alias: extra

icon: "https://kubeblocks.io/img/logo.png"
icon: https://kubeblocks.io/img/logo.png

0 comments on commit 026c173

Please sign in to comment.