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 #751 from mezarin/service-v090rc3
Browse files Browse the repository at this point in the history
v090rc3
  • Loading branch information
mezarin authored Jun 5, 2020
2 parents 12c5e00 + 25647c9 commit b2aaeb5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
6 changes: 3 additions & 3 deletions config/samples/full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ spec:

cliServices:
# Overrides the setting for version on this component
version: "0.9.0"
version: "0.9.1"

# Overrides the image as a separate repository or tag
repository: kabanero/kabanero-command-line-services
tag: "0.9.0"
tag: "0.9.1-rc.2"

# Overrides the image uri
image: kabanero/kabanero-command-line-services:0.9.0
image: kabanero/kabanero-command-line-services:0.9.1-rc.2

# 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
7 changes: 6 additions & 1 deletion config/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ default: "0.9.1"
kabanero:
- version: "0.9.1"
related-versions:
cli-services: "0.9.0"
cli-services: "0.9.1"
landing: "0.9.0"
events: "0.9.0"
collection-controller: "0.9.1"
Expand Down Expand Up @@ -103,6 +103,11 @@ related-software:
tag: "0.6.0"

cli-services:
- version: "0.9.1"
orchestrations: "orchestrations/cli-services/0.2"
identifiers:
repository: "kabanero/kabanero-command-line-services"
tag: "0.9.1-rc.2"
- version: "0.9.0"
orchestrations: "orchestrations/cli-services/0.2"
identifiers:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@ spec:
provider:
name: IBM
relatedImages:
- image: kabanero/kabanero-command-line-services:0.9.0
name: cli-services-0.9.0
- image: kabanero/kabanero-command-line-services:0.9.1-rc.2
name: cli-services-0.9.1
- image: kabanero/landing:0.9.0
name: landing-0.9.0
- image: kabanero/events-operator:0.1.0
Expand Down

0 comments on commit b2aaeb5

Please sign in to comment.