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 Sep 23, 2024
1 parent d560c63 commit f04de63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/integration/kuttl-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ commands:
- script: |
kubectl config set-context --current --namespace=tests && \
kapp deploy -a secretgen-controller-package -y \
-f https://github.com/kadras-io/package-for-secretgen-controller/releases/download/v0.18.0/package.yml \
-f https://github.com/kadras-io/package-for-secretgen-controller/releases/download/v0.18.0/metadata.yml
-f https://github.com/kadras-io/package-for-secretgen-controller/releases/download/v0.18.1/package.yml \
-f https://github.com/kadras-io/package-for-secretgen-controller/releases/download/v0.18.1/metadata.yml
- script: |
kubectl config set-context --current --namespace=tests && \
kapp deploy -a cert-manager-package -y \
Expand Down
2 changes: 1 addition & 1 deletion test/setup/dependencies/secretgen-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ spec:
packageRef:
refName: secretgen-controller.packages.kadras.io
versionSelection:
constraints: 0.18.0
constraints: 0.18.1

0 comments on commit f04de63

Please sign in to comment.