Skip to content

Commit d4458a9

Browse files
CR-13127 (#95)
v536 argo-cd rollout actions and app validation fix
1 parent 5d748f9 commit d4458a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.3.4-cap-CR-14605-default-operation-revision
8+
newTag: v2.3.4-cap-CR-14428-dest-server-validation
99
- name: quay.io/codefresh/applicationset
1010
newTag: v0.4.2-CR-13254-remove-private-logs
1111

csdp/base_components/bootstrap/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ configMapGenerator:
1212
- name: codefresh-cm
1313
behavior: create
1414
literals:
15-
- version=0.0.535 # Runtime version
16-
- bootstrapRevision=0.0.535 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
15+
- version=0.0.536 # Runtime version
16+
- bootstrapRevision=0.0.536 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
1717
- appsetRequeueTime=15
1818

1919
replacements:

0 commit comments

Comments
 (0)