community
community copied to clipboard
Helm community content
Updated voting procedure of project maintainers given there is no private maintainer lists for project repos Signed-off-by: Karen Chu
## What this PR does - Remove Monocular - update links to maintainers list files - update charts maintainers description (no longer a central charts repo, but help with charts...
This is an attempt to revive #214, hopefully leading to a revival of https://github.com/helm/helm/pull/11258 down the road. - I took the original draft and squashed it into a single commit,...
I have a helm chart with a dependency that points to a repository URL. ``` apiVersion: v2 appVersion: 0.2.0 name: ci-prometheus version: 0.2.0 type: application dependencies: - name: kube-prometheus-stack version:...
Hi, I have installed kubernetes-helm v3.13.3 on Windows 10 Pro using Chocolatey. When building Healenium Chart dependency (https://github.com/healenium/kubernetes.git) I get error "Error: error reading LogFiles/WMI/RtBackup/EtwRTDiagLog.etl: open C:\WINDOWS\system32\LogFiles\WMI\RtBackup\EtwRTDiagLog.etl: The process cannot...
I used the following code, to get the timestamp (seconds since the unix epoch) for a certain UTC date: {{- $creationTimeAsDateObject := toDate "2006-01-02T15:04:05Z" "2024-01-30T13:06:59Z" }} creationTimeAsDateObject: {{ $creationTimeAsDateObject }}...
Hi Team, We are trying to deploy kubernetes objects using helm in particular order. For that : 1. We tried using hooks concept in helm charts ( pre-install and post-install)...
my private repo consist of ( ?path= ) in it .. while trying to reach index.yml $ helm repo add helm https://************/HelmChart/?path=/index.yaml Error: looks like "https://****************/HelmChart" is not a valid...