Skip to content

zcsadmin/ml-pyhchart-helmchart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helmchart for generic python application

Packahe Helm Chart

Push Helm Chart to Artifact Registry

Changelog

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:

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:

helm install YOUR_APP -f values-app.yaml .

Useful links