File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ commands:
20
20
-f https://github.com/kadras-io/package-for-cert-manager/releases/download/v1.18.2/package.yml \
21
21
-f https://github.com/kadras-io/package-for-cert-manager/releases/download/v1.18.2/metadata.yml
22
22
kapp deploy -a contour-package -y \
23
- -f https://github.com/kadras-io/package-for-contour/releases/download/v1.32 .0/package.yml \
24
- -f https://github.com/kadras-io/package-for-contour/releases/download/v1.32 .0/metadata.yml
23
+ -f https://github.com/kadras-io/package-for-contour/releases/download/v1.33 .0/package.yml \
24
+ -f https://github.com/kadras-io/package-for-contour/releases/download/v1.33 .0/metadata.yml
25
25
kapp deploy -a knative-serving-package -y \
26
- -f https://github.com/kadras-io/package-for-knative-serving/releases/download/v1.19.0 /package.yml \
27
- -f https://github.com/kadras-io/package-for-knative-serving/releases/download/v1.19.0 /metadata.yml
26
+ -f https://github.com/kadras-io/package-for-knative-serving/releases/download/v1.19.5 /package.yml \
27
+ -f https://github.com/kadras-io/package-for-knative-serving/releases/download/v1.19.5 /metadata.yml
28
28
- script : |
29
29
kubectl config set-context --current --namespace=tests && \
30
30
kapp deploy -a dependencies -y -f ./test/setup/dependencies
Original file line number Diff line number Diff line change 13
13
packageRef :
14
14
refName : contour.packages.kadras.io
15
15
versionSelection :
16
- constraints : 1.32 .0
16
+ constraints : 1.33 .0
17
17
values :
18
18
- secretRef :
19
19
name : contour-values
Original file line number Diff line number Diff line change 13
13
packageRef :
14
14
refName : knative-serving.packages.kadras.io
15
15
versionSelection :
16
- constraints : 1.19.0
16
+ constraints : 1.19.5
17
17
values :
18
18
- secretRef :
19
19
name : knative-serving-values
You can’t perform that action at this time.
0 commit comments