Skip to content

Commit 10432e2

Browse files
committed
doc: fix doc for release 0.1.0
1 parent dbca8d9 commit 10432e2

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# Camel Openshift Console Plugin
22

3-
> [!WARNING]
4-
> The project is still a work in progress that has not been released yet.
5-
> Unstability is to be expected.
63

74
This project provides a [console plugin](https://github.com/openshift/console/tree/master/frontend/packages/console-dynamic-plugin-sdk) for [Camel](https://camel.apache.org).
85
The project is created using [openshift console plugin template](https://github.com/openshift/console-plugin-template)
@@ -11,7 +8,7 @@ The project is created using [openshift console plugin template](https://github.
118

129
It requires:
1310
* OpenShift 4.18
14-
* [Camel Dashboard Operator](https://github.com/squakez/camel-dashboard-operator)
11+
* [Camel Dashboard Operator](https://github.com/squakez/camel-dashboard-operator) v0.0.1
1512

1613

1714
It can also leverage the [Hawtio Online OpenShift Console Plugin](https://github.com/hawtio/hawtio-online-console-plugin).
@@ -50,13 +47,13 @@ podman build -t quay.io/camel-tooling/camel-openshift-console-plugin:latest .
5047
podman push quay.io/camel-tooling/camel-openshift-console-plugin:latest
5148
```
5249

53-
**Note**: The image `quay.io/camel-tooling/camel-openshift-console-plugin:latest` is published so it can be pulled instead.
50+
**Note**: The image `quay.io/camel-tooling/camel-openshift-console-plugin:0.1.0` is published so it can be pulled instead.
5451

5552
### Deploying the plugin using Helm
5653

5754
```sh
5855
oc new-project camel-dashboard
59-
helm upgrade -i camel-openshift-console-plugin https://github.com/camel-tooling/camel-openshift-console-plugin/raw/refs/heads/main/docs/charts/camel-openshift-console-plugin-0.1.0.tgz --namespace camel-dashboard --set plugin.image=quay.io/camel-tooling/camel-openshift-console-plugin:latest
56+
helm upgrade -i camel-openshift-console-plugin https://github.com/camel-tooling/camel-openshift-console-plugin/raw/refs/heads/main/docs/charts/camel-openshift-console-plugin-0.1.0.tgz --namespace camel-dashboard --set plugin.image=quay.io/camel-tooling/camel-openshift-console-plugin:0.1.0
6057
```
6158

6259
# The Camel Tab

screenshots/home.png

207 KB
Loading

0 commit comments

Comments
 (0)