Skip to content

Commit f18cd0f

Browse files
feat: support insecure flag for oci pull (#223)
oci support
1 parent b1b59d5 commit f18cd0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.6.0-cap-CR-fix-rollout-rollback
8+
newTag: v2.6.0-cap-CR-oci-support-insecure
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.6.0-cap-CR-17237
5+
newTag: v2.6.0-cap-CR-oci-support-insecure

0 commit comments

Comments
 (0)