feat(common)!: Release common-3.0.0 (#284)

This commit is contained in:
Bernd Schorgers 2024-03-11 10:28:52 +01:00 committed by GitHub
parent a27c4f6124
commit 3981facca6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 124 additions and 116 deletions

View file

@ -44,6 +44,7 @@ tests:
- it: multiple ingress should pass
values:
- ../_values/service_main_default.yaml
- ../_values/ingress_main_default_hosts.yaml
set:
ingress.test:
@ -52,23 +53,27 @@ tests:
paths:
- path: /
service:
name: main
identifier: main
port: http
asserts:
- hasDocuments:
count: 3
count: 4
- documentIndex: 0
not: true
isKind:
of: Ingress
- documentIndex: &FirstIngressDocument 1
- documentIndex: 1
not: true
isKind:
of: Ingress
- documentIndex: &FirstIngressDocument 2
isKind:
of: Ingress
- documentIndex: *FirstIngressDocument
equal:
path: metadata.name
value: RELEASE-NAME-main
- documentIndex: &SecondIngressDocument 2
- documentIndex: &SecondIngressDocument 3
isKind:
of: Ingress
- documentIndex: *SecondIngressDocument
@ -87,7 +92,7 @@ tests:
paths:
- path: /
service:
name: main
identifier: main
port: http
asserts:
- hasDocuments: