Skip to content

Commit 071e187

Browse files
docs: bump manifest versions to v0.18.2 (#714)
Co-authored-by: crenshaw-dev <[email protected]>
1 parent b0bc9ff commit 071e187

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/argocd-integrations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ spec:
2424
- name: EXTENSION_NAME
2525
value: gitops-promoter
2626
- name: EXTENSION_URL
27-
value: https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.18.1/gitops-promoter-argocd-extension.tar.gz
27+
value: https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.18.2/gitops-promoter-argocd-extension.tar.gz
2828
- name: EXTENSION_CHECKSUM_URL
29-
value: https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.18.1/gitops-promoter_0.18.1_checksums.txt
29+
value: https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.18.2/gitops-promoter_0.18.2_checksums.txt
3030
volumeMounts:
3131
- name: extensions
3232
mountPath: /tmp/extensions/

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ GitHub, GitHub Enterprise, GitLab and Forgejo (including Codeberg) as the SCM pr
1515
To install GitOps Promoter, you can use the following command:
1616

1717
```bash
18-
kubectl apply -f https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.18.1/install.yaml
18+
kubectl apply -f https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.18.2/install.yaml
1919
```
2020

2121
## GitHub App Configuration

docs/tutorial-argocd-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Connect with this password for the `admin` user.
6666
> See [Getting Started](./getting-started.md)
6767
6868
```bash
69-
kubectl apply -f https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.18.1/install.yaml
69+
kubectl apply -f https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.18.2/install.yaml
7070
```
7171

7272
> [!NOTE]

0 commit comments

Comments
 (0)