diff --git a/README.md b/README.md index 138d001..e28f821 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ These dependencies are enabled by default: Alternatively, the following non-HA replacements are available: -- PostgreSQL ([Bitnami PostgreSQL](postgresql](https://github.com/bitnami/charts/blob/main/bitnami/postgresql/Chart.yaml))) +- PostgreSQL ([Bitnami PostgreSQL]()) ### Dependency Versioning diff --git a/unittests/config/cache-config.yaml b/unittests/config/cache-config.yaml index cd55d90..f0291a4 100644 --- a/unittests/config/cache-config.yaml +++ b/unittests/config/cache-config.yaml @@ -3,7 +3,7 @@ release: name: gitea-unittests namespace: testing tests: - - it: "cache is configured correctly for redis-cluster" + - it: 'cache is configured correctly for redis-cluster' template: templates/gitea/config.yaml set: redis-cluster: @@ -29,7 +29,7 @@ tests: ADAPTER=memory HOST= - - it: "cache can be customized when redis-cluster is disabled" + - it: 'cache can be customized when redis-cluster is disabled' template: templates/gitea/config.yaml set: redis-cluster: diff --git a/unittests/config/queue-config.yaml b/unittests/config/queue-config.yaml index f83543a..fcc1998 100644 --- a/unittests/config/queue-config.yaml +++ b/unittests/config/queue-config.yaml @@ -3,7 +3,7 @@ release: name: gitea-unittests namespace: testing tests: - - it: "queue is configured correctly for redis-cluster" + - it: 'queue is configured correctly for redis-cluster' template: templates/gitea/config.yaml set: redis-cluster: @@ -29,7 +29,7 @@ tests: CONN_STR= TYPE=level - - it: "queue can be customized when redis-cluster is disabled" + - it: 'queue can be customized when redis-cluster is disabled' template: templates/gitea/config.yaml set: redis-cluster: diff --git a/unittests/config/session-config.yaml b/unittests/config/session-config.yaml index 2b6e771..cf5fb1b 100644 --- a/unittests/config/session-config.yaml +++ b/unittests/config/session-config.yaml @@ -3,7 +3,7 @@ release: name: gitea-unittests namespace: testing tests: - - it: "session is configured correctly for redis-cluster" + - it: 'session is configured correctly for redis-cluster' template: templates/gitea/config.yaml set: redis-cluster: @@ -29,7 +29,7 @@ tests: PROVIDER=memory PROVIDER_CONFIG= - - it: "session can be customized when redis-cluster is disabled" + - it: 'session can be customized when redis-cluster is disabled' template: templates/gitea/config.yaml set: redis-cluster: diff --git a/unittests/deployment/storage-class-configuration.yaml b/unittests/deployment/storage-class-configuration.yaml index abad587..525197f 100644 --- a/unittests/deployment/storage-class-configuration.yaml +++ b/unittests/deployment/storage-class-configuration.yaml @@ -13,27 +13,27 @@ tests: - it: should set storageClassName when persistence.storageClass is defined template: templates/gitea/pvc.yaml set: - persistence.storageClass: "my-storage-class" + persistence.storageClass: 'my-storage-class' asserts: - equal: - path: "spec.storageClassName" - value: "my-storage-class" + path: 'spec.storageClassName' + value: 'my-storage-class' - it: should set global.storageClass when persistence.storageClass is not defined template: templates/gitea/pvc.yaml set: - global.storageClass: "default-storage-class" + global.storageClass: 'default-storage-class' asserts: - equal: path: spec.storageClassName - value: "default-storage-class" + value: 'default-storage-class' - it: should set storageClassName when persistence.storageClass is defined and global.storageClass is defined template: templates/gitea/pvc.yaml set: - global.storageClass: "default-storage-class" - persistence.storageClass: "my-storage-class" + global.storageClass: 'default-storage-class' + persistence.storageClass: 'my-storage-class' asserts: - equal: path: spec.storageClassName - value: "my-storage-class" + value: 'my-storage-class' diff --git a/unittests/deployment/svc-configuration.yaml b/unittests/deployment/svc-configuration.yaml index a032470..2e10094 100644 --- a/unittests/deployment/svc-configuration.yaml +++ b/unittests/deployment/svc-configuration.yaml @@ -16,7 +16,7 @@ tests: asserts: - equal: path: metadata.labels["gitea/testkey"] - value: "testvalue" + value: 'testvalue' - it: keeps existing labels (ssh) template: templates/gitea/ssh-svc.yaml @@ -38,7 +38,7 @@ tests: asserts: - equal: path: metadata.labels["gitea/testkey"] - value: "testvalue" + value: 'testvalue' - it: keeps existing labels (http) template: templates/gitea/http-svc.yaml