Browse Source

Bump the sedna images tag to v0.2.0

Signed-off-by: llhuii <liulinghui@huawei.com>
tags/v0.2.0^2
llhuii 4 years ago
parent
commit
5a8549c9f5
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      Makefile
  2. +2
    -2
      scripts/installation/install.sh

+ 1
- 1
Makefile View File

@@ -18,7 +18,7 @@ OUT_DIR ?= _output
OUT_BINPATH := $(OUT_DIR)/bin

IMAGE_REPO ?= kubeedge
IMAGE_TAG ?= v0.1.0
IMAGE_TAG ?= v0.2.0
GO_LDFLAGS ?=''

# set allowDangerousTypes for allowing float


+ 2
- 2
scripts/installation/install.sh View File

@@ -149,7 +149,7 @@ spec:
serviceAccountName: sedna
containers:
- name: gm
image: kubeedge/sedna-gm:v0.1.0
image: kubeedge/sedna-gm:v0.2.0
command: ["sedna-gm", "--config", "/config/$config_file_name", "-v2"]
volumeMounts:
- name: gm-config
@@ -206,7 +206,7 @@ spec:
spec:
containers:
- name: lc
image: kubeedge/sedna-lc:v0.1.0
image: kubeedge/sedna-lc:v0.2.0
env:
- name: GM_ADDRESS
value: $GM_ADDRESS


Loading…
Cancel
Save