Skip to content

Commit adf0417

Browse files
Rename porch_blueprint.tar.gz to porch-kpt-package.tar.gz (#1088)
* Rename porch_blueprint.tar.gz to porch-kpt-package.tar.gz Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com> * Update verify-release-artifacts.sh Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com> --------- Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
1 parent fe36f0f commit adf0417

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/content/en/docs/3_getting_started/installing-porch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ mkdir porch-{{% params "latestTag" %}} && cd porch-{{% params "latestTag" %}}
1616
Download the latest Porch kpt package blueprint:
1717

1818
```bash
19-
curl -LO "https://github.com/kptdev/porch/releases/download/v{{% params "latestTag" %}}/porch_blueprint.tar.gz"
19+
curl -LO "https://github.com/kptdev/porch/releases/download/v{{% params "latestTag" %}}/porch-kpt-package.tar.gz"
2020
```
2121

2222
Extract the Porch kpt package contents:
2323

2424
```bash
25-
tar -xzf porch_blueprint.tar.gz
25+
tar -xzf porch-kpt-package.tar.gz
2626
```
2727

2828
Initialize and apply the Porch kpt package:

release/tag/goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ archives:
5252
- src: ".build/deploy/*"
5353
dst: "."
5454
strip_parent: true
55-
name_template: '{{ .ProjectName }}_blueprint'
55+
name_template: '{{ .ProjectName }}-kpt-package'
5656

5757
checksum:
5858
name_template: "checksums.txt"

scripts/verify-release-artifacts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ EXPECTED_ASSETS=(
7474
"porchctl_${VERSION}_darwin_arm64.tar.gz"
7575
"porchctl_${VERSION}_linux_amd64.tar.gz"
7676
"porchctl_${VERSION}_linux_arm64.tar.gz"
77-
"porch_blueprint.tar.gz"
77+
"porch-kpt-package.tar.gz"
7878
"checksums.txt"
7979
)
8080

0 commit comments

Comments
 (0)