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

@ -6,11 +6,12 @@ templates:
values:
- ../_values/ingress_main_default_hosts.yaml
- ../_values/service_main_default.yaml
tests:
- it: default should pass
asserts:
- documentIndex: &IngressDocument 1
- documentIndex: &IngressDocument 2
isKind:
of: Ingress
- documentIndex: *IngressDocument
@ -30,9 +31,9 @@ tests:
paths:
- path: /test
service:
name: main
identifier: main
asserts:
- documentIndex: &IngressDocument 1
- documentIndex: &IngressDocument 2
isKind:
of: Ingress
- documentIndex: *IngressDocument
@ -52,10 +53,10 @@ tests:
paths:
- path: /
service:
name: main
identifier: main
port: http
asserts:
- documentIndex: &IngressDocument 1
- documentIndex: &IngressDocument 2
isKind:
of: Ingress
- documentIndex: *IngressDocument
@ -71,9 +72,9 @@ tests:
paths:
- path: "/{{ .Release.Name }}.path"
service:
name: main
identifier: main
asserts:
- documentIndex: &IngressDocument 1
- documentIndex: &IngressDocument 2
isKind:
of: Ingress
- documentIndex: *IngressDocument
@ -86,7 +87,7 @@ tests:
ingress.main:
defaultBackend: test
asserts:
- documentIndex: &IngressDocument 1
- documentIndex: &IngressDocument 2
isKind:
of: Ingress
- documentIndex: *IngressDocument