Update registry links

This commit is contained in:
Vitaliy Filippov 2021-08-24 12:56:08 +03:00
parent c62ea7c4ba
commit 43a2468295
3 changed files with 5 additions and 5 deletions

View file

@ -14,11 +14,11 @@
.PHONY: test build container push clean .PHONY: test build container push clean
PROJECT_DIR=/app PROJECT_DIR=/app
REGISTRY_NAME=yandex-cloud REGISTRY_NAME=cr.yandex/crp9ftr22d26age3hulg
IMAGE_NAME=csi-s3 IMAGE_NAME=csi-s3
VERSION ?= dev VERSION ?= 0.24.1
IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):$(VERSION) IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):$(VERSION)
TEST_IMAGE_TAG=$(REGISTRY_NAME)/$(IMAGE_NAME):test TEST_IMAGE_TAG=$(IMAGE_NAME):test
build: build:
CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' -o _output/s3driver ./cmd/s3driver CGO_ENABLED=0 GOOS=linux go build -a -ldflags '-extldflags "-static"' -o _output/s3driver ./cmd/s3driver

View file

@ -81,7 +81,7 @@ spec:
capabilities: capabilities:
add: ["SYS_ADMIN"] add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true allowPrivilegeEscalation: true
image: csi-s3 image: cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.24.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
args: args:
- "--endpoint=$(CSI_ENDPOINT)" - "--endpoint=$(CSI_ENDPOINT)"

View file

@ -86,7 +86,7 @@ spec:
- name: socket-dir - name: socket-dir
mountPath: /var/lib/kubelet/plugins/ru.yandex.s3.csi mountPath: /var/lib/kubelet/plugins/ru.yandex.s3.csi
- name: csi-s3 - name: csi-s3
image: csi-s3 image: cr.yandex/crp9ftr22d26age3hulg/csi-s3:0.24.1
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
args: args:
- "--endpoint=$(CSI_ENDPOINT)" - "--endpoint=$(CSI_ENDPOINT)"