mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
* feat: Upgrade Redis to v6 Signed-off-by: jannfis <jann@mistrust.net> * Preload correct Redis image in CI Signed-off-by: jannfis <jann@mistrust.net> * Fix labels on StatefulSet and Deployment Signed-off-by: jannfis <jann@mistrust.net> * Update redis to 6.2.1 and haproxy to 2.0.20 Signed-off-by: jannfis <jann@mistrust.net> * More 6.0.7 -> 6.2.1 updates Signed-off-by: jannfis <jann@mistrust.net> * Fix antiAffinity selectors Signed-off-by: jannfis <jann@mistrust.net>
4 lines
152 B
Bash
Executable file
4 lines
152 B
Bash
Executable file
#!/bin/bash
|
|
set -eux -o pipefail
|
|
|
|
KUSTOMIZE_VERSION=3.9.4 "$(dirname $0)/../install.sh" helm2-linux jq-linux kustomize-linux protoc-linux swagger-linux
|