Skip to content

Commit e11580b

Browse files
feat: argo 2.8 support (#269)
* feat: change argocd version to v2.8 * move to 2.8 * support 2.8
1 parent b146a91 commit e11580b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
apiVersion: kustomize.config.k8s.io/v1alpha1
22
kind: Component
33
resources:
4-
- https://raw.githubusercontent.com/codefresh-io/argo-cd/release-2.7/manifests/install.yaml
4+
- https://raw.githubusercontent.com/codefresh-io/argo-cd/release-2.8/manifests/install.yaml

csdp/base_components/apps/argo-cd/_components/codefresh-base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resources:
55

66
images:
77
- name: quay.io/codefresh/argocd
8-
newTag: v2.7.0-cap-CR-19754-deletion-fix
8+
newTag: v2.8.1-cap-CR-19754-deletion-fix
99
- name: quay.io/codefresh/applicationset
1010
newTag: v0.4.2-CR-13254-remove-private-logs
1111

csdp/hybrid/_components/apps/argo-cd/codefresh-hybrid/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1alpha1
22
kind: Component
33
images:
44
- name: quay.io/codefresh/argocd
5-
newTag: v2.7.0-cap-CR-change-cmd
5+
newTag: v2.8.1-cap-CR-19754-deletion-fix

csdp/hybrid/basic/apps/argo-cd/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
namespace: argocd
44
resources:
5-
- https://raw.githubusercontent.com/codefresh-io/argo-cd/release-2.7-with-appset/manifests/install.yaml
5+
- https://raw.githubusercontent.com/codefresh-io/argo-cd/release-2.8-with-appset/manifests/install.yaml
66
components:
77
- ../../../../base_components/apps/argo-cd/_components/codefresh-base
88
- ../../../_components/apps/argo-cd/codefresh-hybrid

0 commit comments

Comments
 (0)