Browse Source

SIGI docker image version

master
Keny Villela 2 years ago
parent
commit
aa0fc2fc5c
  1. 2
      charts/sigi/v0/Chart.yaml
  2. 8
      charts/sigi/v0/questions.yaml

2
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 # 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 # 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. # 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 icon: https://git.interlegis.leg.br/SEIT/rancher-charts/raw/master/images/sigi_interlegis.png

8
charts/sigi/v0/questions.yaml

@ -109,6 +109,14 @@ questions:
group: Avançado group: Avançado
required: true 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 - variable: image.pullPolicy
default: IfNotPresent default: IfNotPresent
description: "Politica de carga da imagem docker do SIGI." description: "Politica de carga da imagem docker do SIGI."

Loading…
Cancel
Save