From 5bbb3f979ca24fccce571ede6ca4ab15d9e7bf80 Mon Sep 17 00:00:00 2001 From: Christopher Grote Date: Fri, 11 Jun 2021 11:45:44 +0100 Subject: [PATCH 1/2] Updates charts to use new build and release repos Signed-off-by: Christopher Grote --- cts/charts/ec-cts-apacheatlas/templates/configmap.yaml | 2 +- cts/charts/ec-cts-apacheatlas/values.yaml | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/cts/charts/ec-cts-apacheatlas/templates/configmap.yaml b/cts/charts/ec-cts-apacheatlas/templates/configmap.yaml index 22a8468..c63f7fc 100644 --- a/cts/charts/ec-cts-apacheatlas/templates/configmap.yaml +++ b/cts/charts/ec-cts-apacheatlas/templates/configmap.yaml @@ -30,5 +30,5 @@ data: ATLAS_SERVER: {{ .Values.apacheatlas.proxyserver }} # Used for downloads - CONNECTOR_URL: https://odpi.jfrog.io/odpi/egeria-{{ .Values.release.repo }}-local/org/odpi/egeria/egeria-connector-hadoop-ecosystem-package/{{ .Values.release.version }}/egeria-connector-hadoop-ecosystem-package-{{ .Values.release.version }}-jar-with-dependencies.jar + CONNECTOR_URL: {{ .Values.connector.url }} CTS_REPORT_NAME: {{ .Release.Name }} diff --git a/cts/charts/ec-cts-apacheatlas/values.yaml b/cts/charts/ec-cts-apacheatlas/values.yaml index fef1faa..3489301 100644 --- a/cts/charts/ec-cts-apacheatlas/values.yaml +++ b/cts/charts/ec-cts-apacheatlas/values.yaml @@ -15,17 +15,16 @@ egeria: cohort: coco server: myserver -release: - version: 2.10-SNAPSHOT - repo: snapshot +connector: + url: "http://repository.sonatype.org/service/local/artifact/maven/redirect?r=central-proxy&g=org.odpi.egeria&a=egeria-connector-hadoop-ecosystem-package&v=RELEASE&c=jar-with-dependencies" image: egeria: name: egeria - pullPolicy: Always + pullPolicy: IfNotPresent configure: name: egeria-configure - pullPolicy: Always + pullPolicy: IfNotPresent apacheatlas: name: apache-atlas From 35c35442cdc914dc6145ab822c89177a6c92c060 Mon Sep 17 00:00:00 2001 From: Christopher Grote Date: Fri, 11 Jun 2021 11:45:59 +0100 Subject: [PATCH 2/2] Version bumps Signed-off-by: Christopher Grote --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ddd20a3..7b1bbb9 100644 --- a/pom.xml +++ b/pom.xml @@ -112,7 +112,7 @@ 1.9.4 4.5.13 2.4.1 - 3.5.6 + 3.7.0 4.1.65.Final 1.15 3.8.1 @@ -513,7 +513,7 @@ org.owasp dependency-check-maven - 6.2.1 + 6.2.2 org.apache.maven.plugins