diff --git a/unittests/helm/statefulset.yaml b/unittests/helm/statefulset.yaml index 4caf269..7eb7065 100644 --- a/unittests/helm/statefulset.yaml +++ b/unittests/helm/statefulset.yaml @@ -231,6 +231,7 @@ tests: - equal: path: spec.template.spec.containers[0].image value: test.io/act_runner:x.y.z + - it: act-runner uses digest template: templates/statefulset.yaml set: @@ -247,6 +248,7 @@ tests: - equal: path: spec.template.spec.containers[0].image value: docker.gitea.com/act_runner:0.3.1@sha256:abcdef123456 + - it: act-runner uses global.imageRegistry template: templates/statefulset.yaml set: @@ -263,6 +265,7 @@ tests: - equal: path: spec.template.spec.containers[0].image value: test.io/act_runner:0.3.1 + - it: renders additional environment variables for act-runner container in StatefulSet template: templates/statefulset.yaml set: @@ -340,6 +343,7 @@ tests: - equal: path: spec.template.spec.initContainers[1].image value: test.io/dind:x.y.z + - it: dind uses global.imageRegistry template: templates/statefulset.yaml set: @@ -418,6 +422,7 @@ tests: - equal: path: spec.template.spec.initContainers[0].image value: test.io/busybox:x.y.z + - it: init uses global.imageRegistry template: templates/statefulset.yaml set: