Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #227 from kaczyns/v0.2.0-rc.1Prep
Browse files Browse the repository at this point in the history
Prep for 0.2.0-rc.1
  • Loading branch information
kaczyns committed Oct 4, 2019
2 parents be0344c + 8b20132 commit 75794d2
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 60 deletions.
2 changes: 1 addition & 1 deletion config/samples/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ spec:
collections:
repositories:
- name: central
url: https://github.com/kabanero-io/collections/releases/download/v0.2.0-beta1/kabanero-index.yaml
url: https://github.com/kabanero-io/collections/releases/download/v0.2.0-rc1/kabanero-index.yaml
activateDefaultCollections: true
14 changes: 7 additions & 7 deletions config/samples/full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,25 @@ spec:

appsodyOperator:
# Overrides the platform wide settings for version on this component
version: "0.1.0"
version: "0.2.0"

# Overrides the image as a separate repository or tag
repository: appsody/application-operator
tag: "0.1.0"
tag: "0.2.0"

# Overrides the image uri
image: appsody/application-operator:0.1.0
image: appsody/application-operator:0.2.0

cliServices:
# Overrides the setting for version on this component
version: "0.1.1-rc.1"
version: "0.2.0-rc.1"

# Overrides the image as a separate repository or tag
repository: kabanero/kabanero-command-line-services
tag: "0.1.1-rc.1"
tag: "v0.2.0rc1"

# Overrides the image uri
image: kabanero/kabanero-command-line-services:0.1.1-rc.1
image: kabanero/kabanero-command-line-service:v0.2.0rc1

# 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).
Expand Down Expand Up @@ -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/v0.2.0-beta1/kabanero-index.yaml
url: https://github.com/kabanero-io/collections/releases/download/v0.2.0-rc1/kabanero-index.yaml
# Activates a default set of collections
activateDefaultCollections: true
# The information in the Github section is used by the Kabanero CLI to
Expand Down
4 changes: 2 additions & 2 deletions config/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# When the Kabanero instance does not specify which version of Kabanero to use,
# this is the value
default: "0.1.2"
default: "0.2.0"

# Top level: relates Kabanero versions to software versions
kabanero:
Expand Down Expand Up @@ -96,4 +96,4 @@ related-software:
orchestrations: "orchestrations/che/0.1"
identifiers:
repository: "kabanero/kabanero-che"
tag: "0.5.0"
tag: "0.5.0"
Loading

0 comments on commit 75794d2

Please sign in to comment.