File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
44
image-name : ttl.sh/ec/calico-node:${{ steps.get-tags.outputs.calico-tag }}
45
45
# registry-username: ${{ secrets.REGISTRY_USERNAME_STAGING }}
46
46
# registry-password: ${{ secrets.REGISTRY_PASSWORD_STAGING }}
47
- overwrite : ${{ github.event.inputs.overwrite }}
47
+ overwrite : true # ${{ github.event.inputs.overwrite }}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ VERSION ?= $(shell git describe --tags --dirty)
2
2
UNAME := $(shell uname)
3
3
ARCH := $(shell uname -m)
4
4
APP_NAME = embedded-cluster
5
- CALICO_NODE_IMAGE = ttl.sh/ec/calico-node
5
+ CALICO_NODE_IMAGE = proxy.replicated.com/anonymous/ ttl.sh/ec/calico-node
6
6
CALICO_NODE_VERSION = 3.28.0-r5
7
7
ADMIN_CONSOLE_CHART_REPO_OVERRIDE =
8
8
ADMIN_CONSOLE_CHART_VERSION = 1.111.0
You can’t perform that action at this time.
0 commit comments