Skip to content

Commit

Permalink
Merge pull request #34 from vnsamsonov/feat/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies versions
  • Loading branch information
vnsamsonov authored Jan 19, 2024
2 parents 63adf26 + 76464af commit dc2e918
Show file tree
Hide file tree
Showing 6 changed files with 533 additions and 459 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: actions/checkout@v3
- name: Run tests
env:
KUBECTL: v1.24.15
KUBECTL: v1.27.3
KIND: v0.20.0
DOCKER_IMAGE: operator:test
MANIFEST_FOLDER: ./manifests
Expand Down
4 changes: 2 additions & 2 deletions e2e_tests/e2e.tests.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ COPY . .

RUN apk add --no-cache procps

ENV KUBECTL v1.24.15
ENV KUBECTL v1.27.3
ENV KIND v0.20.0
ENV VM_IP host.docker.internal
ENV DOCKER_IMAGE operator:0.0.2
ENV DOCKER_IMAGE operator
ENV KUBE_NAMESPACE k8s-itlabs-operator
ENV MANIFEST_FOLDER ./manifests

Expand Down
2 changes: 1 addition & 1 deletion e2e_tests/kind/kind-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ kubeadmConfigPatchesJSON6902:
nodes:
- role: control-plane
image: kindest/node:v1.24.15@sha256:7db4f8bea3e14b82d12e044e25e34bd53754b7f2b0e9d56df21774e6f66a70ab
image: kindest/node:v1.26.6@sha256:6e2d8b28a5b601defe327b98bd1c2d1930b49e5d8c512e1895099e4504007adb
Loading

0 comments on commit dc2e918

Please sign in to comment.