Skip to content

Commit

Permalink
Merge pull request #29 from Xelon-AG/fix/xelon-csi-manifest
Browse files Browse the repository at this point in the history
fix: use correct image tag for controller deployment
  • Loading branch information
pavel-github authored May 29, 2024
2 parents 9125fbe + f9b9b59 commit bdd849f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Project variables
PROJECT_NAME := xelon-csi
IMAGE_NAME := xelonag/xelon-csi
IMAGE_NAME ?= xelonag/xelon-csi

# Build variables
.DEFAULT_GOAL = test
Expand Down
2 changes: 1 addition & 1 deletion deploy/xelon-csi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ spec:
serviceAccountName: xelon-csi-controller-sa
containers:
- name: xelon-csi-plugin
image: xelonag/xelon-csi:latest
image: xelonag/xelon-csi:dev
imagePullPolicy: Always
args:
- "--endpoint=$(CSI_ENDPOINT)"
Expand Down

0 comments on commit bdd849f

Please sign in to comment.