File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ This project is composed of 4 components:
1313
1414To install it in your cluster you can run:
1515``` terminal
16- $ ARGOCD_TOKEN="$(echo -n '<strong_password>' | base64)" envsubst < https://raw.githubusercontent.com/matipan/argocd-github-release-generator/v0.0.1 /k8s/install.yaml | k apply -f -
16+ $ ARGOCD_TOKEN="$(echo -n '<strong_password>' | base64)" envsubst < https://raw.githubusercontent.com/matipan/argocd-github-release-generator/v0.0.2 /k8s/install.yaml | k apply -f -
1717```
1818
1919> [ !TIP]
2020> If you plan to watch private repositories or have a refresh interval lower than 1 per minute then you must specify a GITHUB_PAT.
21- > ` $ GITHUB_PAT=<YOUR_PAT> ARGOCD_TOKEN="$(echo -n '<strong_password>' | base64)" envsubst < https://raw.githubusercontent.com/matipan/argocd-github-release-generator/v0.0.1 /k8s/install.yaml | k apply -f - `
21+ > ` $ GITHUB_PAT=<YOUR_PAT> ARGOCD_TOKEN="$(echo -n '<strong_password>' | base64)" envsubst < https://raw.githubusercontent.com/matipan/argocd-github-release-generator/v0.0.2 /k8s/install.yaml | k apply -f - `
2222
2323## Setting up your ApplicationSet
2424
Original file line number Diff line number Diff line change 5353 secretKeyRef :
5454 key : plugin.argocd-github-release-generator.github_pat
5555 name : argocd-github-release-generator
56- image : ghcr.io/matipan/argocd-github-release-generator:v0.0.1
56+ image : ghcr.io/matipan/argocd-github-release-generator:v0.0.2
5757 imagePullPolicy : IfNotPresent
5858 name : argocd-github-release-generator
5959 ports :
You can’t perform that action at this time.
0 commit comments