Skip to content

Commit 723394d

Browse files
committed
version bump: tarantool/tarantool-operator:0.0.1 tarantool/tarantool-operator-examples-kv:0.0.1
1 parent c8ef770 commit 723394d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

deploy/operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
serviceAccountName: tarantool-operator
1616
containers:
1717
- name: tarantool-operator
18-
image: vasiliyt/tarantool-operator:0.0.1
18+
image: tarantool/tarantool-operator:0.0.1
1919
command:
2020
- tarantool-operator
2121
imagePullPolicy: Always

examples/kv/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ spec:
6969
value: "1"
7070
containers:
7171
- name: pim-storage
72-
image: vasiliyt/tarantool-operator-examples-kv:0.0.2
72+
image: tarantool/tarantool-operator-examples-kv:0.0.1
7373
volumeMounts:
7474
- mountPath: "/tarantool/data"
7575
name: www
@@ -128,7 +128,7 @@ spec:
128128
value: "1"
129129
containers:
130130
- name: pim-router
131-
image: vasiliyt/tarantool-operator-examples-kv:0.0.2
131+
image: tarantool/tarantool-operator-examples-kv:0.0.1
132132
volumeMounts:
133133
- mountPath: "/tarantool/data"
134134
name: www

0 commit comments

Comments
 (0)