diff --git a/imagestreams/imagestreams.yaml b/imagestreams/imagestreams.yaml index 9a8374e..53d3eec 100644 --- a/imagestreams/imagestreams.yaml +++ b/imagestreams/imagestreams.yaml @@ -38,7 +38,7 @@ custom_tags: - name: "5.30" distro: UBI 7 - app_version: ["5.30"] + app_version: "5.30" - filename: perl-rhel-aarch64.json latest: "5.32-ubi8" diff --git a/imagestreams/perl-rhel.json b/imagestreams/perl-rhel.json index df7e2fc..3d9ac26 100644 --- a/imagestreams/perl-rhel.json +++ b/imagestreams/perl-rhel.json @@ -88,17 +88,17 @@ { "name": "5.30", "annotations": { - "openshift.io/display-name": "Perl ['5.30'] (UBI 7)", + "openshift.io/display-name": "Perl 5.30 (UBI 7)", "openshift.io/provider-display-name": "Red Hat, Inc.", - "description": "Build and run Perl ['5.30'] applications on UBI 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/['5.30']/README.md.", + "description": "Build and run Perl 5.30 applications on UBI 7. For more information about using this builder image, including OpenShift considerations, see https://github.com/sclorg/s2i-perl-container/blob/master/5.30/README.md.", "iconClass": "icon-perl", "tags": "builder,perl", - "version": "['5.30']", + "version": "5.30", "sampleRepo": "https://github.com/sclorg/dancer-ex.git" }, "from": { "kind": "DockerImage", - "name": "registry.redhat.io/ubi7/perl-['530']:latest" + "name": "registry.redhat.io/ubi7/perl-530:latest" }, "referencePolicy": { "type": "Local"