Skip to content

Commit

Permalink
v0.0.2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Matias Pan <[email protected]>
  • Loading branch information
matipan committed Mar 7, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c4b5eb2 commit c4a65ee
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -13,12 +13,12 @@ This project is composed of 4 components:

To install it in your cluster you can run:
```terminal
$ 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 -
$ 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 -
```

> [!TIP]
> If you plan to watch private repositories or have a refresh interval lower than 1 per minute then you must specify a GITHUB_PAT.
> `$ 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 -`
> `$ 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 -`
## Setting up your ApplicationSet

2 changes: 1 addition & 1 deletion k8s/install.yaml
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@ spec:
secretKeyRef:
key: plugin.argocd-github-release-generator.github_pat
name: argocd-github-release-generator
image: ghcr.io/matipan/argocd-github-release-generator:v0.0.1
image: ghcr.io/matipan/argocd-github-release-generator:v0.0.2
imagePullPolicy: IfNotPresent
name: argocd-github-release-generator
ports:

0 comments on commit c4a65ee

Please sign in to comment.