File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ jobs:
143143 - uses : actions/checkout@v3
144144 - uses : nolar/setup-k3d-k3s@v1
145145 with :
146- version : v1.25
146+ version : v1.26
147147 k3d-name : kube
148148 k3d-args : " --no-lb --no-rollback --k3s-arg --disable=traefik,servicelb,metrics-server@server:*"
149149 - run : kubectl apply -f yaml/crd.yaml
@@ -156,8 +156,8 @@ jobs:
156156 path : /tmp
157157 - name : Load docker image from tarball
158158 run : docker load --input /tmp/image.tar
159- - run : helm template charts/doc-controller | kubectl apply -f -
160- - run : kubectl wait --for=condition=available deploy/doc-controller --timeout=20s
159+ - run : helm template charts/doc-controller --set version="latest" | kubectl apply -f -
160+ - run : kubectl wait --for=condition=available deploy/doc-controller --timeout=30s
161161 - run : kubectl apply -f yaml/instance-samuel.yaml
162162 - run : sleep 2 # TODO: add condition on status and wait for it instead
163163 # verify reconcile actions have happened
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ telemetry = ["tonic", "opentelemetry-otlp"]
2929actix-web = " 4.3.1"
3030futures = " 0.3.28"
3131tokio = { version = " 1.29.1" , features = [" macros" , " rt-multi-thread" ] }
32- k8s-openapi = { version = " 0.19.0" , features = [" v1_25 " ], default-features = false }
32+ k8s-openapi = { version = " 0.19.0" , features = [" v1_26 " ], default-features = false }
3333schemars = { version = " 0.8.12" , features = [" chrono" ] }
3434serde = { version = " 1.0.182" , features = [" derive" ] }
3535serde_json = " 1.0.104"
You can’t perform that action at this time.
0 commit comments