We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0df4ab commit 7850891Copy full SHA for 7850891
installations/kubernetes.sh
@@ -37,7 +37,7 @@ install() {
37
archive_to_binary "https://github.com/bitnami-labs/sealed-secrets/releases/download/${KUBESEAL_VERSION}/kubeseal-${KUBESEAL_VERSION#v}-$(normalized_os)-$(normalized_arch "amd64" "arm" "arm64").tar.gz" "kubeseal"
38
39
# renovate: datasource=github-releases depName=ViBiOh/kmux
40
- local KMUX_VERSION="v0.11.0"
+ local KMUX_VERSION="v0.11.1"
41
archive_to_binary "https://github.com/ViBiOh/kmux/releases/download/${KMUX_VERSION}/kmux_$(normalized_os)_$(normalized_arch "" "arm" "arm64").tar.gz" "kmux"
42
kmux completion bash >"${HOME}/opt/completions/kmux-completion.sh"
43
}
0 commit comments