Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #306 from cmgrote/master
Browse files Browse the repository at this point in the history
Helm chart updates and version bumps
  • Loading branch information
cmgrote committed Jun 11, 2021
2 parents a5c6f18 + 35c3544 commit 7d425d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cts/charts/ec-cts-apacheatlas/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
9 changes: 4 additions & 5 deletions cts/charts/ec-cts-apacheatlas/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<httpclient.version>4.5.13</httpclient.version>
<kafka.version>2.4.1</kafka.version>
<zookeeper.version>3.5.6</zookeeper.version>
<zookeeper.version>3.7.0</zookeeper.version>
<netty.version>4.1.65.Final</netty.version>
<commons-codec.version>1.15</commons-codec.version>
<maven-compiler.version>3.8.1</maven-compiler.version>
Expand Down Expand Up @@ -513,7 +513,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>6.2.1</version>
<version>6.2.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 7d425d1

Please sign in to comment.