Skip to content

Commit

Permalink
fixing test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
harshitsinghvi22 committed May 9, 2024
1 parent c7152ee commit 5b752a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/gcloud/create_cluster
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ CLOUDSDK_COMPUTE_ZONE="${CLOUDSDK_COMPUTE_ZONE:?CLOUDSDK_COMPUTE_ZONE is require

# Parameters
NODE_MACHINE="e2-standard-4"
NUM_NODES="${NUM_NODES:-10}"
NUM_NODES="${NUM_NODES:-11}"

# For more info on release channels see https://cloud.google.com/kubernetes-engine/docs/concepts/release-channels
RELEASE_CHANNEL="stable"
Expand Down
2 changes: 1 addition & 1 deletion bin/gcloud/version_updates
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo "CURRENT_VERSION ${CURRENT_VERSION} NEO4J_VERSION ${NEO4J_VERSION}"
if [[ ${CURRENT_VERSION} != ${NEO4J_VERSION} ]]
then
sed -i "s/${CURRENT_VERSION}/${NEO4J_VERSION}/g" "neo4j/Chart.yaml"
# this update is for updating neo4j-operations image tag value which is same as the neo4j version being released
# this update is for updating neo4j-operations image tag value which is same as the neo4j version being released
sed -i "s/${CURRENT_VERSION}/${NEO4J_VERSION}/g" "neo4j/values.yaml"
sed -i "s/${CURRENT_VERSION}/${NEO4J_VERSION}/g" "neo4j-headless-service/Chart.yaml"
sed -i "s/${CURRENT_VERSION}/${NEO4J_VERSION}/g" "neo4j-persistent-volume/Chart.yaml"
Expand Down

0 comments on commit 5b752a8

Please sign in to comment.