Relative Content

Tag Archive for kubernetes-helm

Helm: List recent chart upgrades

Given a kubernetes cluster with many helm charts in different namespaces, how can I use helm to query the list of the last recently “touched” charts?

Helm cannot prepare a correct manifest

➜ infra git:(main) ✗ helm secrets -n argocd upgrade –install argocd-apps argo/argocd-apps -f values/argocd-apps.yaml [helm-secrets] Decrypt skipped: values/argocd-apps.yaml Release “argocd-apps” does not exist. Installing it now. Error: unable to build kubernetes objects from release manifest: unable to decode “”: json: cannot unmarshal number into Go struct field ObjectMeta.metadata.name of type string Error: plugin “secrets” exited […]

Helm chart, mounting a volume with js files

I’m trying to create a Deployment with a grafana/k6:latest container image and mount a folder with performance js files that would be run. These scripts are verified and running fine using docker compose run command, so there is no issue there. I’d really appreciate if someone could point out what is preventing the js scripts from executing in the container.

trying to expose external secrets as env variables in my helm charts but it isnt successfull

We have setup the base of our helm-charts and now we require to set up an external secret named “SecretStore” that needs to be exposed as environment variables so my spring boot app can use it.
There has been no issue in retrieving the secret using kubectl -n default get secrets.
I have referred this secret in my deployment.yaml and helm-release.yaml but it is not fetched properly. when i do a describe deployment i get the env variable as