From 48fb240fab0d871bfb507b9d4ab567dc13dcfe52 Mon Sep 17 00:00:00 2001 From: John Krug Date: Fri, 6 Oct 2023 12:00:00 +0200 Subject: [PATCH 1/3] Use updatecli to update line 11 of docs/installation/other_inst_scenarios/install_epinio_on_rancher_desktop.md It's in a subdirectory of installation/ so I added to installation.yaml. Signed-off-by: John Krug --- updatecli/updatecli.d/installation.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/updatecli/updatecli.d/installation.yaml b/updatecli/updatecli.d/installation.yaml index 45cbd4af2e..16a650b628 100644 --- a/updatecli/updatecli.d/installation.yaml +++ b/updatecli/updatecli.d/installation.yaml @@ -87,6 +87,28 @@ targets: replacepattern: 'Epinio Version: {{ source "epinio" }}' scmid: default +* [epinio helm chart 1.0.0](https://github.com/epinio/helm-charts/releases/tag/epinio-1.0.0) + + ep-on-rd-download-url: + name: 'Update Helm chart URL' + kind: file + spec: + file: docs/installation/other_inst_scenarios/install_epinio_on_rancher_desktop.md + matchpattern: '\(https://github.com/epinio/epinio/helm-charts/releases/tag/epinio-(.*)\)' + replacepattern: '\(https://github.com/epinio/epinio/helm-charts/releases/tag/epinio={{ source "epinio" }}\)' + scmid: default + sourceid: epinio + + ep-on-rd-epinio-version: + name: 'Update Epinio Version for EP on RD' + kind: file + sourceid: epinio + spec: + file: docs/installation/other_inst_scenarios/install_epinio_on_rancher_desktop.md + matchpattern: 'Epinio Version: (.*)' + replacepattern: 'Epinio Version: {{ source "epinio" }}' + scmid: default + # Required yarn to be installed docusaurus: kind: shell From c14d7fd704ab29459c3f1e8057a97c3eb24b1309 Mon Sep 17 00:00:00 2001 From: John Krug Date: Fri, 6 Oct 2023 12:07:29 +0200 Subject: [PATCH 2/3] Remove the line from the actual doc I was using. Signed-off-by: John Krug --- updatecli/updatecli.d/installation.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/updatecli/updatecli.d/installation.yaml b/updatecli/updatecli.d/installation.yaml index 16a650b628..0549ac2fed 100644 --- a/updatecli/updatecli.d/installation.yaml +++ b/updatecli/updatecli.d/installation.yaml @@ -87,15 +87,13 @@ targets: replacepattern: 'Epinio Version: {{ source "epinio" }}' scmid: default -* [epinio helm chart 1.0.0](https://github.com/epinio/helm-charts/releases/tag/epinio-1.0.0) - ep-on-rd-download-url: name: 'Update Helm chart URL' kind: file spec: file: docs/installation/other_inst_scenarios/install_epinio_on_rancher_desktop.md - matchpattern: '\(https://github.com/epinio/epinio/helm-charts/releases/tag/epinio-(.*)\)' - replacepattern: '\(https://github.com/epinio/epinio/helm-charts/releases/tag/epinio={{ source "epinio" }}\)' + matchpattern: '\(https://github.com/epinio/helm-charts/releases/tag/epinio-(.*)\)' + replacepattern: '\(https://github.com/epinio/helm-charts/releases/tag/epinio={{ source "epinio" }}\)' scmid: default sourceid: epinio @@ -105,8 +103,8 @@ targets: sourceid: epinio spec: file: docs/installation/other_inst_scenarios/install_epinio_on_rancher_desktop.md - matchpattern: 'Epinio Version: (.*)' - replacepattern: 'Epinio Version: {{ source "epinio" }}' + matchpattern: '\[epinio helm chart (.*)\]' + replacepattern: '\[epinio helm chart {{ source "epinio" }}\]' scmid: default # Required yarn to be installed From 3c76897162f12c71b7fb5e08a60d901003ce8701 Mon Sep 17 00:00:00 2001 From: John Krug Date: Mon, 9 Oct 2023 09:38:42 +0200 Subject: [PATCH 3/3] Update updatecli/updatecli.d/installation.yaml Co-authored-by: Olivier Vernin --- updatecli/updatecli.d/installation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updatecli/updatecli.d/installation.yaml b/updatecli/updatecli.d/installation.yaml index 0549ac2fed..0fa189a336 100644 --- a/updatecli/updatecli.d/installation.yaml +++ b/updatecli/updatecli.d/installation.yaml @@ -93,7 +93,7 @@ targets: spec: file: docs/installation/other_inst_scenarios/install_epinio_on_rancher_desktop.md matchpattern: '\(https://github.com/epinio/helm-charts/releases/tag/epinio-(.*)\)' - replacepattern: '\(https://github.com/epinio/helm-charts/releases/tag/epinio={{ source "epinio" }}\)' + replacepattern: '\(https://github.com/epinio/helm-charts/releases/tag/epinio-{{ source "epinio" }}\)' scmid: default sourceid: epinio