Skip to content

Commit d7ef9af

Browse files
committed
Fix version tag prefix
1 parent 8026374 commit d7ef9af

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy