Setup CI: Build, run e2e tests, and push images to docker hub
This commit is contained in:
@@ -2,5 +2,5 @@ apiVersion: v2
|
||||
name: rawfile-csi
|
||||
description: RawFile Driver Container Storage Interface
|
||||
type: application
|
||||
version: 0.1.4
|
||||
version: 0.1.5
|
||||
appVersion: 0.0.1
|
||||
|
@@ -46,6 +46,10 @@ spec:
|
||||
value: unix:///csi/csi.sock
|
||||
- name: IMAGE_REPOSITORY
|
||||
value: "{{ .Values.controller.image.repository }}"
|
||||
{{- if regexMatch "^.*-ci$" .Values.controller.image.tag }}
|
||||
- name: IMAGE_TAG
|
||||
value: "{{ .Values.controller.image.tag }}"
|
||||
{{- end }}
|
||||
volumeMounts:
|
||||
- name: socket-dir
|
||||
mountPath: /csi
|
||||
|
@@ -64,6 +64,10 @@ spec:
|
||||
value: unix:///csi/csi.sock
|
||||
- name: IMAGE_REPOSITORY
|
||||
value: "{{ .Values.node.image.repository }}"
|
||||
{{- if regexMatch "^.*-ci$" .Values.node.image.tag }}
|
||||
- name: IMAGE_TAG
|
||||
value: "{{ .Values.node.image.tag }}"
|
||||
{{- end }}
|
||||
- name: NODE_ID
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
|
Reference in New Issue
Block a user