Skip to content

Commit

Permalink
test: Update test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Nov 9, 2024
1 parent ff6066c commit 298923f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions test/integration/kuttl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ commands:
- script: |
kubectl config set-context --current --namespace=tests && \
kapp deploy -a contour-package -y \
-f https://github.com/kadras-io/package-for-contour/releases/download/v1.30.0/package.yml \
-f https://github.com/kadras-io/package-for-contour/releases/download/v1.30.0/metadata.yml
-f https://github.com/kadras-io/package-for-contour/releases/download/v1.30.1/package.yml \
-f https://github.com/kadras-io/package-for-contour/releases/download/v1.30.1/metadata.yml
- script: |
kubectl config set-context --current --namespace=tests && \
kapp deploy -a postgresql-operator-package -y \
Expand Down
2 changes: 1 addition & 1 deletion test/setup/dependencies/contour.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
packageRef:
refName: contour.packages.kadras.io
versionSelection:
constraints: 1.30.0
constraints: 1.30.1
values:
- secretRef:
name: contour-values
Expand Down
4 changes: 2 additions & 2 deletions test/setup/kind/v1.30/kind-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.30.4
image: kindest/node:v1.30.6
- role: worker
image: kindest/node:v1.30.4
image: kindest/node:v1.30.6
extraPortMappings:
- containerPort: 80
hostPort: 80
Expand Down
4 changes: 2 additions & 2 deletions test/setup/kind/v1.31/kind-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
nodes:
- role: control-plane
image: kindest/node:v1.31.1
image: kindest/node:v1.31.2
- role: worker
image: kindest/node:v1.31.1
image: kindest/node:v1.31.2
extraPortMappings:
- containerPort: 80
hostPort: 80
Expand Down

0 comments on commit 298923f

Please # to comment.