From c4a65eee0b0e510056c0281ddd5b75d2ef1bf070 Mon Sep 17 00:00:00 2001 From: Matias Pan Date: Thu, 7 Mar 2024 17:14:55 -0300 Subject: [PATCH] v0.0.2 release Signed-off-by: Matias Pan --- README.md | 4 ++-- k8s/install.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce4d88a..06da951 100644 --- a/README.md +++ b/README.md @@ -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 '' | base64)" envsubst < https://raw.githubusercontent.com/matipan/argocd-github-release-generator/v0.0.1/k8s/install.yaml | k apply -f - +$ ARGOCD_TOKEN="$(echo -n '' | 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= ARGOCD_TOKEN="$(echo -n '' | base64)" envsubst < https://raw.githubusercontent.com/matipan/argocd-github-release-generator/v0.0.1/k8s/install.yaml | k apply -f -` +> `$ GITHUB_PAT= ARGOCD_TOKEN="$(echo -n '' | base64)" envsubst < https://raw.githubusercontent.com/matipan/argocd-github-release-generator/v0.0.2/k8s/install.yaml | k apply -f -` ## Setting up your ApplicationSet diff --git a/k8s/install.yaml b/k8s/install.yaml index 7568a19..6b9169b 100644 --- a/k8s/install.yaml +++ b/k8s/install.yaml @@ -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: