Merge pull request #831 from SigNoz/prashant/e2e-k3s-changes

ci: 💚 fix e2e-k3s workflow as needed with the chart changes
This commit is contained in:
Ankit Nayan 2022-03-09 20:00:28 +05:30 committed by GitHub
commit f37e6ef1d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,14 +52,11 @@ jobs:
helm install my-release signoz/signoz -n platform \ helm install my-release signoz/signoz -n platform \
--wait \ --wait \
--timeout 10m0s \ --timeout 10m0s \
--set cloud=null \
--set frontend.service.type=LoadBalancer \ --set frontend.service.type=LoadBalancer \
--set query-service.image.tag=$DOCKER_TAG \ --set queryService.image.tag=$DOCKER_TAG \
--set frontend.image.tag=$DOCKER_TAG --set frontend.image.tag=$DOCKER_TAG
# get pods, services and the container images # get pods, services and the container images
kubectl describe deploy/my-release-frontend -n platform | grep Image
kubectl describe statefulset/my-release-query-service -n platform | grep Image
kubectl get pods -n platform kubectl get pods -n platform
kubectl get svc -n platform kubectl get svc -n platform