Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd7ef9af

Browse files
committed
Fix version tag prefix
1 parent8026374 commitd7ef9af

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Stream Kubernetes Pod events to the Coder startup logs.
1818
Apply the Helm chart to start streaming logs into your Coder instance:
1919

2020
```console
21-
helm repo add coder-v2 https://helm.coder.com/v2
22-
helm install coder-logstream-kube coder-v2/coder-logstream-kube \
21+
helm repo add coder-logstream-kube https://helm.coder.com/logstream-kube
22+
helm install coder-logstream-kube coder-logstream-kube/coder-logstream-kube \
2323
--namespace coder \
2424
--set url=<your-coder-url>
2525
```

‎scripts/version.sh‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ cd $(dirname "${BASH_SOURCE[0]}")
66
last_tag="$(git describe --tags --abbrev=0)"
77
version="$last_tag"
88

9-
# Remove the "v" prefix.
10-
echo"${version#v}"
9+
echo"${version}"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp