Skip to content

Commit

Permalink
cherry pick imagePullSecret feature (#14)
Browse files Browse the repository at this point in the history
remove .DS_Store
update .gititgnore
update version 4.4.4
  • Loading branch information
harshitsinghvi22 authored Mar 4, 2022
1 parent 2bb274d commit 5d828a6
Show file tree
Hide file tree
Showing 39 changed files with 520 additions and 345 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ temp/
devenv.local
.idea/
.kube/
.DS_Store
*.test
3 changes: 3 additions & 0 deletions build/gcloud-create-gke-cluster-tc
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ CLOUDSDK_CONTAINER_CLUSTER="${cluster_name_prefix}-$(date +%s)-helm"
export CLOUDSDK_CONTAINER_CLUSTER="$(echo "${CLOUDSDK_CONTAINER_CLUSTER}" | sed 's/\./-/g' )"
echo "##teamcity[setParameter name='env.CLOUDSDK_CONTAINER_CLUSTER' value='$CLOUDSDK_CONTAINER_CLUSTER']"

#token to be used in imagePullSecret
GCR_ACCESS_TOKEN="$(gcloud auth print-access-token)"
echo "##teamcity[setParameter name='env.IPS_PASS' value='${GCR_ACCESS_TOKEN}']"
gcloud-create-gke-cluster
3 changes: 1 addition & 2 deletions build/gcloud-push-docker-image
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ function push_to_gcr {
echo "##teamcity[setParameter name='env.NEO4J_DOCKER_IMG_${EDITION}' value='${NEO4J_DOCKER_IMG}']"
docker rmi "${NEO4J_DOCKER_IMG}" "${DOCKER_IMG}"
}

push_to_gcr "$(ls | grep "neo4j-enterprise-")" "ENTERPRISE"
push_to_gcr "$(ls | grep "neo4j-community-")" "COMMUNITY"
push_to_gcr "$(ls | grep "neo4j-community-")" "COMMUNITY"
Empty file removed demo-backup.sh
Empty file.
5 changes: 5 additions & 0 deletions devenv
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ if [ -f ./devenv.local ]; then
export CLOUDSDK_CONTAINER_CLUSTER
export PACKAGE_SIGNING_KEY
export PACKAGE_SIGNING_KEYRING
export IPS_USERNAME
export IPS_PASS
export IPS_EMAIL
export NEO4J_DOCKER_IMG

else
echo "Couldn't find ./devenv.local."
fi
Expand Down
278 changes: 0 additions & 278 deletions index_public.yaml

This file was deleted.

Loading

0 comments on commit 5d828a6

Please sign in to comment.