Skip to content

Commit

Permalink
Updated readme to reference v0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
dag-andersen committed Oct 9, 2024
1 parent 6c1d49b commit e4fa0cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
-v $(pwd)/output:/output \
-e TARGET_BRANCH=${{ github.head_ref }} \
-e REPO=${{ github.repository }} \
dagandersen/argocd-diff-preview:v0.0.18
dagandersen/argocd-diff-preview:v0.0.19
- name: Post diff as comment
run: |
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The implementation is actually quite simple. It just follows the steps below:
> -v $(pwd)/target-branch:/target-branch \
> -e TARGET_BRANCH=helm-example-3 \
> -e REPO=dag-andersen/argocd-diff-preview \
> dagandersen/argocd-diff-preview:v0.0.18
> dagandersen/argocd-diff-preview:v0.0.19
> ```
>
> and the output would be something like this:
Expand Down Expand Up @@ -113,7 +113,7 @@ docker run \
-e BASE_BRANCH=main \
-e TARGET_BRANCH=<name-of-the-target-branch> \
-e REPO=<owner/repo-name> \
dagandersen/argocd-diff-preview:v0.0.18
dagandersen/argocd-diff-preview:v0.0.19
```
Example on how to use it: ["Try demo locally with 3 simple commands!"](./README.md#try-demo-locally-with-3-simple-commands)
Expand All @@ -128,7 +128,7 @@ Check the [releases](https://github.com/dag-andersen/argocd-diff-preview/release
*Example for downloading and running on macOS:*

```bash
curl -LJO https://github.com/dag-andersen/argocd-diff-preview/releases/download/v0.0.18/argocd-diff-preview-Darwin-x86_64.tar.gz
curl -LJO https://github.com/dag-andersen/argocd-diff-preview/releases/download/v0.0.19/argocd-diff-preview-Darwin-x86_64.tar.gz
tar -xvf argocd-diff-preview-Darwin-x86_64.tar.gz
sudo mv argocd-diff-preview /usr/local/bin
argocd-diff-preview --help
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
-v $(pwd)/output:/output \
-e TARGET_BRANCH=${{ github.head_ref }} \
-e REPO=${{ github.repository }} \
dagandersen/argocd-diff-preview:v0.0.18
dagandersen/argocd-diff-preview:v0.0.19
- name: Post diff as comment
run: |
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
-v $(pwd)/secrets:/secrets \ ⬅️ Mount the secrets folder
-e TARGET_BRANCH=${{ github.head_ref }} \
-e REPO=${{ github.repository }} \
dagandersen/argocd-diff-preview:v0.0.18
dagandersen/argocd-diff-preview:v0.0.19
```

For more info, see the [Argo CD docs](https://argo-cd.readthedocs.io/en/stable/operator-manual/argocd-repo-creds-yaml/)
Expand Down

0 comments on commit e4fa0cc

Please sign in to comment.