Skip to content

Commit

Permalink
Update vscode-openshift-connector sidecar image (#571)
Browse files Browse the repository at this point in the history
New image has:
* Removed wget, used curl instead
* Fixed issue with oc missing from the container

See eclipse-che/che#17633

Signed-off-by: Eric Williams <[email protected]>
  • Loading branch information
ericwill authored Aug 17, 2020
1 parent b0d55cd commit 892db33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ category: Other
firstPublicationDate: "2020-05-20"
spec:
containers:
- image: "quay.io/eclipse/che-sidecar-openshift-connector:0.1.5-b4689f9"
- image: "quay.io/eclipse/che-sidecar-openshift-connector:0.1.5-620dbc7"
name: "vscode-openshift-connector"
memoryLimit: "1500Mi"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion vscode-extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
"repository": "https://github.com/redhat-developer/vscode-openshift-tools",
"revision": "v0.1.5",
"sidecar": {
"image": "quay.io/eclipse/che-sidecar-openshift-connector:0.1.5-b4689f9",
"image": "quay.io/eclipse/che-sidecar-openshift-connector:0.1.5-620dbc7",
"source": {
"repository": "https://github.com/che-dockerfiles/che-sidecar-openshift-connector"
}
Expand Down

0 comments on commit 892db33

Please sign in to comment.