Skip to content

Commit dac4d61

Browse files
committed
fix
1 parent 245541a commit dac4d61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kustomize/example/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- https://raw.githubusercontent.com/codefresh-io/csdp-official-poc/main/kustomize/kustomization.yaml
4+
- https://raw.githubusercontent.com/codefresh-io/csdp-official-poc/v0.0.3/kustomize/kustomization.yaml
55

66
namespace: csdp-runtime
77

kustomize/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
resources:
4-
- https://raw.githubusercontent.com/codefresh-io/cli-v2/v0.0.291/manifests/argo-cd/kustomization.yaml
4+
- https://github.com/codefresh-io/cli-v2.git/manifests/argo-cd?ref=v0.0.291
55
- ./runtime-installer/resources

0 commit comments

Comments
 (0)