Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ apiServer: crane.konveyor.io/v1alpha1
kind: PluginIndex
plugins:
- name: ImageStreamPlugin
path: https://raw.githubusercontent.com/konveyor/crane-plugins/main/plugins/ImageStream/index.yaml
path: https://raw.githubusercontent.com/djzager/crane-plugins/plugin-version-update/plugins/ImageStream/index.yaml
- name: OpenShiftPlugin
path: https://raw.githubusercontent.com/konveyor/crane-plugins/main/plugins/OpenShift/index.yaml
path: https://raw.githubusercontent.com/djzager/crane-plugins/plugin-version-update/plugins/OpenShift/index.yaml
9 changes: 5 additions & 4 deletions plugins/ImageStream/index.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
apiServer: crane.konveyor.io/v1alpha1
kind: Plugin
metadata:
name: ImageStreamPlugin
annotations:
description: This plugin is used to generate transformations specific to OpenShift ImageStreams.
versions:
- name: ImageStreamPlugin
shortDescription: ImageStreamPlugin
description: This plugin is used to generate transformations specific to OpenShift ImageStreams.
version: v0.0.1
- version: v0.0.1
binaries:
- os: linux
arch: amd64
Expand Down
19 changes: 7 additions & 12 deletions plugins/OpenShift/index.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
apiServer: crane.konveyor.io/v1alpha1
kind: Plugin
metadata:
name: OpenShiftPlugin
annotations:
description: This plugin is used to generate transformations specific to OpenShift ImageStreams.
versions:
- name: OpenShiftPlugin
shortDescription: OpenShiftPlugin
description: This plugin generates transformations related to OpenShift cluster specifics.
version: v0.0.1
- version: v0.0.1
binaries:
- os: linux
arch: amd64
Expand All @@ -25,10 +26,7 @@ versions:
- flagName: "registry-replacement"
help: "Map of image registry paths to swap on transform, in the format original-registry1=target-registry1,original-registry2=target-registry2..."
example: "docker-registry.default.svc:5000=image-registry.openshift-image-registry.svc:5000,docker.io/foo=quay.io/bar"
- name: OpenShiftPlugin
shortDescription: OpenShiftPlugin
description: This plugin generates transformations related to OpenShift cluster specifics.
version: v0.0.2
- version: v0.0.2
binaries:
- os: linux
arch: amd64
Expand All @@ -49,10 +47,7 @@ versions:
- flagName: "registry-replacement"
help: "Map of image registry paths to swap on transform, in the format original-registry1=target-registry1,original-registry2=target-registry2..."
example: "docker-registry.default.svc:5000=image-registry.openshift-image-registry.svc:5000,docker.io/foo=quay.io/bar"
- name: OpenShiftPlugin
shortDescription: OpenShiftPlugin
description: This plugin generates transformations related to OpenShift cluster specifics.
version: v0.0.3
- version: v0.0.3
binaries:
- os: linux
arch: amd64
Expand Down