File tree Expand file tree Collapse file tree 6 files changed +27
-9
lines changed
charts/camel-openshift-console-plugin Expand file tree Collapse file tree 6 files changed +27
-9
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.0
22
+ PLUGIN_VERSION := 0.1.1
23
23
PLUGIN_NAME := camel-openshift-console-plugin
24
24
PLUGIN_NAMESPACE := camel-dashboard
25
25
PLUGIN_IMAGE := quay.io/camel-tooling/camel-openshift-console-plugin
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.0 **
7
+ ** Current version: 0.1.1 **
8
8
9
9
It requires:
10
10
* OpenShift 4.18
@@ -47,13 +47,13 @@ podman build -t quay.io/camel-tooling/camel-openshift-console-plugin:latest .
47
47
podman push quay.io/camel-tooling/camel-openshift-console-plugin:latest
48
48
```
49
49
50
- ** Note** : The image ` quay.io/camel-tooling/camel-openshift-console-plugin:0.1.0 ` is published so it can be pulled instead.
50
+ ** Note** : The image ` quay.io/camel-tooling/camel-openshift-console-plugin:0.1.1 ` 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-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
56
+ helm upgrade -i camel-openshift-console-plugin https://github.com/camel-tooling/camel-openshift-console-plugin/raw/refs/heads/release-1.0.x /docs/charts/camel-openshift-console-plugin-0.1.1 .tgz --namespace camel-dashboard --set plugin.image=quay.io/camel-tooling/camel-openshift-console-plugin:0.1.1
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-openshift-console-plugin
3
3
description : A Helm chart for installing the Camel Dashboard OpenShift Console plugin
4
4
type : application
5
- version : 0.1.0
6
- appVersion : 0.1.0
5
+ version : 0.1.1
6
+ appVersion : 0.1.1
7
7
keywords :
8
8
- camel
9
9
- dashboard
Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
entries :
3
3
camel-openshift-console-plugin :
4
+ - apiVersion : v2
5
+ appVersion : 0.1.1
6
+ created : " 2025-07-30T09:48:44.270970132+02:00"
7
+ description : A Helm chart for installing the Camel Dashboard OpenShift Console
8
+ plugin
9
+ digest : 6e3d61f81ac3a7f84118b5bb27d0adfd8436bdbc8e5cfbb9af1d1cac8e12996d
10
+ keywords :
11
+ - camel
12
+ - dashboard
13
+ - console
14
+ - react
15
+ name : camel-openshift-console-plugin
16
+ sources :
17
+ - https://github.com/camel-tooling/camel-openshift-console-plugin.git
18
+ type : application
19
+ urls :
20
+ - https://camel-tooling.github.io/camel-dashboard-charts/camel-openshift-console-plugin-0.1.1.tgz
21
+ version : 0.1.1
4
22
- apiVersion : v2
5
23
created : " 2025-07-29T11:20:02.974308211+02:00"
6
24
description : A Helm chart for installing the Camel Dashboard OpenShift Console
@@ -18,4 +36,4 @@ entries:
18
36
urls :
19
37
- https://camel-tooling.github.io/camel-dashboard-charts/camel-openshift-console-plugin-0.1.0.tgz
20
38
version : 0.1.0
21
- generated : " 2025-07-29T11:20:02.973967603 +02:00"
39
+ generated : " 2025-07-30T09:48:44.270624365 +02:00"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " camel-openshift-console-plugin" ,
3
- "version" : " 0.1.0 " ,
3
+ "version" : " 0.1.1 " ,
4
4
"description" : " Camel OpenShift Console Plugin" ,
5
5
"private" : true ,
6
6
"license" : " Apache-2.0" ,
78
78
},
79
79
"consolePlugin" : {
80
80
"name" : " camel-openshift-console-plugin" ,
81
- "version" : " 0.1.0 " ,
81
+ "version" : " 0.1.1 " ,
82
82
"displayName" : " Camel OpenShift Console Plugin" ,
83
83
"description" : " Camel OpenShift Console Plugin." ,
84
84
"exposedModules" : {
You can’t perform that action at this time.
0 commit comments