Set container name for deployment.
Enhance secrets support.
Add support for secret values.
Initial chart release.
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
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 .