forked from cilium/cilium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.values
39 lines (32 loc) · 1.85 KB
/
Makefile.values
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Copyright Authors of Cilium
# SPDX-License-Identifier: Apache-2.0
DIGESTS_PATH:=Makefile.digests
include $(DIGESTS_PATH)
export USE_DIGESTS ?= $(shell if grep -q '""' $(DIGESTS_PATH); then echo "false"; else echo "true"; fi)
# When branching, update these values
#export PULL_POLICY:=IfNotPresent
#export CILIUM_BRANCH:=vX.Y
#export CILIUM_REPO:=quay.io/cilium/cilium
#export CLUSTERMESH_APISERVER_REPO:=quay.io/cilium/clustermesh-apiserver
#export HUBBLE_RELAY_REPO:=quay.io/cilium/hubble-relay
export PULL_POLICY:=Always
export CILIUM_BRANCH:=master
export CILIUM_REPO:=quay.io/cilium/cilium-ci
export CLUSTERMESH_APISERVER_REPO:=quay.io/cilium/clustermesh-apiserver-ci
# When branching, delete the following lines to defer to the branch's versions
export CILIUM_VERSION:=latest
export CILIUM_OPERATOR_SUFFIX=-ci
export CERTGEN_REPO:=quay.io/cilium/certgen
export CERTGEN_VERSION:=v0.1.8@sha256:4a456552a5f192992a6edcec2febb1c54870d665173a33dc7d876129b199ddbd
export CILIUM_ETCD_OPERATOR_REPO:=quay.io/cilium/cilium-etcd-operator
export CILIUM_ETCD_OPERATOR_VERSION:=v2.0.7@sha256:04b8327f7f992693c2cb483b999041ed8f92efc8e14f2a5f3ab95574a65ea2dc
export CILIUM_NODEINIT_REPO:=quay.io/cilium/startup-script
export CILIUM_NODEINIT_VERSION:=d69851597ea019af980891a4628fb36b7880ec26
export CILIUM_OPERATOR_BASE_REPO:=quay.io/cilium/operator
export ETCD_REPO:=quay.io/coreos/etcd
export ETCD_VERSION:=v3.5.4@sha256:795d8660c48c439a7c3764c2330ed9222ab5db5bb524d8d0607cac76f7ba82a3
export HUBBLE_RELAY_REPO:=quay.io/cilium/hubble-relay-ci
export HUBBLE_UI_BACKEND_REPO:=quay.io/cilium/hubble-ui-backend
export HUBBLE_UI_BACKEND_VERSION:=v0.9.2@sha256:a3ac4d5b87889c9f7cc6323e86d3126b0d382933bd64f44382a92778b0cde5d7
export HUBBLE_UI_FRONTEND_REPO:=quay.io/cilium/hubble-ui
export HUBBLE_UI_FRONTEND_VERSION:=v0.9.2@sha256:d3596efc94a41c6b772b9afe6fe47c17417658956e04c3e2a28d293f2670663e