We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25de788 commit 4f9f888Copy full SHA for 4f9f888
hack/release-notes.md
@@ -24,7 +24,7 @@ if [[ uname -s != "Darwin" ]]; then
24
fi
25
26
# Download the binary
27
-curl -sLO "https://github.com/argoproj/argo-workflows/releases/download/$version/argo-$ARGO_OS-amd64.gz"
+curl -sLO "https://github.com/codefresh-io/argo-workflows/releases/download/$version/argo-$ARGO_OS-amd64.gz"
28
29
# Unzip
30
gunzip "argo-$ARGO_OS-amd64.gz"
@@ -43,5 +43,5 @@ argo version
43
44
```bash
45
kubectl create namespace argo
46
-kubectl apply -n argo -f https://github.com/argoproj/argo-workflows/releases/download/$version/install.yaml
+kubectl apply -n argo -f https://github.com/codefresh-io/argo-workflows/releases/download/$version/install.yaml
47
```
0 commit comments