diff --git a/index.yaml b/index.yaml index cebd892..37c22bc 100644 --- a/index.yaml +++ b/index.yaml @@ -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 diff --git a/plugins/ImageStream/index.yaml b/plugins/ImageStream/index.yaml index 935702c..6951c7f 100644 --- a/plugins/ImageStream/index.yaml +++ b/plugins/ImageStream/index.yaml @@ -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 diff --git a/plugins/OpenShift/index.yaml b/plugins/OpenShift/index.yaml index 026190d..2e74993 100644 --- a/plugins/OpenShift/index.yaml +++ b/plugins/OpenShift/index.yaml @@ -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 @@ -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 @@ -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