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 @@ -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.30.0 /package.yml \
31- -f https://github.com/kadras-io/package-for-contour/releases/download/v1.30.0 /metadata.yml
30+ -f https://github.com/kadras-io/package-for-contour/releases/download/v1.30.1 /package.yml \
31+ -f https://github.com/kadras-io/package-for-contour/releases/download/v1.30.1 /metadata.yml
3232 - script : |
3333 kubectl config set-context --current --namespace=tests && \
3434 kapp deploy -a postgresql-operator-package -y \
Original file line number Diff line number Diff line change 1313 packageRef :
1414 refName : contour.packages.kadras.io
1515 versionSelection :
16- constraints : 1.30.0
16+ constraints : 1.30.1
1717 values :
1818 - secretRef :
1919 name : contour-values
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ kind: Cluster
33apiVersion : kind.x-k8s.io/v1alpha4
44nodes :
55- role : control-plane
6- image : kindest/node:v1.30.4
6+ image : kindest/node:v1.30.6
77- role : worker
8- image : kindest/node:v1.30.4
8+ image : kindest/node:v1.30.6
99 extraPortMappings :
1010 - containerPort : 80
1111 hostPort : 80
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ kind: Cluster
33apiVersion : kind.x-k8s.io/v1alpha4
44nodes :
55- role : control-plane
6- image : kindest/node:v1.31.1
6+ image : kindest/node:v1.31.2
77- role : worker
8- image : kindest/node:v1.31.1
8+ image : kindest/node:v1.31.2
99 extraPortMappings :
1010 - containerPort : 80
1111 hostPort : 80
You can’t perform that action at this time.
0 commit comments