This commit is contained in:
David Burke 2021-07-23 16:45:37 -04:00
parent 554ff3e722
commit 0d6ab1537f
3 changed files with 3 additions and 1 deletions

View file

@ -13,7 +13,6 @@ lint:
pages:
stage: deploy
script:
- mkdir public
- helm package .
- helm repo index --url https://${CI_PROJECT_NAMESPACE}.gitlab.io/${CI_PROJECT_NAME} .
- mv index.yaml glitchtip-*.tgz ./public

View file

@ -20,6 +20,8 @@ version: 0.1.0
# incremented each time you make changes to the application.
appVersion: 1.0.0
icon: https://glitchtip.gitlab.io/glitchtip-helm-chart/icon.svg
dependencies:
- name: postgresql
version: ~10.3.17

1
public/icon.svg Normal file
View file

@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!-- Generator: Gravit.io --><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="isolation:isolate" viewBox="0 0 400 400" width="400pt" height="400pt"><defs><clipPath id="_clipPath_5kOQy2sGcuF9aeG3NHWmCAGgMEPQrnNW"><rect width="400" height="400"/></clipPath></defs><g clip-path="url(#_clipPath_5kOQy2sGcuF9aeG3NHWmCAGgMEPQrnNW)"><g><g><path d=" M 276.155 367.684 L 337.655 367.684 L 337.655 180.781 L 205.525 180.781 L 205.525 241.801 L 267.987 241.801 L 267.987 258.617 C 267.987 291.29 238.678 308.586 202.162 308.586 C 156.998 308.586 127.689 282.641 127.689 226.906 L 127.689 173.094 C 127.689 117.359 156.998 91.414 202.162 91.414 C 241.08 91.414 261.74 112.554 271.83 138.5 L 331.409 104.386 C 306.424 52.976 261.74 26.55 202.162 26.55 C 111.353 26.55 50.333 88.531 50.333 201.441 C 50.333 313.872 110.873 373.45 187.748 373.45 C 238.197 373.45 268.947 347.985 273.752 314.352 L 276.155 314.352 L 276.155 367.684 Z " fill="rgb(132,24,128)"/></g><g opacity="0.5"><path d=" M 139.701 175.78 L 139.701 173.094 C 139.701 117.359 169.01 91.414 214.174 91.414 C 253.092 91.414 273.752 112.554 283.842 138.5 L 343.421 104.386 C 318.436 52.976 273.752 26.55 214.174 26.55 C 128.962 26.55 69.981 81.125 63.033 181.145 L 139.701 175.78 Z " fill-rule="evenodd" fill="rgb(233,64,86)"/></g><g opacity="0.5"><path d=" M 349.667 305.194 L 349.667 247.137 L 279.998 252.019 L 279.998 258.617 C 279.998 291.29 250.69 308.586 214.174 308.586 C 179.697 308.586 154.459 293.467 144.446 261.518 L 70.341 266.711 C 76.285 288.796 85.348 307.563 96.86 322.909 L 349.667 305.194 Z " fill-rule="evenodd" fill="rgb(233,64,86)"/></g><path d=" M 337.655 247.03 L 337.655 180.781 L 205.525 180.781 L 205.525 241.801 L 267.987 241.801 L 267.987 251.912 L 337.655 247.03 Z M 132.401 261.413 C 129.319 251.534 127.689 240.048 127.689 226.906 L 127.689 175.099 L 51.069 180.468 C 50.581 187.25 50.333 194.242 50.333 201.441 C 50.333 225.632 53.136 247.376 58.301 266.606 L 132.401 261.413 Z " fill-rule="evenodd" fill="rgb(233,64,86)"/><path d=" M 337.655 305.862 L 337.655 367.684 L 276.155 367.684 L 276.155 314.352 L 273.752 314.352 C 268.947 347.985 238.197 373.45 187.748 373.45 C 146.712 373.45 110.33 356.473 85.327 323.543 L 337.655 305.862 Z " fill-rule="evenodd" fill="rgb(255,63,42)"/></g></g></svg>

After

Width:  |  Height:  |  Size: 2.3 KiB