Skip to content

Commit c4a65ee

Browse files
committed
v0.0.2 release
Signed-off-by: Matias Pan <matipan@hey.com>
1 parent c4b5eb2 commit c4a65ee

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ This project is composed of 4 components:
1313

1414
To 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

k8s/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ spec:
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:

0 commit comments

Comments
 (0)