File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Patterns to ignore when building packages.
2+ *.swp
3+ *.bak
4+ *.tmp
5+ *.orig
6+ *~
7+ .git/
8+ .gitignore
Original file line number Diff line number Diff line change 1+ apiVersion : v2
2+ name : harness-vm-runner-plugin
3+ description : Harness VM Runner Plugin Binary
4+ type : application
5+ version : 1.0.0
6+ appVersion : " 1.0.0"
7+ dependencies : []
Original file line number Diff line number Diff line change 1+ This chart contains the Harness VM Runner Plugin binary.
2+ The binary is available in the Docker image: {{ .Values.image.repository }}:{{ .Values.image.tag }}
3+
4+ This chart is not meant to be deployed as a Kubernetes application.
5+ It exists only to satisfy the build pipeline requirements.
Original file line number Diff line number Diff line change 1+ image :
2+ registry : " "
3+ repository : " harness-vm-runner-plugin"
4+ tag : " latest"
5+ pullPolicy : IfNotPresent
Original file line number Diff line number Diff line change 11DOCKER_FILE_PATH : /harness/plugin/docker/Dockerfile-plugin
22CONTEXT_PATH : /harness/plugin
3+ HELM_CHART_SOURCE_DIRECTORY : /harness/plugin/chart
You can’t perform that action at this time.
0 commit comments