Skip to content

Commit

Permalink
[ci skip] Update operator deployment file to v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Snow-bot committed Sep 17, 2019
1 parent 5df142c commit 4e05328
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deploy/olm-catalog/bundle/halkyon.package.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
packageName: halkyon
channels:
- name: alpha
currentCSV: halkyon.v0.0.0
currentCSV: halkyon.v0.1.5
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
annotations:
capabilities: Basic Install
categories: "Developer Tools"
containerImage: quay.io/halkyonio/operator:latest
containerImage: quay.io/halkyonio/operator:v0.1.5
createdAt: 2019-08-21
certified: "false"
support: Halkyon community
Expand Down Expand Up @@ -74,7 +74,7 @@ metadata:
]
description: |-
Halkyon: To get back to the halcyon days of local development in a modern kubernetes setting of microservices!
name: halkyon.v0.0.0
name: halkyon.v0.1.5
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -171,8 +171,8 @@ spec:
displayName: Halkyon Operator
keywords: ['component','microservices','composition']
version: 0.0.0
replaces: halkyon.v0.0.0 # TODO - Change manually the version with the previous one !!
version: 0.1.5
replaces: halkyon.v0.1.5 # TODO - Change manually the version with the previous one !!
maturity: alpha
maintainers:
- name: Halkyon Owner
Expand Down Expand Up @@ -328,7 +328,7 @@ spec:
# value: "quay.io/halkyonio/spring-boot-maven-s2i"
# - name: REGISTRY_ADDRESS
# value: "docker-registry.default.svc:5000"
image: quay.io/halkyonio/operator:latest
image: quay.io/halkyonio/operator:v0.1.5
imagePullPolicy: Always
name: halkyon-operator
ports:
Expand Down
2 changes: 1 addition & 1 deletion deploy/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
serviceAccountName: halkyon-operator
containers:
- name: halkyon-operator
image: quay.io/halkyonio/operator:latest
image: quay.io/halkyonio/operator:v0.1.5
ports:
- containerPort: 60000
name: metrics
Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ require (
github.com/markbates/inflect v1.0.4 // indirect
github.com/mattbaird/jsonpatch v0.0.0-20171005235357-81af80346b1a // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/gox v1.0.1 // indirect
github.com/onsi/ginkgo v1.8.0
github.com/onsi/gomega v1.5.0
github.com/openshift/api v0.0.0-20190322043348-8741ff068a47
Expand Down
6 changes: 6 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ github.com/grpc-ecosystem/grpc-gateway v1.8.5/go.mod h1:vNeuVxBJEsws4ogUvrchl83t
github.com/grpc-ecosystem/grpc-gateway v1.8.6 h1:XvND7+MPP7Jp+JpqSZ7naSl5nVZf6k0LbL1V3EKh0zc=
github.com/grpc-ecosystem/grpc-gateway v1.8.6/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY=
github.com/hashicorp/go-version v0.0.0-20171129150820-4fe82ae3040f/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
github.com/hashicorp/go-version v1.0.0 h1:21MVWPKDphxa7ineQQTrCU5brh7OuVVAzGOCnnCPtE8=
github.com/hashicorp/go-version v1.0.0/go.mod h1:fltr4n8CU8Ke44wwGCBoEymUuxUHl09ZGVZPK5anwXA=
github.com/hashicorp/golang-lru v0.5.0 h1:CL2msUPvZTLb5O648aiLNJw3hnBxN2+1Jq8rCOH9wdo=
github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
github.com/hashicorp/golang-lru v0.5.1 h1:0hERBMJE1eitiLkihrMvRVBYAkpHzc/J3QdDN+dAcgU=
Expand Down Expand Up @@ -274,7 +276,11 @@ github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0j
github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=
github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
github.com/mitchellh/gox v1.0.1 h1:x0jD3dcHk9a9xPSDN6YEL4xL6Qz0dvNYm8yZqui5chI=
github.com/mitchellh/gox v1.0.1/go.mod h1:ED6BioOGXMswlXa2zxfh/xdd5QhwYliBFn9V18Ap4z4=
github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452/go.mod h1:QjSHrPWS+BGUVBYkbTZWEnOh3G1DutKwClXU/ABz6AQ=
github.com/mitchellh/iochan v1.0.0 h1:C+X3KsSTLFVBr/tK1eYN/vs4rJcvsiLU338UhYPJWeY=
github.com/mitchellh/iochan v1.0.0/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvOCDupsG0QubkSMEySY=
github.com/mitchellh/mapstructure v1.1.2 h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE=
github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
Expand Down

0 comments on commit 4e05328

Please sign in to comment.