Skip to content

Commit

Permalink
Merge pull request #3585 from uselagoon/testing/py-k8s-127
Browse files Browse the repository at this point in the history
update python k8s to 27.2 in tests
  • Loading branch information
tobybellwood authored Nov 1, 2023
2 parents 5e01c62 + 522f761 commit 241889f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ k3d/test: k3d/cluster helm/repos $(addprefix local-dev/,$(K3D_TOOLS)) build
--volume "$$(realpath ../kubeconfig.k3d.$(CI_BUILD_TAG)):/root/.kube/config" \
--workdir /workdir \
"quay.io/helmpack/chart-testing:$(CHART_TESTING_VERSION)" \
ct install
ct install --helm-extra-args "--timeout 60m"

LOCAL_DEV_SERVICES = api auth-server actions-handler logs2notifications webhook-handler webhooks2tasks

Expand Down Expand Up @@ -635,7 +635,7 @@ k3d/retest:
--volume "$$(realpath ../kubeconfig.k3d.$(CI_BUILD_TAG)):/root/.kube/config" \
--workdir /workdir \
"quay.io/helmpack/chart-testing:$(CHART_TESTING_VERSION)" \
ct install
ct install --helm-extra-args "--timeout 60m"

.PHONY: k3d/clean
k3d/clean: local-dev/k3d
Expand Down
8 changes: 4 additions & 4 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansible-core==2.15.4
jmespath==1.0.1
kubernetes==25.3.0
PyJWT==2.6.0
ansible-core >= 2.15.4
kubernetes >= 27.2.0
jmespath == 1.0.1
PyJWT == 2.6.0

0 comments on commit 241889f

Please sign in to comment.