diff --git a/Makefile b/Makefile index f62bcb5e..01f83c71 100644 --- a/Makefile +++ b/Makefile @@ -114,10 +114,10 @@ push: .push @if [ -z "$(NEW_VERSION)" ]; then \ NEW_VERSION=latest; \ fi - @docker tag $(IMAGE) $(JF_URL)/$(IMAGE):$(NEW_VERSION) - @docker push $(JF_URL)/$(IMAGE):$(NEW_VERSION) @docker tag $(IMAGE) $(JF_URL)/$(IMAGE):latest @docker push $(JF_URL)/$(IMAGE):latest + @docker tag $(IMAGE) $(JF_URL)/$(IMAGE):$(NEW_VERSION) + @docker push $(JF_URL)/$(IMAGE):$(NEW_VERSION) @echo $(NEW_VERSION) > $(VERSION_FILE) @touch .push diff --git a/misc/deploy.yaml b/misc/deploy.yaml index 06d9edc5..87066112 100644 --- a/misc/deploy.yaml +++ b/misc/deploy.yaml @@ -41,8 +41,7 @@ metadata: name: xreg-server spec: type: LoadBalancer - externalIPs: - - 130.214.104.190 + loadBalancerIP: 130.214.104.190 ports: - port: 8080 targetPort: 8080 diff --git a/version.txt b/version.txt index bc80560f..dc1e644a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.5.0 +1.6.0