https://github.com/zcsadmin/ml-pyhchart-helmchart
Helmchart to deploy a generic python application
https://github.com/zcsadmin/ml-pyhchart-helmchart
helm helm-chart helm-charts helmchart helmcharts python
Last synced: 5 months ago
JSON representation
Helmchart to deploy a generic python application
- Host: GitHub
- URL: https://github.com/zcsadmin/ml-pyhchart-helmchart
- Owner: zcsadmin
- Created: 2024-06-12T10:03:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-03T15:43:14.000Z (6 months ago)
- Last Synced: 2025-12-06T20:29:39.752Z (6 months ago)
- Topics: helm, helm-chart, helm-charts, helmchart, helmcharts, python
- Language: Smarty
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Helmchart for generic python application
[](https://github.com/zcsadmin/ml-pyhchart-helmchart/actions/workflows/helm-package.yml)
[](https://github.com/zcsadmin/ml-pyhchart-helmchart/actions/workflows/helm-push.yml)
## Changelog
### 0.3.3
Set rolling update strategy, pod disruption budget and replicaCount to 1.
### 0.3.0
Set rolling update strategy, pod disruption budget and replicaCount to 3 for production environments.
For Sandbox and Development environments we must set replicaCount in values.yaml to 1 and pdb.enabled to false.
### 0.2.2
Set container name for deployment.
### 0.2.1
Enhance secrets support.
### 0.2.0
Add support for secret values.
### 0.1.0
Initial chart release.
## Artifact Repository
`oci://europe-west1-docker.pkg.dev/ai-accounting-405809/ml-helm-charts/pyhchart`
List docker images from cli:
```bash
gcloud artifacts docker images list europe-west1-docker.pkg.dev/ai-accounting-405809/ml-helm-charts
```
## Example deploy
You need to download the chart locally and `appVersion` value in `Chart.yaml` file.
Also, you need a `values-app.yaml` file with the specific values for your application.
Then, you can install the application with the following command:
```bash
helm install YOUR_APP -f values-app.yaml .
```
## Useful links
- [Artifact repository](https://console.cloud.google.com/artifacts/docker/ai-accounting-405809/europe-west1/ml-helm-charts/pyhchart?project=ai-accounting-405809)