Skip to content

Commit

Permalink
Merge pull request #6 from cloudogu/feature/add_helm_logo_and_make_fa…
Browse files Browse the repository at this point in the history
…il_to_ban_greyscale

Feature/add helm logo and make fail to ban greyscale
  • Loading branch information
alexander-dammeier authored Nov 1, 2023
2 parents 019fbe8 + 8512cd6 commit e032c0e
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ jenkins -> k8s : Deploy
| ![fail2ban](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/fail2ban.png "fail2ban") | fail2ban | TOOL_FAIL2BAN | $fail2ban |
| ![Grafana](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/grafana.jpg "Grafana") | Grafana | TOOL_GRAFANA | $grafana |
| ![Gatsby](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/gatsby.png "Gatsby") | Gatsby | TOOL_GATSBY | $gatsby |
| ![Helm](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/helm.png "Helm") | Helm | TOOL_HELM | $helm |
| ![JUnit](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/junit.jpg "JUnit") | JUnit | TOOL_JUNIT | $junit |
| ![Kubernetes](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/k8s.jpg "Kubernetes") | Kubernetes | TOOL_K8S | $k8s |
| ![Prometheus](https://github.com/cloudogu/plantuml-cloudogu-sprites/raw/master/tools/prometheus.jpg "Prometheus") | Prometheus | TOOL_PROMETHEUS | $prometheus |
Expand Down
Binary file modified tools/fail2ban.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tools/helm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions tools/helm.puml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
@startuml
sprite $helm [48x48/16] {
000000000000000000000000200000000000000000000000
000000000000000000000002830000000000000000000000
000000000000000000000005880000000000000000000000
000000000000000000000008880000000000000000000000
000000000000000000000008880000000000000000000000
000000000053000000000008880000000000026000000000
000000000088700000000008880000000000588000000000
000000000038850000000015880000000004885000000000
000000000018883000138888888852000028881000000000
000000000003888128888888888888830078840000000000
000000000000588888873210011368888488700000000000
000000000000088885100000000001388886000000000000
000000000000388710000000000000015885000000000000
000000000003885000000000000000000388500000000000
000000000028850000000000000000000038830000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000288000288000488888100288000000181000000181000
000288000288000488888100288000000188200002881000
000288000288000484000000288000000188820028881000
000288211388000484000000288000000188883388881000
000288888888000488888000288000000188888888881000
000288888888000488888000288000000188258852881000
000288100388000484000000288000000188104401881000
000288000288000484000000288222100188100001881000
000288000288000488888100288888200188100001881000
000288000288000488888100288888200188100001881000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000
000000000002220000000000000000000022210000000000
000000000003885000000000000000000388500000000000
000000000000388710000000000000015885000000000000
000000000000088884100000000000388886000000000000
000000000000588888873110011258888488600000000000
000000000003888128888888888888830078840000000000
000000000008883000148888888852000028881000000000
000000000038850000000015881000000004885000000000
000000000088700000000008880000000000588000000000
000000000053000000000008880000000000027000000000
000000000000000000000008880000000000000000000000
000000000000000000000008880000000000000000000000
000000000000000000000005880000000000000000000000
000000000000000000000002820000000000000000000000
000000000000000000000000200000000000000000000000
}

!define TOOL_HELM(_alias) ENTITY(rectangle,black,helm,_alias,TOOL HELM)
!define TOOL_HELM(_alias, _label) ENTITY(rectangle,black,helm,_label, _alias,TOOL HELM)
!define TOOL_HELM(_alias, _label, _shape) ENTITY(_shape,black,helm,_label, _alias,TOOL HELM)
!define TOOL_HELM(_alias, _label, _shape, _color) ENTITY(_shape,_color,helm,_label, _alias,TOOL HELM)
skinparam folderBackgroundColor<<TOOL HELM>> White
@enduml

0 comments on commit e032c0e

Please sign in to comment.