Skip to content

Commit e7bdd7b

Browse files
Bump argocd v2.1.10 cap cr 9018 (#260)
* wip * bump
1 parent 13cd39c commit e7bdd7b

File tree

5 files changed

+5
-132
lines changed

5 files changed

+5
-132
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=v0.0.236
1+
VERSION=v0.0.237
22

33
OUT_DIR=dist
44
YEAR?=$(shell date +"%Y")

manifests/argo-agent/agent.yaml

Lines changed: 0 additions & 120 deletions
This file was deleted.

manifests/argo-agent/kustomization.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

manifests/argo-cd/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resources:
77
images:
88
- name: quay.io/codefresh/argocd
99
newName: quay.io/codefresh/argocd
10-
newTag: v2.1.10-cap-CR-9236
10+
newTag: v2.1.10-cap-CR-9018
1111

1212
# will be effective on argo-cd 2.1
1313
configMapGenerator:

manifests/runtime.yaml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apiVersion: codefresh.io/v1alpha1
22
kind: Runtime
33
metadata:
4-
name: '{{ name }}'
5-
namespace: '{{ namespace }}'
4+
name: "{{ name }}"
5+
namespace: "{{ namespace }}"
66
spec:
77
defVersion: 1.0.0
8-
version: 0.0.236
8+
version: 0.0.237
99
bootstrapSpecifier: github.com/codefresh-io/cli-v2/manifests/argo-cd
1010
components:
1111
- name: events
@@ -18,9 +18,6 @@ spec:
1818
- name: workflows
1919
type: kustomize
2020
url: github.com/codefresh-io/cli-v2/manifests/argo-workflows
21-
- name: argocd-agent
22-
type: kustomize
23-
url: github.com/codefresh-io/cli-v2/manifests/argo-agent
2421
- name: app-proxy
2522
type: kustomize
2623
url: github.com/codefresh-io/cli-v2/manifests/app-proxy

0 commit comments

Comments
 (0)