Skip to content

Commit 92c7af8

Browse files
committed
f
1 parent b27eb12 commit 92c7af8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/image-deps-updater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
image-name: ttl.sh/ec/calico-node:${{ steps.get-tags.outputs.calico-tag }}
4545
# registry-username: ${{ secrets.REGISTRY_USERNAME_STAGING }}
4646
# registry-password: ${{ secrets.REGISTRY_PASSWORD_STAGING }}
47-
overwrite: ${{ github.event.inputs.overwrite }}
47+
overwrite: true # ${{ github.event.inputs.overwrite }}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ VERSION ?= $(shell git describe --tags --dirty)
22
UNAME := $(shell uname)
33
ARCH := $(shell uname -m)
44
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
66
CALICO_NODE_VERSION = 3.28.0-r5
77
ADMIN_CONSOLE_CHART_REPO_OVERRIDE =
88
ADMIN_CONSOLE_CHART_VERSION = 1.111.0

0 commit comments

Comments
 (0)