Skip to content

Commit 655a802

Browse files
docs: bump manifest versions to v0.30.1 (#1490)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: crenshaw-dev <350466+crenshaw-dev@users.noreply.github.com>
1 parent fd0eddd commit 655a802

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

cmd/demo/config/argocd-extension.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ spec:
1313
- name: EXTENSION_NAME
1414
value: gitops-promoter
1515
- name: EXTENSION_URL
16-
value: https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.30.0/gitops-promoter-argocd-extension.tar.gz
16+
value: https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.30.1/gitops-promoter-argocd-extension.tar.gz
1717
- name: EXTENSION_CHECKSUM_URL
18-
value: https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.30.0/gitops-promoter_0.30.0_checksums.txt
18+
value: https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.30.1/gitops-promoter_0.30.1_checksums.txt
1919
volumeMounts:
2020
- name: extensions
2121
mountPath: /tmp/extensions/

cmd/demo/config/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ argocd:
22
upstream: https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install-with-hydrator.yaml
33

44
gitops-promoter:
5-
upstream: https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.30.0/install.yaml
5+
upstream: https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.30.1/install.yaml

cmd/demo/config/promoter_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.30.0
1+
v0.30.1

docs/argocd-integrations/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ spec:
2525
- name: EXTENSION_NAME
2626
value: gitops-promoter
2727
- name: EXTENSION_URL
28-
value: https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.30.0/gitops-promoter-argocd-extension.tar.gz
28+
value: https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.30.1/gitops-promoter-argocd-extension.tar.gz
2929
- name: EXTENSION_CHECKSUM_URL
30-
value: https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.30.0/gitops-promoter_0.30.0_checksums.txt
30+
value: https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.30.1/gitops-promoter_0.30.1_checksums.txt
3131
volumeMounts:
3232
- name: extensions
3333
mountPath: /tmp/extensions/
@@ -63,9 +63,9 @@ server:
6363
- name: EXTENSION_NAME
6464
value: gitops-promoter
6565
- name: EXTENSION_URL
66-
value: https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.30.0/gitops-promoter-argocd-extension.tar.gz
66+
value: https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.30.1/gitops-promoter-argocd-extension.tar.gz
6767
- name: EXTENSION_CHECKSUM_URL
68-
value: https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.30.0/gitops-promoter_0.30.0_checksums.txt
68+
value: https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.30.1/gitops-promoter_0.30.1_checksums.txt
6969
volumeMounts:
7070
- name: extensions
7171
mountPath: /tmp/extensions/

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GitHub, GitHub Enterprise, GitLab, Forgejo (including Codeberg), Gitea, Bitbucke
1414
To install GitOps Promoter, you can use the following command:
1515

1616
```bash
17-
kubectl apply -f https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.30.0/install.yaml
17+
kubectl apply -f https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.30.1/install.yaml
1818
```
1919

2020
Alternatively, you can install GitOps Promoter using Helm. See the [ArtifactHub page](https://artifacthub.io/packages/helm/gitops-promoter/gitops-promoter) for instructions.

docs/tutorial-argocd-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Connect with this password for the `admin` user.
7171
> See [Getting Started](./getting-started.md)
7272
7373
```bash
74-
kubectl apply -f https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.30.0/install.yaml
74+
kubectl apply -f https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.30.1/install.yaml
7575
```
7676

7777
> [!NOTE]

0 commit comments

Comments
 (0)