Skip to content

Commit

Permalink
Updated all references from v0.0.10 to v0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dag-andersen committed Jul 31, 2024
1 parent ee6321f commit 4018a12
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.10
dagandersen/argocd-diff-preview:v0.0.12
- 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 @@ -72,7 +72,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.10
> dagandersen/argocd-diff-preview:v0.0.12
> ```
>
> and the output would be something like this:
Expand Down Expand Up @@ -108,7 +108,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.10
dagandersen/argocd-diff-preview:v0.0.12
```
Example on how to use it: ["Try demo locally with 3 simple commands!"](./README.md#try-demo-locally-with-3-simple-commands)
Expand All @@ -123,7 +123,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.10/argocd-diff-preview-Darwin-x86_64.tar.gz
curl -LJO https://github.com/dag-andersen/argocd-diff-preview/releases/download/v0.0.12/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 @@ -224,7 +224,7 @@ jobs:
-v $(pwd)/output:/output \
-e TARGET_BRANCH=${{ github.head_ref }} \
-e REPO=${{ github.repository }} \
dagandersen/argocd-diff-preview:v0.0.10
dagandersen/argocd-diff-preview:v0.0.12
- name: Post diff as comment
run: |
Expand Down Expand Up @@ -274,7 +274,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.10
dagandersen/argocd-diff-preview:v0.0.12
```

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 4018a12

Please sign in to comment.