X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=install%2Fhelm%2Fnrt-pm%2Fcharts%2Fpm-producer-json2kafka%2Ftemplates%2Fapp-statefulset.yaml;h=ec169a89fede5b5c9351aa7257ca637df31d7091;hb=197bcdee06f0ec527330cdcd51e81cb186ec5a67;hp=565d7637d32eb5553b7b43214cb17dccfd8731aa;hpb=d806dbef4f43bb9c631c818e96c1a39e440c5e6c;p=nonrtric%2Fplt%2Franpm.git diff --git a/install/helm/nrt-pm/charts/pm-producer-json2kafka/templates/app-statefulset.yaml b/install/helm/nrt-pm/charts/pm-producer-json2kafka/templates/app-statefulset.yaml index 565d763..ec169a8 100644 --- a/install/helm/nrt-pm/charts/pm-producer-json2kafka/templates/app-statefulset.yaml +++ b/install/helm/nrt-pm/charts/pm-producer-json2kafka/templates/app-statefulset.yaml @@ -1,5 +1,6 @@ # ============LICENSE_START=============================================== -# Copyright (C) 2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2020-2023 Nordix Foundation. All rights reserved. +# Copyright (C) 2023 OpenInfra Foundation Europe. All rights reserved. # ======================================================================== # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -36,10 +37,8 @@ spec: spec: containers: - name: pm-producer-json2kafka - image: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-plt-pmproducer:1.0.0 - #image: o-ran-sc/nonrtric-plt-pmproducer:1.0.0-SNAPSHOT + image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-pmproducer:1.1.0 imagePullPolicy: Always - #imagePullPolicy: Never ports: - name: http containerPort: 8084 @@ -65,7 +64,7 @@ spec: - mountPath: /token-cache name: token-cache-volume - name: auth-token - image: nexus3.o-ran-sc.org:10004/o-ran-sc/nonrtric-plt-auth-token-fetch:1.1.1 + image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-plt-auth-token-fetch:1.1.1 imagePullPolicy: Always env: - name: CREDS_GRANT_TYPE