.Values was out of scope for hosts block, since its in a range statement
Moved the failing access to unifiedService.enabled to a variable
Signed-off-by: Thiemo Krause <krausethiemo@googlemail.com>
* Revert "Simplify for unifi (#10789)"
This reverts commit b09535dfb4.
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* bumping chart version as part of reversion
Signed-off-by: Jeff Billimek <jeff@billimek.com>
The discovery and stun ports are part of the same service. Unifi depends
on them to be on the same hostname.
Signed-off-by: Werner Buck <email@wernerbuck.nl>
If you do a port-forward to 8080, the unifi controller tries to forward you to a secure TLS connection on port 8443. This fails because the port 8443 is not forwarded. If you do a direct forward to 8443, everything works as expected.
Signed-off-by: Christian Erhardt <christian.erhardt@mojo2k.de>
Use case is using `ark` + `restic` to take backups which requires pods
with persistent data to be annotated like:
```
kubectl annotate pod unifi-55f6dcc44c-khbrk backup.ark.heptio.com/backup-volumes=unifi-data
```
Signed-off-by: Lyle Franklin <lylejfranklin@gmail.com>
* stable/unifi/templates/deployment.yaml: fix probes
The `livenessProbe` and `readinessProbe` are incorrectly defined.
The `initialDelaySeconds` field should not be nested withing the `httpGet`
field.
Signed-off-by: Lucas Serven <lserven@gmail.com>
* stable/unifi: bump patch version
Signed-off-by: Lucas Serven <lserven@gmail.com>
* Invalid link in chart sources
There was a invalid link in sources, this commit fixes the link
Signed-off-by: Jonathan Herlin <jonte@jherlin.se>
* stable/unifi bump version
Signed-off-by: Jonathan Herlin <jonte@jherlin.se>
* initial commit - unifi controller chart
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* enabling persistence by default, per guidelines
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* enabling persistence by default, per guidelines
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* changes requested in PR
* Pegging to a certain version for the chart (0.1.0) until otherwise directed
* Using consistent indentation for lists
* Using camelCase
* updating app version to current (5.8.28)
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* correcting linting failures
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* adding OWNERS for more timely merges in the future
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* Correcting inconsistent service definitions
* fixing inconsistencies with service port & name definitions as described in PR
* bumping app version to current
* correcting typo in Charts.yaml
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* correcting ingress servicePort definition
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* correcting ingress servicePort definition
Signed-off-by: Jeff Billimek <jeff@billimek.com>
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* adding missing NodePort settings
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* Expanding service definitions
* The values and readme reflect that the various services (deployment, stun, gui, controller) can handle annotations, but there is no use of those in the templates. This is now fixed
* Added externalTrafficPolicy to all services
* Some of these changes were requested via https://github.com/billimek/billimek-charts/issues/3
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* switching to apps/v1
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* mass-rename of chart repo
* update all Chart.yaml files to replace references from old repo to new
repo
* update all Chart.yaml files to set apiVersion to v2 where necessary
* update all README.md files to replace references from old repo to new
repo
* fix teslamate dependencies for v2
Signed-off-by: Jeff Billimek <jeff@billimek.com>
* [librespeed] initial commit
* [librespeed] Correct use of not equal
* Add enable/disable for history
* Update to use different chart that has working env vars
* [librespeed] Better description
* [librespeed] Formatting
* lift and shift from personal repo
* cleanup chart.yaml, fix port forward in notes
Signed-off-by: Thomas John Wesolowski <wojoinc@gmail.com>
* Bump chart version
Signed-off-by: Thomas John Wesolowski <wojoinc@gmail.com>
* enable dependent chart support for mariadb and postgres
Signed-off-by: Ryan Holt <ryan@ryanholt.net>
* forgot to include the values.yaml file in commit
Signed-off-by: Ryan Holt <ryan@ryanholt.net>
* default postgres persistence to disabled
Signed-off-by: Ryan Holt <ryan@ryanholt.net>
* bump chart version to 1.2.1
Signed-off-by: Ryan Holt <ryan@ryanholt.net>
* add commented out storageClass designations for both postgres and mariadb
Signed-off-by: Ryan Holt <ryan@ryanholt.net>
* bump chart version
Signed-off-by: Ryan Holt <ryan@ryanholt.net>
* bump chart, rename to full postgresql
Signed-off-by: Ryan Holt <ryan@ryanholt.net>
* bump chart
Signed-off-by: Ryan Holt <ryan@ryanholt.net>
* nested the postgres wrong, bumped chart version
Signed-off-by: Ryan Holt <ryan@ryanholt.net>
* revert to v1.2.0 for PR
Signed-off-by: Ryan Holt <ryan@ryanholt.net>
* fix name for postgresql in readme
Signed-off-by: Ryan Holt <ryan@ryanholt.net>
Co-authored-by: Jeff Billimek <jeff@billimek.com>
* add esphome dependency to home-assistant
* bump chart apiVersion to v2
* We need to upgrade the Chart apiVersion to v2
Co-authored-by: Jeff Billimek <jeff@billimek.com>