11# Helmchart for generic python application
22
3- [ ![ Packahe Helm Chart] ( https://github.com/zcsadmin/ml-pyhchart-helmchart/actions/workflows/helm-package.yml/badge.svg )] ( https://github.com/zcsadmin/ml-pyhchart-helmchart/actions/workflows/helm-package.yml )
3+ [ ![ Package Helm Chart] ( https://github.com/zcsadmin/ml-pyhchart-helmchart/actions/workflows/helm-package.yml/badge.svg )] ( https://github.com/zcsadmin/ml-pyhchart-helmchart/actions/workflows/helm-package.yml )
44
55[ ![ Push Helm Chart to Artifact Registry] ( https://github.com/zcsadmin/ml-pyhchart-helmchart/actions/workflows/helm-push.yml/badge.svg )] ( https://github.com/zcsadmin/ml-pyhchart-helmchart/actions/workflows/helm-push.yml )
66
7-
87## Changelog
98
9+ ### 0.3.3
10+
11+ Set rolling update strategy, pod disruption budget and replicaCount to 1.
12+
1013### 0.3.0
11- Set rolling update strategy, pod distruption budget and replicaCount to 3 for production environments.
12- For Sandbox and Development environments we must set replicaCount in values.yaml to 1 and pdb.enabled to false.
1314
14- ### 0.2.2
15+ Set rolling update strategy, pod disruption budget and replicaCount to 3 for production environments.
16+ For Sandbox and Development environments we must set replicaCount in values.yaml to 1 and pdb.enabled to false.
17+
18+ ### 0.2.2
19+
1520Set container name for deployment.
1621
1722### 0.2.1
23+
1824Enhance secrets support.
1925
2026### 0.2.0
27+
2128Add support for secret values.
2229
2330### 0.1.0
31+
2432Initial chart release.
2533
2634## Artifact Repository
2735
2836` oci://europe-west1-docker.pkg.dev/ai-accounting-405809/ml-helm-charts/pyhchart `
2937
3038List docker images from cli:
39+
3140``` bash
3241gcloud artifacts docker images list europe-west1-docker.pkg.dev/ai-accounting-405809/ml-helm-charts
3342```
@@ -37,10 +46,11 @@ gcloud artifacts docker images list europe-west1-docker.pkg.dev/ai-accounting-40
3746You need to download the chart locally and ` appVersion ` value in ` Chart.yaml ` file.
3847Also, you need a ` values-app.yaml ` file with the specific values for your application.
3948Then, you can install the application with the following command:
49+
4050``` bash
4151helm install YOUR_APP -f values-app.yaml .
4252```
4353
4454## Useful links
4555
46- - [ Artifact repository] ( https://console.cloud.google.com/artifacts/docker/ai-accounting-405809/europe-west1/ml-helm-charts/pyhchart?project=ai-accounting-405809 )
56+ - [ Artifact repository] ( https://console.cloud.google.com/artifacts/docker/ai-accounting-405809/europe-west1/ml-helm-charts/pyhchart?project=ai-accounting-405809 )
0 commit comments