Dmytro Bondar
a47a0e73d6
Skip clean-up tested chart
2024-09-18 11:48:36 +02:00
Dmytro Bondar
c165f4e916
Fix chart workflow path filter
2024-09-18 11:21:31 +02:00
Dmytro Bondar
31249225be
Helm chart update
...
- Refactored Ingress to use one host only (`config.web.external_url` is required)
- Added Certificate resource template (secret is mounted to container into `/app/certs/`)
- Added support for service with mixed protocols (exposes UI and Wireguard ports on same IP)
- Added helm-docs target to makefile
- Changed pod labels to use selectorLabels
- Removed default probes (app runs without healthy web)
- Removed sections from README
Signed-off-by: Dmytro Bondar <git@bonddim.com>
2024-09-18 11:15:21 +02:00
dependabot[bot]
f1f5280cbc
Bump the actions group across 1 directory with 3 updates ( #279 )
...
Bumps the actions group with 3 updates in the / directory: [actions/setup-python](https://github.com/actions/setup-python ), [docker/login-action](https://github.com/docker/login-action ) and [docker/build-push-action](https://github.com/docker/build-push-action ).
Updates `actions/setup-python` from 4 to 5
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4...v5 )
Updates `docker/login-action` from 1 to 3
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v1...v3 )
Updates `docker/build-push-action` from 5 to 6
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-04 23:09:44 +02:00
Dmytro Bondar
6f52cb2ada
Init Helm chart ( #255 )
...
* Initial chart version
* Add CI/CD for chart
* Fix admin creds template
* Add command, args, env, envFrom
* Render volumes and volumeMounts with tpl
* Change persistance accessMode type
* Add update strategy config
* Use custom types in docs
* Add startup probe config
* Fix web.external_url config
2024-07-04 22:37:30 +02:00