File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/welcome/getting-started Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ Install Datree using one of the following methods:
88
88
** Option 1 - Using the Argo CLI**
89
89
Replace ` <DATREE_TOKEN> ` with your desired values, then run the following command:
90
90
```
91
- argocd app create datree --repo https://datreeio.github.io/admission-webhook-datree --helm-chart datree-admission-webhook --revision 0.3.82 --dest-namespace datree --dest-server https://kubernetes.default.svc --helm-set datree.token=<DATREE_TOKEN> --helm-set datree.clusterName=$(kubectl config current-context) --sync-option CreateNamespace=true
91
+ argocd app create datree --repo https://datreeio.github.io/admission-webhook-datree --helm-chart datree-admission-webhook --revision 0.3.83 --dest-namespace datree --dest-server https://kubernetes.default.svc --helm-set datree.token=<DATREE_TOKEN> --helm-set datree.clusterName=$(kubectl config current-context) --sync-option CreateNamespace=true
92
92
```
93
93
94
94
** Option 2 - Using the Argo UI**
@@ -107,7 +107,7 @@ spec:
107
107
source :
108
108
path : ' '
109
109
repoURL : ' https://datreeio.github.io/admission-webhook-datree'
110
- targetRevision : 0.3.82
110
+ targetRevision : 0.3.83
111
111
chart : datree-admission-webhook
112
112
helm :
113
113
parameters :
You can’t perform that action at this time.
0 commit comments