Skip to content

Commit

Permalink
Docs | Update all images to v0.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
dag-andersen committed Nov 3, 2024
1 parent 23ec4be commit b07e687
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The safest way to make changes to you Helm Charts and Kustomize Overlays in your
> -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.22
> dagandersen/argocd-diff-preview:v0.0.23
> ```
>
> and the output would be something like this:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
-v $(pwd)/output:/output \
-e TARGET_BRANCH=${{ github.head_ref }} \
-e REPO=${{ github.repository }} \
dagandersen/argocd-diff-preview:v0.0.22
dagandersen/argocd-diff-preview:v0.0.23
- name: Post diff as comment
run: |
Expand Down
2 changes: 1 addition & 1 deletion docs/application-selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
-e TARGET_BRANCH=${{ github.head_ref }} \
-e REPO=${{ github.repository }} \
-e FILES_CHANGED="${{ steps.changed-files.outputs.all_changed_files }}"
dagandersen/argocd-diff-preview:v0.0.22
dagandersen/argocd-diff-preview:v0.0.23
```
## Ignoring individual applications
Expand Down
2 changes: 1 addition & 1 deletion docs/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ docker run \
-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.22
dagandersen/argocd-diff-preview:v0.0.23
```

and the output would be something like this:
Expand Down
4 changes: 2 additions & 2 deletions docs/github-actions-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
-v $(pwd)/output:/output \
-e TARGET_BRANCH=${{ github.head_ref }} \
-e REPO=${{ github.repository }} \
dagandersen/argocd-diff-preview:v0.0.22
dagandersen/argocd-diff-preview:v0.0.23
- name: Post diff as comment
run: |
Expand Down Expand Up @@ -88,7 +88,7 @@ In the simple code examples above, we do not provide the cluster with any creden
-v $(pwd)/secrets:/secrets \ ⬅️ Mount the secrets folder
-e TARGET_BRANCH=${{ github.head_ref }} \
-e REPO=${{ github.repository }} \
dagandersen/argocd-diff-preview:v0.0.22
dagandersen/argocd-diff-preview:v0.0.23
```

For more info, see the [Argo CD docs](https://argo-cd.readthedocs.io/en/stable/operator-manual/argocd-repo-creds-yaml/)
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
-e TARGET_BRANCH=<branch-a> \
-e BASE_BRANCH=<branch-b> \
-e REPO=<owner>/<repo> \
dagandersen/argocd-diff-preview:v0.0.22
dagandersen/argocd-diff-preview:v0.0.23
```

If base-branch(`BASE_BRANCH`) is not specified it will default to `main`.
Expand All @@ -52,7 +52,7 @@
*Example for downloading and running on macOS:*

```bash
curl -LJO https://github.com/dag-andersen/argocd-diff-preview/releases/download/v0.0.22/argocd-diff-preview-Darwin-x86_64.tar.gz
curl -LJO https://github.com/dag-andersen/argocd-diff-preview/releases/download/v0.0.23/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

0 comments on commit b07e687

Please sign in to comment.