Freddy Grieshaber
Freddy Grieshaber
This PR will add another action, that will automatically update the Changelog for each Chart with the release. This is to increase transparency about what happens at chart development.
Instead of reliying on the newly introduced `health.enabled` (https://github.com/codecentric/helm-charts/pull/592/files) flag, the HEALTH endpoint is enabled via `metrics.enabled` flag. This might lead to confusion and should be fixed.
### What does this PR do? This MR updates the API-Version of the hpa to autoscaling/v2beta2. Since k8s 1.18, this api-version adds support for custom scaling behavior. Therefore i added...
### TL;DR Creating a new cluster with this module and configuring the use of stub_domains fails with: ``` Error: The configmap "kube-dns" does not exist │ │ with module.gke.module.gke.kubernetes_config_map_v1_data.kube-dns[0], │...
## Problem Statement When deploying VMClarity with the current helm chart to a more restrictive Kubernetes environment, some components fail. Especially the UI won't work, as the normal nginx image...
We might want to add some basic PR / Contributing guidelines, e.g. dump chart version with PRs etc.
## Description This PR allows users of the Chart to declare custom security contexts for pods and containers. As a default, the hardcoded values from before are still delivered in...