Skip to content

Commit

Permalink
feat: Upgrade to VS Code Camel K 0.0.26 eclipse-che/che#19818
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Jul 21, 2021
1 parent 170a33f commit b8213b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions che-theia-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,17 +198,14 @@ plugins:
- redhat/vscode-yaml
- repository:
url: 'https://github.com/camel-tooling/vscode-camelk'
revision: 0.0.25
revision: 0.0.26
sidecar:
directory: camelk
name: vscode-camelk
memoryLimit: 1Gi
cpuLimit: 500m
cpuRequest: 30m
extension: https://download.jboss.org/jbosstools/vscode/stable/vscode-camelk/vscode-camelk-0.0.25-226.vsix
metaYaml:
skipDependencies:
- redhat/vscode-commons
extension: https://download.jboss.org/jbosstools/vscode/stable/vscode-camelk/vscode-camelk-0.0.26-336.vsix
- repository:
url: 'https://github.com/redhat-developer/vscode-microprofile'
revision: 174c77f51a57bf1cfadba8f78ad7072ce63baa1d
Expand Down
2 changes: 1 addition & 1 deletion sidecars/camelk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Red Hat, Inc. - initial API and implementation
FROM quay.io/eclipse/che-sidecar-kubernetes-tooling:1.2.1-6144144

ENV KAMEL_VERSION 1.4.0
ENV KAMEL_VERSION 1.5.0

RUN curl -L https://github.com/apache/camel-k/releases/download/v${KAMEL_VERSION}/camel-k-client-${KAMEL_VERSION}-linux-64bit.tar.gz | tar -C /usr/local/bin -xz \
&& chmod +x /usr/local/bin/kamel

0 comments on commit b8213b0

Please sign in to comment.