Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Update test/generation Argo CD target version to v1.8.5 #134

Merged
merged 1 commit into from
Feb 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
# This version is verified to match a version consistent with the kustomize install yaml,
# by 'hack/verify-argo-cd-versions.sh'.
# BEGIN-ARGO-CD-VERSION
ref: v1.8.4
ref: v1.8.5
# END-ARGO-CD-VERSION
- name: Setup Golang
uses: actions/setup-go@v1
Expand Down
2 changes: 1 addition & 1 deletion hack/verify-argo-cd-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To adopt a new version of Argo CD:
# 1) Update this value to the GitHub tag of the target 'argoproj/argo-cd' release (example: 'v1.8.4').
# 2) Fix the errors that are reported below (by editing the version string in the file reported in the error)
TARGET_ARGO_CD_VERSION=v1.8.4
TARGET_ARGO_CD_VERSION=v1.8.5

# Extract the Argo CD repository string from ci-build.yaml, which SHOULD contain the target Argo CD version
VERSION_FROM_CI_BUILD=$( awk '/BEGIN-ARGO-CD-VERSION/,/END-ARGO-CD-VERSION/' .github/workflows/ci-build.yaml )
Expand Down
8 changes: 4 additions & 4 deletions manifests/install-with-argo-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4023,7 +4023,7 @@ spec:
- -n
- /usr/local/bin/argocd-util
- /shared
image: argoproj/argocd:v1.8.4
image: argoproj/argocd:v1.8.5
imagePullPolicy: Always
name: copyutil
volumeMounts:
Expand Down Expand Up @@ -4125,7 +4125,7 @@ spec:
- argocd-repo-server
- --redis
- argocd-redis:6379
image: argoproj/argocd:v1.8.4
image: argoproj/argocd:v1.8.5
imagePullPolicy: Always
livenessProbe:
failureThreshold: 3
Expand Down Expand Up @@ -4204,7 +4204,7 @@ spec:
- argocd-server
- --staticassets
- /shared/app
image: argoproj/argocd:v1.8.4
image: argoproj/argocd:v1.8.5
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -4280,7 +4280,7 @@ spec:
- "20"
- --operation-processors
- "10"
image: argoproj/argocd:v1.8.4
image: argoproj/argocd:v1.8.5
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ kind: Kustomization
namespace: argocd

resources:
- https://raw.githubusercontent.com/argoproj/argo-cd/v1.8.4/manifests/install.yaml
- https://raw.githubusercontent.com/argoproj/argo-cd/v1.8.5/manifests/install.yaml
- ../base
- ../crds