Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use updatecli to update line 11 of install_epinio_on_rancher_desktop.md #335

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions updatecli/updatecli.d/installation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,26 @@ targets:
replacepattern: 'Epinio Version: {{ source "epinio" }}'
scmid: default

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/helm-charts/releases/tag/epinio-(.*)\)'
replacepattern: '\(https://github.com/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 helm chart (.*)\]'
replacepattern: '\[epinio helm chart {{ source "epinio" }}\]'
scmid: default

# Required yarn to be installed
docusaurus:
kind: shell
Expand Down