Skip to content

Commit 5ba2baa

Browse files
committed
ci: rollback to 0.1.0 and regenerate helm chart
1 parent 38bf1b2 commit 5ba2baa

File tree

6 files changed

+30
-8
lines changed

6 files changed

+30
-8
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#
2020
SHELL := /bin/bash
2121

22-
PLUGIN_VERSION := 0.1.1
22+
PLUGIN_VERSION := 0.1.0
2323
PLUGIN_NAME := camel-dashboard-console
2424
PLUGIN_NAMESPACE := camel-dashboard
2525
PLUGIN_IMAGE := quay.io/camel-tooling/camel-dashboard-console

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
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).
55
The project is created using [openshift console plugin template](https://github.com/openshift/console-plugin-template)
66

7-
**Current version: 0.1.1**
7+
**Current version: 0.1.0**
88

99
It requires:
1010
* OpenShift 4.18
@@ -47,13 +47,13 @@ podman build -t quay.io/camel-tooling/camel-dashboard-console:latest .
4747
podman push quay.io/camel-tooling/camel-dashboard-console:latest
4848
```
4949

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.
5151

5252
### Deploying the plugin using Helm
5353

5454
```sh
5555
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
5757
```
5858

5959
# The Camel Tab

charts/camel-dashboard-console/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: camel-dashboard-console
33
description: A Helm chart for installing the Camel Dashboard OpenShift Console plugin
44
type: application
5-
version: 0.1.1
6-
appVersion: 0.1.1
5+
version: 0.1.0
6+
appVersion: 0.1.0
77
keywords:
88
- camel
99
- dashboard
3.76 KB
Binary file not shown.

docs/charts/index.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "camel-dashboard-console",
3-
"version": "0.1.1",
3+
"version": "0.1.0",
44
"description": "Camel Dashboard Console",
55
"private": true,
66
"license": "Apache-2.0",
@@ -78,7 +78,7 @@
7878
},
7979
"consolePlugin": {
8080
"name": "camel-dashboard-console",
81-
"version": "0.1.1",
81+
"version": "0.1.0",
8282
"displayName": "Camel Dashboard Console",
8383
"description": "Camel Dashboard - OCP Console Plugin.",
8484
"exposedModules": {

0 commit comments

Comments
 (0)