Skip to content
Snippets Groups Projects
Commit 64ba1df6 authored by Ilia Eriomenco's avatar Ilia Eriomenco
Browse files

ci: updated image in k8s deploy

parent 08e6dcd5
No related branches found
No related tags found
No related merge requests found
...@@ -41,16 +41,16 @@ stages: ...@@ -41,16 +41,16 @@ stages:
deploy: deploy:
stage: deploy stage: deploy
image: bitnami/kubectl:latest image: jakexks/kubectl-helm-aws:latest
environment: production environment: production
script: script:
#aws --region=$AWS_DEFAULT_REGION eks update-kubeconfig --name $ELIFE_CLUSTER_NAME --kubeconfig ${ELIFE_KUBECONFIG} - |
- kubectl config --kubeconfig=${ELIFE_KUBECONFIG} set-cluster development --server=${ELIFE_K8S_CLUSTER_HOST} --certificate-authority=${ELIFE_K8S_CLUSTER_CA_CERTIFICATE} aws --region=$AWS_DEFAULT_REGION eks update-kubeconfig --name $ELIFE_CLUSTER_NAME --kubeconfig ${ELIFE_KUBECONFIG}
- kubectl cluster-info kubectl cluster-info
# helm repo add kotahi https://charts.bitnami.com/bitnami # helm repo add kotahi https://charts.bitnami.com/bitnami
# helm dependency build helm/elife-kotahi # helm dependency build helm/elife-kotahi
# helm upgrade -i elife-kotahi \ # helm upgrade -i elife-kotahi \
# --set hostname=k8s.kotahi.cloud \ # --set hostname=k8s.kotahi.cloud \
# --wait \ # --wait \
# helm/elife-kotahi # helm/elife-kotahi
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment