-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also change examples to use v1.2.0-beta-1
- Loading branch information
Showing
2 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,18 +20,18 @@ The easiest way to get started is using the Helm chart. Official images are not | |
git clone [email protected]:vmware/kube-fluentd-operator.git | ||
helm install --name kfo ./kube-fluentd-operator/log-router \ | ||
--set rbac.create=true \ | ||
--set image.tag=v1.1.0-beta-1 \ | ||
--set image.tag=v1.2.0-beta-1 \ | ||
--set image.repository=jvassev/kube-fluentd-operator | ||
``` | ||
|
||
Alternatively, deploy the Helm chart from a Github release: | ||
|
||
```bash | ||
CHART_URL='https://github.com/vmware/kube-fluentd-operator/releases/download/v1.1.0-beta-1/log-router-0.2.0.tgz' | ||
CHART_URL='https://github.com/vmware/kube-fluentd-operator/releases/download/v1.2.0-beta-1/log-router-0.2.1.tgz' | ||
|
||
helm install --name kfo ${CHART_URL} \ | ||
--set rbac.create=true \ | ||
--set image.tag=v1.1.0-beta-1 \ | ||
--set image.tag=v1.2.0-beta-1 \ | ||
--set image.repository=jvassev/kube-fluentd-operator | ||
``` | ||
|
||
|