Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Commit 4717210

Browse files
author
Harshit Singhvi
committed
Adding changes for 4.4.5
1 parent f6e46d6 commit 4717210

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,13 +293,13 @@ jobs:
293293
294294
echo "MATCH (n) RETURN count(n) as n;" | kubectl run -i --rm cypher-shell \
295295
--namespace $NAMESPACE \
296-
--image=neo4j:4.4.4-enterprise --restart=Never \
296+
--image=neo4j:4.4.5-enterprise --restart=Never \
297297
--command -- ./bin/cypher-shell -u neo4j -p "$NEO4J_PASSWORD" \
298298
-a bolt://$NAME_RESTORE-neo4j.$NAMESPACE.svc.cluster.local 2>&1 | tee restore-result.log
299299
300300
echo "MATCH (n) RETURN count(n) as n;" | kubectl run -i --rm cypher-shell \
301301
--namespace $NAMESPACE \
302-
--image=neo4j:4.4.4-enterprise --restart=Never \
302+
--image=neo4j:4.4.5-enterprise --restart=Never \
303303
--command -- ./bin/cypher-shell -u neo4j -p "$NEO4J_PASSWORD" \
304304
-a neo4j://$NAME_RESTORE-neo4j.$NAMESPACE.svc.cluster.local 2>&1 | tee restore-result.log
305305
cp restore-result.log $BUILD_ARTIFACTS/

Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: neo4j
33
home: https://www.neo4j.com
4-
version: 4.4.4
5-
appVersion: 4.4.4
4+
version: 4.4.5
5+
appVersion: 4.4.5
66
description: Neo4j is the world's leading graph database
77
keywords:
88
- graph

deployment-scenarios/cluster-restore.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ core:
77
restore:
88
enabled: true
99
image: gcr.io/neo4j-helm/restore
10-
imageTag: 4.4.4
10+
imageTag: 4.4.5
1111
secretName: neo4j-gcp-credentials #neo4j-aws-credentials
1212
database: neo4j,system
1313
cloudProvider: gcp #aws
@@ -20,7 +20,7 @@ readReplica:
2020
restore:
2121
enabled: true
2222
image: gcr.io/neo4j-helm/restore
23-
imageTag: 4.4.4
23+
imageTag: 4.4.5
2424
secretName: neo4j-gcp-credentials #neo4j-aws-credentials
2525
database: neo4j,system
2626
cloudProvider: gcp #aws

doc/docs/modules/ROOT/pages/externalexposure.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ We can verify our service is running nicely like this:
9999

100100
```
101101
$ kubectl get service | grep neo4j-external
102-
zeke-neo4j-external LoadBalancer 10.0.5.183 35.202.123.82 7687:30529/TCP,74.4.40843/TCP,7473:30325/TCP 115s
102+
zeke-neo4j-external LoadBalancer 10.0.5.183 35.202.123.82 7687:30529/TCP,74.4.50843/TCP,7473:30325/TCP 115s
103103
```
104104

105105
After all of these steps, you should end up with a cluster properly exposed. We can recover our password

doc/docs/modules/ROOT/pages/externalexposure42.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,9 +225,9 @@ We can verify our services are running nicely like this:
225225

226226
```
227227
$ kubectl get service | grep neo4j-external
228-
zeke-neo4j-external-0 LoadBalancer 10.0.5.183 35.202.123.82 7687:30529/TCP,74.4.40843/TCP,7473:30325/TCP 115s
229-
zeke-neo4j-external-1 LoadBalancer 10.0.9.182 34.71.151.230 7687:31059/TCP,74.4.41288/TCP,7473:31009/TCP 115s
230-
zeke-neo4j-external-2 LoadBalancer 10.0.12.38 35.232.116.39 7687:30523/TCP,74.4.40844/TCP,7473:31732/TCP 114s
228+
zeke-neo4j-external-0 LoadBalancer 10.0.5.183 35.202.123.82 7687:30529/TCP,74.4.50843/TCP,7473:30325/TCP 115s
229+
zeke-neo4j-external-1 LoadBalancer 10.0.9.182 34.71.151.230 7687:31059/TCP,74.4.51288/TCP,7473:31009/TCP 115s
230+
zeke-neo4j-external-2 LoadBalancer 10.0.12.38 35.232.116.39 7687:30523/TCP,74.4.50844/TCP,7473:31732/TCP 114s
231231
```
232232

233233
After all of these steps, you should end up with a cluster properly exposed. We can recover our password

tools/backup/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
22
name: neo4j-backup
33
home: https://www.neo4j.com
4-
version: 4.4.4
5-
appVersion: 4.4.4
4+
version: 4.4.5
5+
appVersion: 4.4.5
66
description: Neo4j Backup Utility
77
keywords:
88
- graph

tools/backup/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN echo "deb https://httpredir.debian.org/debian stretch-backports main" | tee
1111
RUN echo "neo4j-enterprise neo4j/question select I ACCEPT" | debconf-set-selections
1212
RUN echo "neo4j-enterprise neo4j/license note" | debconf-set-selections
1313

14-
RUN apt-get update && apt-get install -y neo4j-enterprise=1:4.4.4 google-cloud-sdk unzip less \
14+
RUN apt-get update && apt-get install -y neo4j-enterprise=1:4.4.5 google-cloud-sdk unzip less \
1515
&& rm -rf /var/lib/apt/lists/*
1616
RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && unzip awscliv2.zip && ./aws/install && rm awscliv2.zip
1717
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash

tools/backup/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
image: gcr.io/neo4j-helm/backup
2-
imageTag: 4.4.4
2+
imageTag: 4.4.5
33
podLabels: {}
44
podAnnotations: {}
55
neo4jaddr: holder-neo4j.default.svc.cluster.local:6362

tools/restore/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM neo4j:4.4.4-enterprise
1+
FROM neo4j:4.4.5-enterprise
22
RUN apt-get update \
33
&& apt-get install -y curl wget gnupg apt-transport-https apt-utils lsb-release unzip less \
44
&& rm -rf /var/lib/apt/lists/*

values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: "neo4j"
77

88
# Specs for the Neo4j docker image
99
image: "neo4j"
10-
imageTag: "4.4.4-enterprise"
10+
imageTag: "4.4.5-enterprise"
1111
imagePullPolicy: "IfNotPresent"
1212
# imagePullSecret: registry-secret
1313
acceptLicenseAgreement: "no"
@@ -159,7 +159,7 @@ core:
159159
restore:
160160
enabled: false
161161
image: gcr.io/neo4j-helm/restore
162-
imageTag: 4.4.4
162+
imageTag: 4.4.5
163163
secretName: null
164164
database: neo4j,system
165165
cloudProvider: gcp

0 commit comments

Comments
 (0)