openebs: Pin specific image

This commit is contained in:
Lauri Võsandi 2023-08-16 10:35:57 +03:00
parent d419ac56e1
commit 49412781ea
1 changed files with 6 additions and 6 deletions

View File

@ -199,8 +199,8 @@ spec:
type: DirectoryOrCreate
containers:
- name: csi-driver
image: "harbor.k-space.ee/k-space/rawfile-localpv:latest"
imagePullPolicy: Always
image: "harbor.k-space.ee/k-space/rawfile-localpv@sha256:03452efdac5bccb9bfc0d4b9c371d17588c24b075d7d34fa01f63d7e262eecd8"
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
env:
@ -211,7 +211,7 @@ spec:
- name: IMAGE_REPOSITORY
value: "harbor.k-space.ee/k-space/rawfile-localpv"
- name: IMAGE_TAG
value: "latest"
value: "latest@sha256:03452efdac5bccb9bfc0d4b9c371d17588c24b075d7d34fa01f63d7e262eecd8"
- name: NODE_ID
valueFrom:
fieldRef:
@ -329,8 +329,8 @@ spec:
emptyDir: {}
containers:
- name: csi-driver
image: "harbor.k-space.ee/k-space/rawfile-localpv"
imagePullPolicy: Always
image: "harbor.k-space.ee/k-space/rawfile-localpv@sha256:03452efdac5bccb9bfc0d4b9c371d17588c24b075d7d34fa01f63d7e262eecd8"
imagePullPolicy: IfNotPresent
args:
- csi-driver
- --disable-metrics
@ -342,7 +342,7 @@ spec:
- name: IMAGE_REPOSITORY
value: "harbor.k-space.ee/k-space/rawfile-localpv"
- name: IMAGE_TAG
value: "latest"
value: "latest@sha256:03452efdac5bccb9bfc0d4b9c371d17588c24b075d7d34fa01f63d7e262eecd8"
volumeMounts:
- name: socket-dir
mountPath: /csi