diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index fd40ecff26d62..512421364774b 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -396,7 +396,7 @@ jobs: run: | docker pull quay.io/dexidp/dex:v2.25.0 docker pull argoproj/argo-cd-ci-builder:v1.0.0 - docker pull redis:6.2.1-alpine + docker pull redis:6.2.4-alpine - name: Create target directory for binaries in the build-process run: | mkdir -p dist diff --git a/Procfile b/Procfile index f83b311ab922f..dceabde922dfa 100644 --- a/Procfile +++ b/Procfile @@ -1,7 +1,7 @@ controller: sh -c "FORCE_LOG_COLORS=1 ARGOCD_FAKE_IN_CLUSTER=true ARGOCD_TLS_DATA_PATH=${ARGOCD_TLS_DATA_PATH:-/tmp/argocd-local/tls} ARGOCD_SSH_DATA_PATH=${ARGOCD_SSH_DATA_PATH:-/tmp/argocd-local/ssh} ARGOCD_BINARY_NAME=argocd-application-controller go run ./cmd/main.go --loglevel debug --redis localhost:${ARGOCD_E2E_REDIS_PORT:-6379} --repo-server localhost:${ARGOCD_E2E_REPOSERVER_PORT:-8081}" api-server: sh -c "FORCE_LOG_COLORS=1 ARGOCD_FAKE_IN_CLUSTER=true ARGOCD_TLS_DATA_PATH=${ARGOCD_TLS_DATA_PATH:-/tmp/argocd-local/tls} ARGOCD_SSH_DATA_PATH=${ARGOCD_SSH_DATA_PATH:-/tmp/argocd-local/ssh} ARGOCD_BINARY_NAME=argocd-server go run ./cmd/main.go --loglevel debug --redis localhost:${ARGOCD_E2E_REDIS_PORT:-6379} --disable-auth=${ARGOCD_E2E_DISABLE_AUTH:-'true'} --insecure --dex-server http://localhost:${ARGOCD_E2E_DEX_PORT:-5556} --repo-server localhost:${ARGOCD_E2E_REPOSERVER_PORT:-8081} --port ${ARGOCD_E2E_APISERVER_PORT:-8080} --staticassets ui/dist/app" dex: sh -c "ARGOCD_BINARY_NAME=argocd-dex go run github.com/argoproj/argo-cd/v2/cmd gendexcfg -o `pwd`/dist/dex.yaml && docker run --rm -p ${ARGOCD_E2E_DEX_PORT:-5556}:${ARGOCD_E2E_DEX_PORT:-5556} -v `pwd`/dist/dex.yaml:/dex.yaml ghcr.io/dexidp/dex:v2.27.0 serve /dex.yaml" -redis: docker run --rm --name argocd-redis -i -p ${ARGOCD_E2E_REDIS_PORT:-6379}:${ARGOCD_E2E_REDIS_PORT:-6379} redis:6.2.1-alpine --save "" --appendonly no --port ${ARGOCD_E2E_REDIS_PORT:-6379} +redis: docker run --rm --name argocd-redis -i -p ${ARGOCD_E2E_REDIS_PORT:-6379}:${ARGOCD_E2E_REDIS_PORT:-6379} redis:6.2.4-alpine --save "" --appendonly no --port ${ARGOCD_E2E_REDIS_PORT:-6379} repo-server: sh -c "FORCE_LOG_COLORS=1 ARGOCD_FAKE_IN_CLUSTER=true ARGOCD_GNUPGHOME=${ARGOCD_GNUPGHOME:-/tmp/argocd-local/gpg/keys} ARGOCD_GPG_DATA_PATH=${ARGOCD_GPG_DATA_PATH:-/tmp/argocd-local/gpg/source} ARGOCD_TLS_DATA_PATH=${ARGOCD_TLS_DATA_PATH:-/tmp/argocd-local/tls} ARGOCD_SSH_DATA_PATH=${ARGOCD_SSH_DATA_PATH:-/tmp/argocd-local/ssh} ARGOCD_BINARY_NAME=argocd-repo-server go run ./cmd/main.go --loglevel debug --port ${ARGOCD_E2E_REPOSERVER_PORT:-8081} --redis localhost:${ARGOCD_E2E_REDIS_PORT:-6379}" ui: sh -c 'cd ui && ${ARGOCD_E2E_YARN_CMD:-yarn} start' git-server: test/fixture/testrepos/start-git.sh diff --git a/manifests/base/redis/argocd-redis-deployment.yaml b/manifests/base/redis/argocd-redis-deployment.yaml index 319c26f4cd687..04a8747856580 100644 --- a/manifests/base/redis/argocd-redis-deployment.yaml +++ b/manifests/base/redis/argocd-redis-deployment.yaml @@ -23,7 +23,7 @@ spec: serviceAccountName: argocd-redis containers: - name: redis - image: redis:6.2.1-alpine + image: redis:6.2.4-alpine imagePullPolicy: Always args: - "--save" diff --git a/manifests/ha/base/redis-ha/chart/upstream.yaml b/manifests/ha/base/redis-ha/chart/upstream.yaml index 5f440b805f927..5dc5b3fffd211 100644 --- a/manifests/ha/base/redis-ha/chart/upstream.yaml +++ b/manifests/ha/base/redis-ha/chart/upstream.yaml @@ -878,7 +878,7 @@ spec: automountServiceAccountToken: false initContainers: - name: config-init - image: redis:6.2.1-alpine + image: redis:6.2.4-alpine imagePullPolicy: IfNotPresent resources: {} @@ -906,7 +906,7 @@ spec: containers: - name: redis - image: redis:6.2.1-alpine + image: redis:6.2.4-alpine imagePullPolicy: IfNotPresent command: - redis-server @@ -947,7 +947,7 @@ spec: lifecycle: {} - name: sentinel - image: redis:6.2.1-alpine + image: redis:6.2.4-alpine imagePullPolicy: IfNotPresent command: - redis-sentinel diff --git a/manifests/ha/base/redis-ha/chart/values.yaml b/manifests/ha/base/redis-ha/chart/values.yaml index c704916dc2c8a..2817a8293b063 100644 --- a/manifests/ha/base/redis-ha/chart/values.yaml +++ b/manifests/ha/base/redis-ha/chart/values.yaml @@ -11,7 +11,7 @@ redis-ha: image: tag: 2.0.20-alpine image: - tag: 6.2.1-alpine + tag: 6.2.4-alpine sentinel: config: replaceme: "0.0.0.0" \ No newline at end of file diff --git a/manifests/ha/install.yaml b/manifests/ha/install.yaml index 3521e45febb04..f9a08f1d22fc6 100644 --- a/manifests/ha/install.yaml +++ b/manifests/ha/install.yaml @@ -3583,7 +3583,7 @@ spec: - /data/conf/redis.conf command: - redis-server - image: redis:6.2.1-alpine + image: redis:6.2.4-alpine imagePullPolicy: IfNotPresent lifecycle: {} livenessProbe: @@ -3621,7 +3621,7 @@ spec: - /data/conf/sentinel.conf command: - redis-sentinel - image: redis:6.2.1-alpine + image: redis:6.2.4-alpine imagePullPolicy: IfNotPresent lifecycle: {} livenessProbe: @@ -3667,7 +3667,7 @@ spec: value: 40000915ab58c3fa8fd888fb8b24711944e6cbb4 - name: SENTINEL_ID_2 value: 2bbec7894d954a8af3bb54d13eaec53cb024e2ca - image: redis:6.2.1-alpine + image: redis:6.2.4-alpine imagePullPolicy: IfNotPresent name: config-init volumeMounts: diff --git a/manifests/ha/namespace-install.yaml b/manifests/ha/namespace-install.yaml index 5acf9d24f6947..08ed1394bec43 100644 --- a/manifests/ha/namespace-install.yaml +++ b/manifests/ha/namespace-install.yaml @@ -3498,7 +3498,7 @@ spec: - /data/conf/redis.conf command: - redis-server - image: redis:6.2.1-alpine + image: redis:6.2.4-alpine imagePullPolicy: IfNotPresent lifecycle: {} livenessProbe: @@ -3536,7 +3536,7 @@ spec: - /data/conf/sentinel.conf command: - redis-sentinel - image: redis:6.2.1-alpine + image: redis:6.2.4-alpine imagePullPolicy: IfNotPresent lifecycle: {} livenessProbe: @@ -3582,7 +3582,7 @@ spec: value: 40000915ab58c3fa8fd888fb8b24711944e6cbb4 - name: SENTINEL_ID_2 value: 2bbec7894d954a8af3bb54d13eaec53cb024e2ca - image: redis:6.2.1-alpine + image: redis:6.2.4-alpine imagePullPolicy: IfNotPresent name: config-init volumeMounts: diff --git a/manifests/install.yaml b/manifests/install.yaml index 9facf59b4f19b..65a5b99a797a2 100644 --- a/manifests/install.yaml +++ b/manifests/install.yaml @@ -2593,7 +2593,7 @@ spec: - "" - --appendonly - "no" - image: redis:6.2.1-alpine + image: redis:6.2.4-alpine imagePullPolicy: Always name: redis ports: diff --git a/manifests/namespace-install.yaml b/manifests/namespace-install.yaml index 83f6ed842bbc7..ee35b863bb7c3 100644 --- a/manifests/namespace-install.yaml +++ b/manifests/namespace-install.yaml @@ -2508,7 +2508,7 @@ spec: - "" - --appendonly - "no" - image: redis:6.2.1-alpine + image: redis:6.2.4-alpine imagePullPolicy: Always name: redis ports: diff --git a/test/container/Dockerfile b/test/container/Dockerfile index a7e465a6534f3..7152aa5620836 100644 --- a/test/container/Dockerfile +++ b/test/container/Dockerfile @@ -1,4 +1,4 @@ -FROM redis:6.2.1 as redis +FROM redis:6.2.4 as redis FROM node:12.18.4 as node