Skip to content

Commit 1f005dc

Browse files
authored
feat: use 1.0.1 release of OpenShift local extension (podman-desktop#3)
requires podman-desktop/podman-desktop#2506 Change-Id: I5e9411aa7143fc950a5618156a686f8a63ceebd7 Change-Id: I1e782d88065a2288d5774ddd90b1c654e5df83c1 Signed-off-by: Florent Benoit <[email protected]>
1 parent 0aa027d commit 1f005dc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

api/extensions.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -121,22 +121,22 @@
121121
"keywords": ["OpenShift", "MicroShift"],
122122
"versions": [
123123
{
124-
"version": "0.0.1",
124+
"version": "1.0.1",
125125
"preview": false,
126-
"ociUri": "ghcr.io/crc-org/crc-extension:latest",
127-
"lastUpdated": "2023-04-27T00:00:00Z",
126+
"ociUri": "quay.io/redhat-developer/openshift-local-extension:v1.0.1",
127+
"lastUpdated": "2023-05-16T00:00:00Z",
128128
"files": [
129129
{
130130
"assetType": "icon",
131-
"data": "https://registry.podman-desktop.io/api/extensions/redhat/openshift-local/0.0.1/icon.png"
131+
"data": "https://registry.podman-desktop.io/api/extensions/redhat/openshift-local/1.0.1/icon.png"
132132
},
133133
{
134134
"assetType": "README",
135-
"data": "https://registry.podman-desktop.io/api/extensions/redhat/openshift-local/0.0.1/README.md"
135+
"data": "https://registry.podman-desktop.io/api/extensions/redhat/openshift-local/1.0.1/README.md"
136136
},
137137
{
138138
"assetType": "LICENSE",
139-
"data": "https://registry.podman-desktop.io/api/extensions/redhat/openshift-local/0.0.1/LICENSE.txt"
139+
"data": "https://registry.podman-desktop.io/api/extensions/redhat/openshift-local/1.0.1/LICENSE.txt"
140140
}
141141
]
142142
},

0 commit comments

Comments
 (0)