feat(common)!: Release v3.0.0-beta2 (#280)

This commit is contained in:
Bernd Schorgers 2024-03-08 08:51:40 +01:00 committed by GitHub
parent 23ae8131da
commit 21e751bc16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
51 changed files with 419 additions and 368 deletions

View file

@ -9,6 +9,13 @@ values:
tests:
- it: default should pass
set:
service:
main:
controller: main
ports:
http:
port: &httpPort 8081
asserts:
- documentIndex: &IngressDocument 2
isKind:
@ -20,7 +27,7 @@ tests:
service:
name: RELEASE-NAME
port:
number: 8080
number: *httpPort
- it: custom service reference should pass
set:
@ -33,7 +40,7 @@ tests:
name: pathService
port: 1234
asserts:
- documentIndex: &IngressDocument 2
- documentIndex: &IngressDocument 1
isKind:
of: Ingress
- documentIndex: *IngressDocument
@ -49,6 +56,7 @@ tests:
set:
service:
main:
controller: main
ports:
http:
port: &httpPort 8081