We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4509c5a commit f7a9bedCopy full SHA for f7a9bed
app/gento
@@ -20,8 +20,8 @@ BASE_APP_USAGE="$(
20
}
21
readonly \
22
BASE_APP_USAGE \
23
- BASE_APP_VERSION=0.9.20240303 \
24
- BASE_MIN_VERSION=0.9.20230606
+ BASE_APP_VERSION=0.9.20240911 \
+ BASE_MIN_VERSION=0.9.20240909
25
. base.sh
26
27
# First extracts a version from a sidecar settings file, on failure extracts
@@ -155,8 +155,8 @@ is_cnf_running() {
155
--no-headers \
156
--output custom-columns=:metadata.name \
157
--selector="$lb" | grep --quiet . ||
158
- yes_to_continue \
159
- There is no a running pod with "$lb" in "$ns", continue?
+ should_continue \
+ There is no running pod with "$lb" in "$ns", continue || cya
160
done
161
i=$((i + 1))
162
0 commit comments