mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-05-31 01:11:05 +00:00
fixing CI
This commit is contained in:
+1
-4
@@ -28,16 +28,13 @@ stages:
|
|||||||
- |-
|
- |-
|
||||||
echo "Deploying using image $BACKEND_IMAGE_FULL_NAME"
|
echo "Deploying using image $BACKEND_IMAGE_FULL_NAME"
|
||||||
echo "Using Helm `helm version --short`"
|
echo "Using Helm `helm version --short`"
|
||||||
export KUBERNETES_VERSION_TAG="$CI_PIPELINE_ID"
|
|
||||||
sed -i "s/version:.*/version: $KUBERNETES_VERSION_TAG/" ./helm/Chart.yaml
|
|
||||||
sed -i "s/appVersion:.*/appVersion: $KUBERNETES_VERSION_TAG/" ./helm/Chart.yaml
|
|
||||||
- |-
|
|
||||||
helm repo add parity https://paritytech.github.io/helm-charts/
|
helm repo add parity https://paritytech.github.io/helm-charts/
|
||||||
helm repo update
|
helm repo update
|
||||||
- helm upgrade
|
- helm upgrade
|
||||||
--install
|
--install
|
||||||
--atomic
|
--atomic
|
||||||
--timeout 120s
|
--timeout 120s
|
||||||
|
--version $CI_PIPELINE_ID
|
||||||
--create-namespace
|
--create-namespace
|
||||||
--namespace $KUBE_NAMESPACE
|
--namespace $KUBE_NAMESPACE
|
||||||
--set image.backend.repository="${CONTAINER_REGISTRY}/${BACKEND_CONTAINER_REPO}"
|
--set image.backend.repository="${CONTAINER_REGISTRY}/${BACKEND_CONTAINER_REPO}"
|
||||||
|
|||||||
Reference in New Issue
Block a user