community
community copied to clipboard
Helm community content
Hi all, I have a problem understanding helm diff and removing crds from kubernetes cluster when helm apply I have a helmfile which contains 2 charts, the first chart contains...
Created a job were I have define ` initContainers: - name: wait-for-postgres image: busybox:1.28 command: ['sh', '-c', 'until nslookup postgres-service; do echo waiting for postgres-service; sleep 2; done'] ` and...
1. Create sample helm chart having one secret template like below: ``` $ cat nginx/templates/secret.yaml apiVersion: v1 kind: Secret metadata: name: data-test-secret labels: app.kubernetes.io/name: nginx app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/managed-by:...
Since on the helm mailing list there was no veto and only one positive feedback from a ranger representative (see references) among the many likes in various related bug threads,...
## Proposal Overview This HIP proposes the integration of **CUE (Configuration Unification Engine)** as the primary tool for processing and validating Helm values files, replacing the existing **JSON Schema** support....
Hello Community, I've come to a singular problem that I fixed with a more singular solution. So, my case started when I wanted to add a new variable to my...
In my helm chart I have following K8s version check - kubeVersion: '>=1.24.0
1. Create sample helm chart having one secret template like below: ``` $ cat nginx/templates/secret.yaml apiVersion: v1 kind: Secret metadata: name: data-empty-secret labels: app.kubernetes.io/name: nginx app.kubernetes.io/instance: {{ .Release.Name }} app.kubernetes.io/managed-by:...
I am using helm binary as part of my docker image and when I scan the image I found 1 CRITICAL security vulnerability in helm binary ```usr/local/bin/helm (gobinary) ============================= Total:...
Hi Team, We use --set-file flag with helm but the same is not supported in case of helmfile. I have tried all the ways by using set --state-values-file, --state-values-set, --state-values-set-string...