7 lines
177 B
YAML
7 lines
177 B
YAML
|
kind: ImageStream
|
||
|
apiVersion: image.openshift.io/v1
|
||
|
metadata:
|
||
|
name: {{ .Values.name | quote }}
|
||
|
annotations:
|
||
|
description: Keeps track of changes in the application image
|