Skip to content

Commit 2fbf982

Browse files
committed
test: Update test dependencies
1 parent 17dc5eb commit 2fbf982

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
@@ -27,8 +27,8 @@ commands:
2727
- script: |
2828
kubectl config set-context --current --namespace=tests && \
2929
kapp deploy -a contour-package -y \
30-
-f https://github.com/kadras-io/package-for-contour/releases/download/v1.32.0/package.yml \
31-
-f https://github.com/kadras-io/package-for-contour/releases/download/v1.32.0/metadata.yml
30+
-f https://github.com/kadras-io/package-for-contour/releases/download/v1.33.0/package.yml \
31+
-f https://github.com/kadras-io/package-for-contour/releases/download/v1.33.0/metadata.yml
3232
- script: |
3333
kubectl config set-context --current --namespace=tests && \
3434
kapp deploy -a postgresql-operator-package -y \

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)