Skip to content

Commit

Permalink
*: switch to new version and prepare for release (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmudrii authored Oct 9, 2018
1 parent 7ac8501 commit ee1bff1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion clusterctl/examples/digitalocean/generate-yaml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

OVERWRITE=0
OUTPUT_DIR=${OUTPUT_DIR:-out}
CONTROLLER_VERSION=${CONTROLLER_VERSION:-0.0.1}
CONTROLLER_VERSION=${CONTROLLER_VERSION:-0.2.0}

PROVIDERCOMPONENT_TEMPLATE_FILE=provider-components.yaml.template
PROVIDERCOMPONENT_GENERATED_FILE=${OUTPUT_DIR}/provider-components.yaml
Expand Down
4 changes: 2 additions & 2 deletions cmd/cluster-controller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
QUAY_BUCKET = kubermatic
PREFIX = quay.io/$(QUAY_BUCKET)
NAME = digitalocean-cluster-controller
TAG = 0.0.1
DEV_TAG = 0.0.2-dev
TAG = 0.2.0
DEV_TAG = 0.2.0-dev

image: ## Build image
docker build -t "$(PREFIX)/$(NAME):$(TAG)" -f ./Dockerfile ../..
Expand Down
4 changes: 2 additions & 2 deletions cmd/machine-controller/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
QUAY_BUCKET = kubermatic
PREFIX = quay.io/$(QUAY_BUCKET)
NAME = digitalocean-machine-controller
TAG = 0.0.1
DEV_TAG = 0.0.2-dev
TAG = 0.2.0
DEV_TAG = 0.2.0-dev

image: ## Build image
docker build -t "$(PREFIX)/$(NAME):$(TAG)" -f ./Dockerfile ../..
Expand Down

0 comments on commit ee1bff1

Please sign in to comment.