feat: merge upstream changes week 2024-22 (#506)

Reviewed-on: https://codeberg.org/forgejo-contrib/forgejo-helm/pulls/506
This commit is contained in:
Michael Kriese 2024-05-27 08:29:19 +00:00 committed by Michael Kriese
parent af5d19ba1b
commit 7872f5cc6e
No known key found for this signature in database
GPG key ID: F8D7748549A5986A
8 changed files with 131 additions and 53 deletions

View file

@ -15,3 +15,17 @@ tests:
kind: Deployment
apiVersion: apps/v1
name: forgejo-unittests
- it: deployment labels are set
template: templates/gitea/deployment.yaml
set:
deployment.labels:
hello: world
asserts:
- isSubset:
path: metadata.labels
content:
hello: world
- isSubset:
path: spec.template.metadata.labels
content:
hello: world