Commit a55fdb17 authored by dgiannopoulos's avatar dgiannopoulos
Browse files

fix: used the correct images instead of dockerhub

parent c534badb
Loading
Loading
Loading
Loading
Loading
+18 −18
Original line number Diff line number Diff line
@@ -16,15 +16,15 @@ image:
    # Overrides the image tag whose default is the chart appVersion.
    tag: "latest"
  bugzilla:
    repository: openslice/org.etsi.osl.bugzilla
    repository: labs.etsi.org:5050/osl/code/org.etsi.osl.bugzilla
    pullPolicy: IfNotPresent
    # Overrides the image tag whose default is the chart appVersion.
    tag: "latest"
    tag: "develop"
  centrallog:
    repository: openslice/org.etsi.osl.centrallog.service
    repository: labs.etsi.org:5050/osl/code/org.etsi.osl.centrallog.service
    pullPolicy: IfNotPresent
    # Overrides the image tag whose default is the chart appVersion.
    tag: "latest"
    tag: "develop"
  keycloak:
    repository: jboss/keycloak
    pullPolicy: IfNotPresent
@@ -36,45 +36,45 @@ image:
    # Overrides the image tag whose default is the chart appVersion.
    tag: "latest"
  manoclient:
    repository: openslice/org.etsi.osl.mano
    repository: labs.etsi.org:5050/osl/code/org.etsi.osl.mano
    pullPolicy: IfNotPresent
    # Overrides the image tag whose default is the chart appVersion.
    tag: "latest"
    tag: "develop"
  osom:
    repository: openslice/org.etsi.osl.osom
    repository: labs.etsi.org:5050/osl/code/org.etsi.osl.osom
    pullPolicy: IfNotPresent
    # Overrides the image tag whose default is the chart appVersion.
    tag: "latest"
    tag: "develop"
  portalapi:
    repository: openslice/org.etsi.osl.portal.api
    repository: labs.etsi.org:5050/osl/code/org.etsi.osl.portal.api
    pullPolicy: IfNotPresent
    # Overrides the image tag whose default is the chart appVersion.
    tag: "latest"
    tag: "develop"
  osscapi:
    repository: openslice/org.etsi.osl.tmf.api
    repository: labs.etsi.org:5050/osl/code/org.etsi.osl.tmf.api
    pullPolicy: IfNotPresent
    # Overrides the image tag whose default is the chart appVersion.
    tag: "latest"
    tag: "develop"
  mysql:
    repository: mysql
    pullPolicy: IfNotPresent
    # Overrides the image tag whose default is the chart appVersion.
    tag: "5.7.43"
  oasapi:
    repository: openslice/org.etsi.osl.oas
    repository: labs.etsi.org:5050/osl/code/org.etsi.osl.oas
    pullPolicy: IfNotPresent
    # Overrides the image tag whose default is the chart appVersion.
    tag: "latest"
    tag: "develop"
  portalweb:
    repository: openslice/org.etsi.osl.portal.web
    repository: labs.etsi.org:5050/osl/code/org.etsi.osl.portal.web
    pullPolicy: IfNotPresent
    # Overrides the image tag whose default is the chart appVersion.
    tag: "latest"
    tag: "develop"
  tmfweb:
    repository: openslice/org.etsi.osl.tmf.web
    repository: labs.etsi.org:5050/osl/code/org.etsi.osl.tmf.web
    pullPolicy: IfNotPresent
    # Overrides the image tag whose default is the chart appVersion.
    tag: "latest"
    tag: "develop"

bugzillaurl: example.com:443/bugzilla
bugzillakey: VH2Vw0iI5aYgALFFzVDWqhACwt6Hu3bXla9kSC1Z
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ spec:
                  "bugzillakey":"", 
                  "main_operations_product":"" 
                }
          image: openslice/org.etsi.osl.bugzilla:latest
          image: labs.etsi.org:5050/osl/code/org.etsi.osl.bugzilla:develop
          name: bugzilla
          ports:
            - containerPort: 13010
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ spec:
                  "spring.activemq.password": "artemis", 
                  "centrallogurl":"http://elk_ip:elk_port/index_name/_doc" 
                }
          image: openslice/org.etsi.osl.centrallog.service:latest
          image: labs.etsi.org:5050/osl/code/org.etsi.osl.centrallog.service:develop
          name: centrallog
          ports:
            - containerPort: 13013
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ spec:
                  "spring.activemq.password": "artemis",
                  "logging.level.org.springframework" : "INFO"
                }
          image: openslice/org.etsi.osl.mano:latest
          image: labs.etsi.org:5050/osl/code/org.etsi.osl.mano:develop
          name: manoclient
          ports:
            - containerPort: 13011
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ spec:
                  "spring.activemq.password": "artemis", 
                  "logging.level.org.springframework" : "INFO" 
                }
          image: openslice/org.etsi.osl.oas:latest
          image: labs.etsi.org:5050/osl/code/org.etsi.osl.oas:develop
          name: openslice-oasapi
          ports:
            - containerPort: 13101
Loading