File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ commands:
20
20
-f https://github.com/kadras-io/package-for-cert-manager/releases/download/v1.16.1/package.yml \
21
21
-f https://github.com/kadras-io/package-for-cert-manager/releases/download/v1.16.1/metadata.yml
22
22
kapp deploy -a contour-package -y \
23
- -f https://github.com/kadras-io/package-for-contour/releases/download/v1.30.0 /package.yml \
24
- -f https://github.com/kadras-io/package-for-contour/releases/download/v1.30.0 /metadata.yml
23
+ -f https://github.com/kadras-io/package-for-contour/releases/download/v1.30.1 /package.yml \
24
+ -f https://github.com/kadras-io/package-for-contour/releases/download/v1.30.1 /metadata.yml
25
25
kapp deploy -a knative-serving-package -y \
26
26
-f https://github.com/kadras-io/package-for-knative-serving/releases/download/v1.16.0/package.yml \
27
27
-f https://github.com/kadras-io/package-for-knative-serving/releases/download/v1.16.0/metadata.yml
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.30.0
16
+ constraints : 1.30.1
17
17
values :
18
18
- secretRef :
19
19
name : contour-values
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ kind: Cluster
3
3
apiVersion : kind.x-k8s.io/v1alpha4
4
4
nodes :
5
5
- role : control-plane
6
- image : kindest/node:v1.30.4
6
+ image : kindest/node:v1.30.6
7
7
- role : worker
8
- image : kindest/node:v1.30.4
8
+ image : kindest/node:v1.30.6
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ kind: Cluster
3
3
apiVersion : kind.x-k8s.io/v1alpha4
4
4
nodes :
5
5
- role : control-plane
6
- image : kindest/node:v1.31.1
6
+ image : kindest/node:v1.31.2
7
7
- role : worker
8
- image : kindest/node:v1.31.1
8
+ image : kindest/node:v1.31.2
You can’t perform that action at this time.
0 commit comments