Skip to content

Commit 074767d

Browse files
committed
[ci] Update helm version for test
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent fc81fd0 commit 074767d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ workflows:
1010
k8s-version: 'v1.25.16'
1111
test-strategy: playwright_connect_grid
1212
cluster: 'minikube'
13-
helm-version: 'v3.10.3'
13+
helm-version: 'v3.11.3'
1414
docker-version: '24.0.9'
1515
test-upgrade: true
1616
- kubernetes-test:

.github/workflows/helm-chart-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- k8s-version: 'v1.25.16'
3838
test-strategy: playwright_connect_grid
3939
cluster: 'minikube'
40-
helm-version: 'v3.10.3'
40+
helm-version: 'v3.11.3'
4141
docker-version: '24.0.9'
4242
test-upgrade: true
4343
service-mesh: true

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -918,7 +918,7 @@ chart_test_autoscaling_disabled:
918918
chart_test_autoscaling_deployment_https:
919919
PLATFORMS=$(PLATFORMS) CHART_FULL_DISTRIBUTED_MODE=true CHART_ENABLE_BASIC_AUTH=true \
920920
SECURE_INGRESS_ONLY_DEFAULT=true INGRESS_DISABLE_USE_HTTP2=true SELENIUM_GRID_PROTOCOL=https CHART_ENABLE_INGRESS_HOSTNAME=true SELENIUM_GRID_PORT=443 \
921-
SELENIUM_GRID_AUTOSCALING_MIN_REPLICA=0 MAX_SESSIONS_FIREFOX=3 MAX_SESSIONS_EDGE=2 MAX_SESSIONS_CHROME=1 TEST_NAME_OVERRIDE=true \
921+
SELENIUM_GRID_AUTOSCALING_MIN_REPLICA=0 MAX_SESSIONS_FIREFOX=1 MAX_SESSIONS_EDGE=1 MAX_SESSIONS_CHROME=1 TEST_NAME_OVERRIDE=true \
922922
VERSION=$(TAG_VERSION) VIDEO_TAG=$(FFMPEG_TAG_VERSION)-$(BUILD_DATE) KEDA_BASED_NAME=$(KEDA_BASED_NAME) KEDA_BASED_TAG=$(KEDA_BASED_TAG) NAMESPACE=$(NAMESPACE) BINDING_VERSION=$(BINDING_VERSION) BASE_VERSION=$(BASE_VERSION) \
923923
TEMPLATE_OUTPUT_FILENAME="k8s_fullDistributed_basicAuth_secureIngress_defaultCerts_ingressHostName_disableHttp2_autoScaling_patchKEDA_scaledObject_subPath.yaml" \
924924
./tests/charts/make/chart_test.sh DeploymentAutoscaling

0 commit comments

Comments
 (0)