X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fhelm%2Fosm%2Fvalues.yaml;h=f4683f22cf37ebf9c812a5aa9792e5f6d67d9152;hb=21503ab215361ec06b534df59246cacaa242270d;hp=1ef77230858cec437ed7e83eff2e43c8213f981a;hpb=29484f1b6f6e67bbb7192fb9f0633141c699d1a7;p=osm%2Fdevops.git diff --git a/installers/helm/osm/values.yaml b/installers/helm/osm/values.yaml index 1ef77230..f4683f22 100644 --- a/installers/helm/osm/values.yaml +++ b/installers/helm/osm/values.yaml @@ -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: "" @@ -65,6 +65,9 @@ global: oldServiceAssurance: false +airflow: + enabled: true + certauth: enabled: true @@ -83,7 +86,7 @@ keystone: port: 5000 image: {} # repository: opensourcemano/keystone - # tag: "13" + # tag: "testing-daily" # replicaCount: 1 useOsmSecret: true # secretName: "keystone-secret" @@ -93,7 +96,7 @@ lcm: logLevel: DEBUG image: {} # repository: opensourcemano/lcm - # tag: "13" + # tag: "testing-daily" # replicaCount: 1 useOsmSecret: true # secretName: "lcm-secret" @@ -107,16 +110,13 @@ lcm: mon: enabled: true # logLevel: DEBUG - service: - port: 8662 image: {} # repository: opensourcemano/mon - # tag: "13" + # tag: "testing-daily" # replicaCount: 1 useOsmSecret: true # secretName: "mon-secret" config: {} - # OS_NOTIFIER_URI: "http://DEFAULT_IP:8662" mysql: enabled: true @@ -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" @@ -206,9 +206,10 @@ webhookTranslator: service: type: NodePort nodePort: 9998 + port: 9998 image: {} # repository: opensourcemano/webhook - # tag: "13" + # tag: "testing-daily" # replicaCount: 1 zookeeper: