diff --git a/charts/sigi/v0/Chart.yaml b/charts/sigi/v0/Chart.yaml index 54fbb4c..dc41083 100644 --- a/charts/sigi/v0/Chart.yaml +++ b/charts/sigi/v0/Chart.yaml @@ -13,7 +13,7 @@ version: 0.1.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: latest +appVersion: 3.0.0 icon: https://git.interlegis.leg.br/SEIT/rancher-charts/raw/master/images/sigi_interlegis.png diff --git a/charts/sigi/v0/questions.yaml b/charts/sigi/v0/questions.yaml index 500ca2b..ae15bd9 100644 --- a/charts/sigi/v0/questions.yaml +++ b/charts/sigi/v0/questions.yaml @@ -109,6 +109,14 @@ questions: group: Avançado required: true +- variable: image.tag + default: 3.0.0 + description: "Versão da imagem docker do SIGI a ser utilizada" + label: "versão do SIGI" + type: string + group: Avançado + required: true + - variable: image.pullPolicy default: IfNotPresent description: "Politica de carga da imagem docker do SIGI."