diff --git a/charts/fizzbuzz-crds/values.yaml b/charts/fizzbuzz-crds/values.yaml index e69de29b..83c831f0 100644 --- a/charts/fizzbuzz-crds/values.yaml +++ b/charts/fizzbuzz-crds/values.yaml @@ -0,0 +1 @@ +# test diff --git a/charts/fizzbuzz/values.yaml b/charts/fizzbuzz/values.yaml index 72b4055e..afa32e72 100644 --- a/charts/fizzbuzz/values.yaml +++ b/charts/fizzbuzz/values.yaml @@ -1 +1,3 @@ extraManifests: [] + +# test diff --git a/containers/controller/Dockerfile b/containers/controller/Dockerfile index 019f959b..923729ed 100644 --- a/containers/controller/Dockerfile +++ b/containers/controller/Dockerfile @@ -15,3 +15,5 @@ COPY src/ /opt/ ENTRYPOINT ["python3", "/opt/controller.py"] #CMD ["--help"] + +# test diff --git a/containers/trino/Dockerfile b/containers/trino/Dockerfile index 81db8241..65b6d161 100644 --- a/containers/trino/Dockerfile +++ b/containers/trino/Dockerfile @@ -3,3 +3,5 @@ ARG BASE_VERSION=444 FROM trinodb/trino:$BASE_VERSION ARG BASE_VERSION + +# test