Change container base image to cgr.dev/chainguard/static (#2881)
* Change container base image to cgr.dev/chainguard/static * Lint fixes * fix test failure * Add router deployment wait * add check command in upgrade script --------- Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
@@ -63,8 +63,9 @@ create_fission_objects() {
|
||||
}
|
||||
|
||||
test_fission_objects() {
|
||||
fission env list
|
||||
fission function list
|
||||
doit fission env list
|
||||
doit fission function list
|
||||
doit fission check -v 2
|
||||
echo "-----------------###############################--------------------"
|
||||
echo " Running fission object tests"
|
||||
echo "-----------------###############################--------------------"
|
||||
@@ -111,6 +112,7 @@ install_current_release() {
|
||||
doit helm dependency update "$ROOT"/charts/fission-all
|
||||
doit make update-crds
|
||||
doit helm upgrade --debug --wait --namespace $ns --set $HELM_VARS_LATEST_RELEASE fission "$ROOT"/charts/fission-all
|
||||
doit kubectl rollout status deployment/router -n $ns --watch --timeout 2m
|
||||
}
|
||||
|
||||
"$@"
|
||||
|
||||
Reference in New Issue
Block a user