* Added emby
Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com>
* Moved emby from incubator to stable
Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com>
* Added persistences
Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com>
Co-authored-by: ᗪєνιη ᗷυнʟ <onedr0p@users.noreply.github.com>
* Add bookstack
Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com>
* Changed version to 0.1.0
Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com>
* Update README.md
* - Moved to stable
- Uncommented persistance
- Added commented DB env variables.
- Changed tag to version-v21.04.2
Signed-off-by: Nicholas Wilde <ncwilde43@gmail.com>
Co-authored-by: ᗪєνιη ᗷυнʟ <onedr0p@users.noreply.github.com>
* feat: add speedtest-exporter chart
* feat: add speedtest-exporter chart
* feat: add speedtest-exporter chart
* feat: use ghcr
* fix: remove service
* fix: remove ingress
* fix: do not enable service
* fix: use additionalPorts
* fix: use new port name
* fix: update probes
* fix: use service monitor
* fix: update port name
Co-authored-by: Jeff Billimek <jeff@billimek.com>
* inital haste template
Signed-off-by: Ryan Walter <rwalt@pm.me>
* inital config
* removed wrong location
* renamed chart to upstream name
Signed-off-by: Ryan Walter <rwalt@pm.me>
* rebased on rwaltr/haste-server for now
* Corrected image tag and set basic storagepath
Signed-off-by: Ryan Walter <rwalt@pm.me>
* Added basic data options to values
Signed-off-by: Ryan Walter <rwalt@pm.me>
* Linting
Signed-off-by: Ryan Walter <rwalt@pm.me>
* doc regen and appversion update
Signed-off-by: Ryan Walter <rwalt@pm.me>
* dep chart Vbump
Signed-off-by: Ryan Walter <rwalt@pm.me>
* fixes#747
* fixes#747
* update docs
* use explicit name
* bump versoin, remove boolean, comment out admin env vars, and move them to the bottom so helm-docs renders properly
* use .chart.appVersion default via common so that tag is not redundant
* Update values.yaml
add back tag
* fix readme
* add initial push of jetbrains-projector
* Working version
* Update charts/stable/jetbrains-projector/README_CHANGELOG.md.gotmpl
Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
* link is totally broken
* cleanup and final push
* add a forced fail on image.repository
* add testing values
* move ct values
* fix ct test folder name
Co-authored-by: Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs <me@bjw-s.dev>
* Rename port names for better traefik integration
Traefik automatically talks to backends via https when the port name starts with https. [1]
Otherwise you have to add the annotation traefik.ingress.kubernetes.io/service.serversscheme: https to the service.
[1] https://doc.traefik.io/traefik/routing/providers/kubernetes-ingress/#communication-between-traefik-and-pods
* Bump Version to 2.0.0
As this changes the port name it might be considered a breaking change. Therefore @onedr0p suggested a major version bump.
Co-authored-by: Clemens Bergmann <clemens.bergmann@tu-darmstadt.de>
Co-authored-by: ᗪєνιη ᗷυнʟ <onedr0p@users.noreply.github.com>