Skip to content

Commit

Permalink
Merge pull request #53 from adambkaplan/v0.8.0-deployment
Browse files Browse the repository at this point in the history
Deploy Builds v0.8.0
  • Loading branch information
openshift-merge-robot authored Jan 31, 2022
2 parents a98bd6b + b7afe97 commit 2b3b852
Show file tree
Hide file tree
Showing 4 changed files with 307 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To re-generate a bundle for another specific version without changing the standard setup, you can:
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 0.7.1-snapshot
VERSION ?= 0.8.0-snapshot

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "preview,fast,stable")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/shipwright-io/operator
support: The Shipwright Contributors
name: shipwright-operator.v0.7.1-snapshot
name: shipwright-operator.v0.8.0-snapshot
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -560,7 +560,7 @@ spec:
- --health-probe-bind-address=:8081
- --metrics-bind-address=127.0.0.1:8080
- --leader-elect
image: ghcr.io/shipwright-io/operator/operator:0.7.1-snapshot
image: ghcr.io/shipwright-io/operator/operator:0.8.0-snapshot
livenessProbe:
httpGet:
path: /healthz
Expand Down Expand Up @@ -648,4 +648,4 @@ spec:
provider:
name: The Shipwright Contributors
url: https://shipwright.io
version: 0.7.1-snapshot
version: 0.8.0-snapshot
Loading

0 comments on commit 2b3b852

Please sign in to comment.