Skip to content

Commit a7ae40f

Browse files
committed
CSPL-3558 Fixing helm tests
1 parent fc28db0 commit a7ae40f

30 files changed

+61
-55935
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ GO_VERSION=1.23.0
44
AWSCLI_URL=https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.8.6.zip
55
KUBECTL_VERSION=v1.29.1
66
AZ_CLI_VERSION=2.30.0
7-
EKSCTL_VERSION=v0.211.0
8-
EKS_CLUSTER_K8_VERSION=1.33
7+
EKSCTL_VERSION=v0.191.0
8+
EKS_CLUSTER_K8_VERSION=1.31
99
EKS_INSTANCE_TYPE=m5.2xlarge
1010
EKS_INSTANCE_TYPE_ARM64=c6g.4xlarge
1111
SPLUNK_ENTERPRISE_RELEASE_IMAGE=splunk/splunk:9.4.3

.github/workflows/arm-AL2023-build-test-push-workflow-AL2023.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,7 @@ jobs:
221221
make cluster-up
222222
- name: install metric server
223223
run: |
224-
curl -LO https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
225-
kubectl replace --force -f components.yaml || kubectl apply -f components.yaml
224+
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
226225
- name: install k8s dashboard
227226
run: |
228227
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.5/aio/deploy/recommended.yaml

.github/workflows/arm-AL2023-int-test-workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,7 @@ jobs:
171171
make cluster-up
172172
- name: install metric server
173173
run: |
174-
curl -LO https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
175-
kubectl replace --force -f components.yaml || kubectl apply -f components.yaml
174+
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
176175
- name: install k8s dashboard
177176
run: |
178177
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.5/aio/deploy/recommended.yaml

.github/workflows/arm-RHEL-build-test-push-workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,7 @@ jobs:
171171
make cluster-up
172172
- name: install metric server
173173
run: |
174-
curl -LO https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
175-
kubectl replace --force -f components.yaml || kubectl apply -f components.yaml
174+
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
176175
- name: install k8s dashboard
177176
run: |
178177
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.5/aio/deploy/recommended.yaml

.github/workflows/arm-RHEL-int-test-workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,7 @@ jobs:
171171
make cluster-up
172172
- name: install metric server
173173
run: |
174-
curl -LO https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
175-
kubectl replace --force -f components.yaml || kubectl apply -f components.yaml
174+
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
176175
- name: install k8s dashboard
177176
run: |
178177
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.5/aio/deploy/recommended.yaml

.github/workflows/arm-Ubuntu-build-test-push-workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,7 @@ jobs:
221221
make cluster-up
222222
- name: install metric server
223223
run: |
224-
curl -LO https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
225-
kubectl replace --force -f components.yaml || kubectl apply -f components.yaml
224+
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
226225
- name: install k8s dashboard
227226
run: |
228227
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.5/aio/deploy/recommended.yaml

.github/workflows/arm-Ubuntu-int-test-workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,7 @@ jobs:
171171
make cluster-up
172172
- name: install metric server
173173
run: |
174-
curl -LO https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
175-
kubectl replace --force -f components.yaml || kubectl apply -f components.yaml
174+
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
176175
- name: install k8s dashboard
177176
run: |
178177
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.5/aio/deploy/recommended.yaml

.github/workflows/build-test-push-workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,7 @@ jobs:
268268
make cluster-up
269269
- name: install metric server
270270
run: |
271-
curl -LO https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
272-
kubectl replace --force -f components.yaml || kubectl apply -f components.yaml
271+
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
273272
- name: install k8s dashboard
274273
run: |
275274
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.5/aio/deploy/recommended.yaml

.github/workflows/distroless-build-test-push-workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,7 @@ jobs:
267267
make cluster-up
268268
- name: install metric server
269269
run: |
270-
curl -LO https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
271-
kubectl replace --force -f components.yaml || kubectl apply -f components.yaml
270+
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
272271
- name: install k8s dashboard
273272
run: |
274273
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.5/aio/deploy/recommended.yaml

.github/workflows/distroless-int-test-workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,7 @@ jobs:
164164
make cluster-up
165165
- name: install metric server
166166
run: |
167-
curl -LO https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
168-
kubectl replace --force -f components.yaml || kubectl apply -f components.yaml
167+
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
169168
- name: install k8s dashboard
170169
run: |
171170
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.5/aio/deploy/recommended.yaml

0 commit comments

Comments
 (0)