Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 716 Bytes

File metadata and controls

27 lines (17 loc) · 716 Bytes

Description

A Chart project for uniovi-avib-morphingprojections-backend-annotation microservice

# Deploye steps

STEP01: create a helm chart projection

$ helm create uniovi-avib-morphingprojections-backend-annotation-chart

STEP02: build chart package

This command will generate zip file locally with our chart configuration. The name depends on the chart name and version configured

$ helm package .

STEP03: publish chart package in Azure Container Registry

This command will publish our chart package inside our ACR repository

$ helm push uniovi-avib-morphingprojections-backend-annotation-chart-1.0.0.tgz oci://avibdocker.azurecr.io/helm