Browse Source

Changed default image repository

master
Fábio Kaiser Rauber 3 years ago
parent
commit
d6fd80908b
  1. 2
      charts/sapl/v0.2.0/Chart.yaml
  2. 3
      charts/sapl/v0.2.0/values.yaml

2
charts/sapl/v0.2.0/Chart.yaml

@ -13,7 +13,7 @@ version: 0.2.0
# 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: 3.1.161-RC16 appVersion: 3.1.162-RC11
icon: https://git.interlegis.leg.br/SEIT/rancher-charts/raw/master/images/sapl.png icon: https://git.interlegis.leg.br/SEIT/rancher-charts/raw/master/images/sapl.png

3
charts/sapl/v0.2.0/values.yaml

@ -5,7 +5,7 @@
replicaCount: 1 replicaCount: 1
image: image:
repository: interlegis/sapl repository: porto.interlegis.leg.br/spdt/sapl
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion. # Overrides the image tag whose default is the chart appVersion.
tag: "" tag: ""
@ -90,6 +90,7 @@ velero:
postgresql: postgresql:
internal: true internal: true
image: image:
repository: porto.interlegis.leg.br/bitnami/postgresql
tag: 9.6.23-debian-10-r61 tag: 9.6.23-debian-10-r61
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
service: service:

Loading…
Cancel
Save