diff --git a/config/samples/default.yaml b/config/samples/default.yaml index c58fb832..c2d0a899 100644 --- a/config/samples/default.yaml +++ b/config/samples/default.yaml @@ -7,5 +7,5 @@ spec: collections: repositories: - name: central - url: https://github.com/kabanero-io/collections/releases/download/0.5.0-rc.4/kabanero-index.yaml + url: https://github.com/kabanero-io/collections/releases/download/0.5.0/kabanero-index.yaml activateDefaultCollections: true diff --git a/config/samples/full.yaml b/config/samples/full.yaml index a7fa14a1..fdda4663 100644 --- a/config/samples/full.yaml +++ b/config/samples/full.yaml @@ -17,14 +17,14 @@ spec: cliServices: # Overrides the setting for version on this component - version: "0.5.0-rc.1" + version: "0.5.0" # Overrides the image as a separate repository or tag repository: kabanero/kabanero-command-line-services - tag: "0.5.0-rc.1" + tag: "0.5.0" # Overrides the image uri - image: kabanero/kabanero-command-line-services:0.5.0-rc.1 + image: kabanero/kabanero-command-line-services:0.5.0 # Indicates the token expiration time # Specify a positive integer followed by a unit of time, which can be hours (h), minutes (m), or seconds (s). @@ -34,14 +34,14 @@ spec: collectionController: # Overrides the setting for version on this component - version: "0.5.0-rc.1" + version: "0.5.0" # Overrides the image as a separate repository or tag repository: kabanero/kabaner-operator-collection-controller - tag: "0.5.0-rc.1" + tag: "0.5.0" # Overrides the image uri - image: kabanero/kabanero-operator-collection-controller:0.5.0-rc.1 + image: kabanero/kabanero-operator-collection-controller:0.5.0 landing: # The landing page is enabled by default. To disable specify false. @@ -49,14 +49,14 @@ spec: admissionControllerWebhook: # Overrides the setting for version on this component - version: "0.5.0-rc.1" + version: "0.5.0" # Overrides the image as a separate repository or tag repository: kabanero/kabanero-operator-admission-webhook - tag: "0.5.0-rc.1" + tag: "0.5.0" # Overrides the image uri - image: kabanero/kabanero-operator-admission-webhook:0.5.0-rc.1 + image: kabanero/kabanero-operator-admission-webhook:0.5.0 che: # che is disabled by default. Set the enable value to true/false to enable/disable the Che installation. @@ -82,7 +82,7 @@ spec: # A list of those repositories which are searched for collections repositories: - name: incubator - url: https://github.com/kabanero-io/collections/releases/download/0.5.0-rc.4/kabanero-index.yaml + url: https://github.com/kabanero-io/collections/releases/download/0.5.0/kabanero-index.yaml # Sets the collection resource's initial desiredState value to active or inactive when # the CR instance is initially deployed. Post CR instance deployment, updates to diff --git a/config/versions.yaml b/config/versions.yaml index 18a242c2..01405a55 100644 --- a/config/versions.yaml +++ b/config/versions.yaml @@ -15,12 +15,12 @@ default: "0.5.0" kabanero: - version: "0.5.0" related-versions: - cli-services: "0.5.0-rc.1" + cli-services: "0.5.0" landing: "0.5.0" kabanero-che: "0.6.0" events: "0.1.0" - collection-controller: "0.5.0-rc.1" - admission-webhook: "0.5.0-rc.1" + collection-controller: "0.5.0" + admission-webhook: "0.5.0" - version: "0.4.0" related-versions: cli-services: "0.4.0" @@ -104,6 +104,11 @@ related-software: tag: "0.3.0" cli-services: + - version: "0.5.0" + orchestrations: "orchestrations/cli-services/0.1" + identifiers: + repository: "kabanero/kabanero-command-line-services" + tag: "0.5.0" - version: "0.5.0-rc.1" orchestrations: "orchestrations/cli-services/0.1" identifiers: @@ -141,6 +146,11 @@ related-software: tag: "0.1" collection-controller: + - version: "0.5.0" + orchestrations: "orchestrations/collection-controller/0.1" + identifiers: + repository: "kabanero/kabanero-operator-collection-controller" + tag: "0.5.0" - version: "0.5.0-rc.1" orchestrations: "orchestrations/collection-controller/0.1" identifiers: @@ -153,6 +163,11 @@ related-software: tag: "0.4.0" admission-webhook: + - version: "0.5.0" + orchestrations: "orchestrations/admission-webhook/0.2" + identifiers: + repository: "kabanero/kabanero-operator-admission-webhook" + tag: "0.5.0" - version: "0.5.0-rc.1" orchestrations: "orchestrations/admission-webhook/0.2" identifiers: diff --git a/registry/manifests/kabanero-operator/0.5.0/kabanero-operator.v0.5.0.clusterserviceversion.yaml b/registry/manifests/kabanero-operator/0.5.0/kabanero-operator.v0.5.0.clusterserviceversion.yaml index f2299e67..72d03e23 100644 --- a/registry/manifests/kabanero-operator/0.5.0/kabanero-operator.v0.5.0.clusterserviceversion.yaml +++ b/registry/manifests/kabanero-operator/0.5.0/kabanero-operator.v0.5.0.clusterserviceversion.yaml @@ -27,7 +27,7 @@ metadata: "repositories": [ { "name": "incubator", - "url": "https://github.com/kabanero-io/collections/releases/download/0.5.0-rc.4/kabanero-index.yaml", + "url": "https://github.com/kabanero-io/collections/releases/download/0.5.0/kabanero-index.yaml", "activateDefaultCollections": true } ]