suite: container image tag templates: - common.yaml tests: - it: string tag should pass set: image: repository: b4bz/homer tag: latest asserts: - documentIndex: 0 isKind: of: Deployment - documentIndex: 0 equal: path: spec.template.spec.containers[0].image value: b4bz/homer:latest - it: integer tag should pass set: image: repository: b4bz/homer tag: 1.23 asserts: - documentIndex: 0 isKind: of: Deployment - documentIndex: 0 equal: path: spec.template.spec.containers[0].image value: b4bz/homer:1.23