File tree Expand file tree Collapse file tree 6 files changed +30
-8
lines changed
charts/camel-dashboard-console Expand file tree Collapse file tree 6 files changed +30
-8
lines changed Original file line number Diff line number Diff line change 19
19
#
20
20
SHELL := /bin/bash
21
21
22
- PLUGIN_VERSION := 0.1.1
22
+ PLUGIN_VERSION := 0.1.0
23
23
PLUGIN_NAME := camel-dashboard-console
24
24
PLUGIN_NAMESPACE := camel-dashboard
25
25
PLUGIN_IMAGE := quay.io/camel-tooling/camel-dashboard-console
Original file line number Diff line number Diff line change 4
4
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 ) .
5
5
The project is created using [ openshift console plugin template] ( https://github.com/openshift/console-plugin-template )
6
6
7
- ** Current version: 0.1.1 **
7
+ ** Current version: 0.1.0 **
8
8
9
9
It requires:
10
10
* OpenShift 4.18
@@ -47,13 +47,13 @@ podman build -t quay.io/camel-tooling/camel-dashboard-console:latest .
47
47
podman push quay.io/camel-tooling/camel-dashboard-console:latest
48
48
```
49
49
50
- ** Note** : The image ` quay.io/camel-tooling/camel-dashboard-console:0.1.1 ` is published so it can be pulled instead.
50
+ ** Note** : The image ` quay.io/camel-tooling/camel-dashboard-console:0.1.0 ` is published so it can be pulled instead.
51
51
52
52
### Deploying the plugin using Helm
53
53
54
54
``` sh
55
55
oc new-project camel-dashboard
56
- helm upgrade -i camel-dashboard-console https://github.com/camel-tooling/camel-dashboard-console/raw/refs/heads/release-1.0.x/docs/charts/camel-dashboard-console-0.1.1 .tgz --namespace camel-dashboard --set plugin.image=quay.io/camel-tooling/camel-dashboard-console:0.1.1
56
+ helm upgrade -i camel-dashboard-console https://github.com/camel-tooling/camel-dashboard-console/raw/refs/heads/release-1.0.x/docs/charts/camel-dashboard-console-0.1.0 .tgz --namespace camel-dashboard --set plugin.image=quay.io/camel-tooling/camel-dashboard-console:0.1.0
57
57
```
58
58
59
59
# The Camel Tab
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : camel-dashboard-console
3
3
description : A Helm chart for installing the Camel Dashboard OpenShift Console plugin
4
4
type : application
5
- version : 0.1.1
6
- appVersion : 0.1.1
5
+ version : 0.1.0
6
+ appVersion : 0.1.0
7
7
keywords :
8
8
- camel
9
9
- dashboard
Original file line number Diff line number Diff line change
1
+ apiVersion : v1
2
+ entries :
3
+ camel-dashboard-console :
4
+ - apiVersion : v2
5
+ appVersion : 0.1.0
6
+ created : " 2025-09-16T17:07:58.767624531+02:00"
7
+ description : A Helm chart for installing the Camel Dashboard OpenShift Console
8
+ plugin
9
+ digest : 950b6e6a0ad47cdf5f78ea49ed6b2174bd25a2b6b8f5815dd669e5f2e67ef68b
10
+ keywords :
11
+ - camel
12
+ - dashboard
13
+ - console
14
+ - react
15
+ name : camel-dashboard-console
16
+ sources :
17
+ - https://github.com/camel-tooling/camel-dashboard-console.git
18
+ type : application
19
+ urls :
20
+ - https://camel-tooling.github.io/camel-dashboard/charts/camel-dashboard-console-0.1.0.tgz
21
+ version : 0.1.0
22
+ generated : " 2025-09-16T17:07:58.767212388+02:00"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " camel-dashboard-console" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"description" : " Camel Dashboard Console" ,
5
5
"private" : true ,
6
6
"license" : " Apache-2.0" ,
78
78
},
79
79
"consolePlugin" : {
80
80
"name" : " camel-dashboard-console" ,
81
- "version" : " 0.1.1 " ,
81
+ "version" : " 0.1.0 " ,
82
82
"displayName" : " Camel Dashboard Console" ,
83
83
"description" : " Camel Dashboard - OCP Console Plugin." ,
84
84
"exposedModules" : {
You can’t perform that action at this time.
0 commit comments