helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

Temporal Helm charts

Results 133 helm-charts issues
Sort by recently updated
recently updated
newest added

## What was changed Update server-job.yaml to include the required environment variables to connect to a SQL database. ## Why? With MySQL used as the persistence store, the schema setup...

enhancement

### What are you really trying to do? Use the schema setup & update jobs to initialize the temporal & temporal_visibility schemas. ### Describe the bug Enabling either schema setup...

bug

## What was changed Update server-deployment template to ensure that securityContext is added even if Cassandra and Elasticsearch are disabled (e.g. for a MySQL only installation). ## Why? When Cassandra...

### What are you really trying to do? I'm trying to deploy the Temporal helm chart on Kubernetes, with an existing MySQL DB as the only dependency (i.e not using...

bug

### Is your feature request related to a problem? Please describe. The ability to specify and configure TLS options is documented (https://docs.temporal.io/docs/server/configuration/#tls) but not implemented in the charts ### Describe...

enhancement

### Web Auth (outh) config setting breaks Document says web config can be mounted. refer https://github.com/temporalio/helm-charts#updating-temporal-web-config Recently temporal-web is replaced with tempoal-ui https://github.com/temporalio/helm-charts/commit/098fab57a4c19855b46692aef0df78e2bcf2e336 Looks like temporal-ui is not honoring the...

bug

I am getting the below error while i am trying to install the chart Error: INSTALLATION FAILED: template: temporal/templates/server-job.yaml:46:51: executing "temporal/templates/server-job.yaml" at : error calling include: template: temporal/templates/_helpers.tpl:350:22: executing "cassandra.host"...

enhancement

### Is your feature request related to a problem? Please describe. Currently need to run `tctl` commands after deployment manually what contradict cloud native and automation way to manage application...

enhancement
question

I am trying to install the temporal helm chart and I am getting the below error C:\Users\sreepadma.paramesvar\Downloads\helm-v3.9.0-rc.1-windows-amd64\windows-amd64>helm repo add temporal https://github.com/temporalio/helm-charts Error: looks like "https://github.com/temporalio/helm-charts" is not a valid chart...

bug

### Is your feature request related to a problem? Please describe. Security scanning tools, like Falco, report a vulnerability in Temporal containers for writing under the `/etc` folder: ``` Error...

enhancement