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