onechart icon indicating copy to clipboard operation
onechart copied to clipboard

A generic Helm chart for your application deployments

Results 27 onechart issues
Sort by recently updated
recently updated
newest added

I have usecase where i can't mount a directory but only a file. Application uses a config /etc/tinyproxy.conf. Mounting /etc overrides all other configs. Hence there is need to just...

Usecase: there are a lot of images which are almost perfect, but I'd like to modify the entrypoint. Instead of maintaining a docker image: - create a deployment with an...

- Values files for OneChart carry all meaningful info that is needed for a containerized deployment to work - OneChart is a Helm chart. `helm template` renders the chart into...

enhancement
good first issue

We use the recreate strategy when a volume is defined. https://github.com/kubernetes/kubernetes/issues/24198

bug
good first issue

https://external-secrets.io/v0.4.4/api-externalsecret/ Ability to reference secrets in external [SecretStores](https://external-secrets.io/v0.4.4/api-secretstore/).

We should PR this, or? @YoucefGuichi

👋 Our company has been using this chart for a while, and it works as a charm. However, today we wanted an initContainer to run some migrations before the pods...

value for onechart (version 0.66.0) is ``` imagePullSecrets: - private-dockerhub-registry ``` but in cronjob (version 0.66.0) is ``` imagePullSecrets: - name: private-dockerhub-registry ``` When I command helm upgrade got the...