Skip to content

Commit 9e38cd8

Browse files
committed
test: Update test dependencies
1 parent 284fe5c commit 9e38cd8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/integration/kuttl-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ commands:
1717
- script: |
1818
kubectl config set-context --current --namespace=tests && \
1919
kapp deploy -a contour-package -y \
20-
-f https://github.com/kadras-io/package-for-contour/releases/download/v1.32.0/package.yml \
21-
-f https://github.com/kadras-io/package-for-contour/releases/download/v1.32.0/metadata.yml
20+
-f https://github.com/kadras-io/package-for-contour/releases/download/v1.33.0/package.yml \
21+
-f https://github.com/kadras-io/package-for-contour/releases/download/v1.33.0/metadata.yml
2222
kapp deploy -a cert-manager-package -y \
2323
-f https://github.com/kadras-io/package-for-cert-manager/releases/download/v1.18.2/package.yml \
2424
-f https://github.com/kadras-io/package-for-cert-manager/releases/download/v1.18.2/metadata.yml

test/setup/dependencies/contour.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
packageRef:
1414
refName: contour.packages.kadras.io
1515
versionSelection:
16-
constraints: 1.32.0
16+
constraints: 1.33.0
1717
values:
1818
- secretRef:
1919
name: contour-values

0 commit comments

Comments
 (0)