Commit bfb0ba0c authored by Sergio Gimenez's avatar Sergio Gimenez
Browse files

fix(images): point Helm defaults to 1.1

parent 2b06e4c0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -22,6 +22,8 @@ srm:
      type: NodePort
      nodePort: 32415
    image:
      repository: labs.etsi.org:5050/oop/code/service-resource-manager
      tag: "1.1"
      pullPolicy: IfNotPresent
    env:
      networkAdapterName: "oai"
@@ -49,6 +51,8 @@ oeg:
      type: NodePort
      nodePort: 32263
    image:
      repository: labs.etsi.org:5050/oop/code/open-exposure-gateway
      tag: "1.1"
      pullPolicy: IfNotPresent

federationManager:
@@ -62,6 +66,8 @@ federationManager:
      type: NodePort
      nodePort: 30989
    image:
      repository: labs.etsi.org:5050/oop/code/federation-manager
      tag: "1.1"
      pullPolicy: IfNotPresent

  mongodb:
+2 −2
Original line number Diff line number Diff line
@@ -102,8 +102,8 @@ federationManager:

  image:
    repository: labs.etsi.org:5050/oop/code/federation-manager
    tag: "1.0.0"
    pullPolicy: IfNotPresent
    tag: "1.1"
    pullPolicy: Always

  service:
    name: federation-manager
+2 −2
Original line number Diff line number Diff line
@@ -38,8 +38,8 @@ oegcontroller:
  
  image:
    repository: labs.etsi.org:5050/oop/code/open-exposure-gateway
    tag: 1.0.0
    pullPolicy: IfNotPresent
    tag: "1.1"
    pullPolicy: Always
  
  service:
    name: oeg
+2 −2
Original line number Diff line number Diff line
@@ -37,8 +37,8 @@ srmcontroller:
  
  image:
    repository: labs.etsi.org:5050/oop/code/service-resource-manager
    tag: 1.0.0
    pullPolicy: IfNotPresent
    tag: "1.1"
    pullPolicy: Always
  
  service:
    name: srm
+4 −4
Original line number Diff line number Diff line
@@ -43,8 +43,8 @@ srm:
    replicaCount: 1
    image:
      repository: labs.etsi.org:5050/oop/code/service-resource-manager
      tag: 1.0.0
      pullPolicy: IfNotPresent
      tag: "1.1"
      pullPolicy: Always
    service:
      name: srm
      type: ClusterIP
@@ -119,8 +119,8 @@ oeg:
    replicaCount: 1
    image:
      repository: labs.etsi.org:5050/oop/code/open-exposure-gateway
      tag: 1.0.0
      pullPolicy: IfNotPresent
      tag: "1.1"
      pullPolicy: Always
    service:
      name: oeg
      type: ClusterIP