Set default tag to testing-daily in OSM helm chart 83/13483/4
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 31 May 2023 22:04:35 +0000 (00:04 +0200)
committerbeierlm <mark.beierl@canonical.com>
Thu, 22 Jun 2023 13:44:53 +0000 (15:44 +0200)
Change-Id: If73d982bd3ca810083248bf47edfc8d1e8e4f1b6
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
installers/helm/osm/values.yaml
installers/helm/values/airflow-values.yaml

index c4cf890..f4683f2 100644 (file)
@@ -26,7 +26,7 @@ global:
     repositoryBase: docker.io/opensourcemano
     pullPolicy: IfNotPresent
     # Overrides the image tag whose default is the chart appVersion.
-    tag: "13"
+    tag: "testing-daily"
 
   imagePullSecrets: []
   nameOverride: ""
@@ -86,7 +86,7 @@ keystone:
     port: 5000
   image: {}
     # repository: opensourcemano/keystone
-    # tag: "13"
+    # tag: "testing-daily"
   # replicaCount: 1
   useOsmSecret: true
   # secretName: "keystone-secret"
@@ -96,7 +96,7 @@ lcm:
   logLevel: DEBUG
   image: {}
     # repository: opensourcemano/lcm
-    # tag: "13"
+    # tag: "testing-daily"
   # replicaCount: 1
   useOsmSecret: true
   # secretName: "lcm-secret"
@@ -112,7 +112,7 @@ mon:
   # logLevel: DEBUG
   image: {}
     # repository: opensourcemano/mon
-    # tag: "13"
+    # tag: "testing-daily"
   # replicaCount: 1
   useOsmSecret: true
   # secretName: "mon-secret"
@@ -136,7 +136,7 @@ nbi:
     nodePort: 9999
   image: {}
     # repository: opensourcemano/nbi
-    # tag: "13"
+    # tag: "testing-daily"
   # replicaCount: 1
   useOsmSecret: true
   # secretName: "nbi-secret"
@@ -149,7 +149,7 @@ ngui:
     nodePort: 80
   image: {}
     # repository: opensourcemano/ng-ui
-    # tag: "13"
+    # tag: "testing-daily"
   # replicaCount: 1
 
 # pla module is disabled by default unless global.oldServiceAssurance and pla.enabled are set to true
@@ -158,7 +158,7 @@ pla:
   # logLevel: DEBUG
   image: {}
     # repository: opensourcemano/pla
-    # tag: "13"
+    # tag: "testing-daily"
   # replicaCount: 1
 
 # pol module is disabled by default unless global.oldServiceAssurance and pol.enabled are set to true
@@ -167,7 +167,7 @@ pol:
   # logLevel: DEBUG
   image: {}
     # repository: opensourcemano/pol
-    # tag: "13"
+    # tag: "testing-daily"
   # replicaCount: 1
   useOsmSecret: true
   # secretName: "pol-secret"
@@ -180,7 +180,7 @@ prometheus:
   # replicaCount: 1
   sidecarImage: {}
     # repository: opensourcemano/ro
-    # tag: "13"
+    # tag: "testing-daily"
 
 ro:
   enabled: true
@@ -189,7 +189,7 @@ ro:
     port: 9090
   image: {}
     # repository: opensourcemano/ro
-    # tag: "13"
+    # tag: "testing-daily"
   # replicaCount: 1
   useOsmSecret: true
   # secretName: "ro-secret"
@@ -209,7 +209,7 @@ webhookTranslator:
     port: 9998
   image: {}
     # repository: opensourcemano/webhook
-    # tag: "13"
+    # tag: "testing-daily"
   # replicaCount: 1
 
 zookeeper:
index 2bcd44d..9d05c4f 100644 (file)
@@ -13,7 +13,7 @@
 #
 ---
 defaultAirflowRepository: opensourcemano/airflow
-defaultAirflowTag: "13"
+defaultAirflowTag: "testing-daily"
 webserverSecretKeySecretName: airflow-webserver-secret
 webserver:
   service: