Skip to content

Commit bb933cf

Browse files
authored
Fix version (#1438)
1 parent 67e4b69 commit bb933cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/get-started/pages/install-beta.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:description: Learn how to install the beta version.
33
:publish-only-during-beta: true
44

5-
Redpanda beta versions provide users the opportunity to test and share feedback on new features before they're finalized in general availability. Beta versions, like `{redpanda-beta-tag}`, are published to `redpanda-unstable` as release candidate (RC) builds. RC builds are not recommended for production use.
5+
Redpanda beta versions provide users the opportunity to test and share feedback on new features before they're finalized in general availability. Beta versions, like `v{full-version}`, are published to `redpanda-unstable` as release candidate (RC) builds. RC builds are not recommended for production use.
66

77
To install the beta version, select your environment.
88

@@ -16,7 +16,7 @@ Docker::
1616
+
1717
[source,bash,subs="attributes+"]
1818
----
19-
docker pull docker.redpanda.com/redpandadata/redpanda-unstable:{redpanda-beta-tag}
19+
docker pull docker.redpanda.com/redpandadata/redpanda-unstable:v{full-version}
2020
----
2121
2222
. Create a Docker Compose file with the beta version:
@@ -59,7 +59,7 @@ services:
5959
- --mode dev-container
6060
# enable logs for debugging.
6161
- --default-log-level=debug
62-
image: docker.redpanda.com/redpandadata/redpanda-unstable:{redpanda-beta-tag}
62+
image: docker.redpanda.com/redpandadata/redpanda-unstable:v{full-version}
6363
container_name: redpanda-0
6464
volumes:
6565
- redpanda-0:/var/lib/redpanda/data
@@ -161,7 +161,7 @@ helm repo update
161161
helm install cert-manager jetstack/cert-manager --set crds.enabled=true --namespace cert-manager --create-namespace
162162
helm install redpanda redpanda/redpanda \
163163
--namespace <namespace> \
164-
--create-namespace --set image.repository=docker.redpanda.com/redpandadata/redpanda-unstable --set image.tag={redpanda-beta-tag} --set console.enabled=false
164+
--create-namespace --set image.repository=docker.redpanda.com/redpandadata/redpanda-unstable --set image.tag=v{full-version} --set console.enabled=false
165165
----
166166

167167
. Generate and deploy the manifest for Redpanda Console v3 beta:

0 commit comments

Comments
 (0)