Skip to content

Commit

Permalink
feat: trigger a release (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
JossWhittle authored Apr 23, 2024
1 parent 0467fae commit 41b0220
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/fizzbuzz-crds/values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# test
2 changes: 2 additions & 0 deletions charts/fizzbuzz/values.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
extraManifests: []

# test
2 changes: 2 additions & 0 deletions containers/controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ COPY src/ /opt/

ENTRYPOINT ["python3", "/opt/controller.py"]
#CMD ["--help"]

# test
2 changes: 2 additions & 0 deletions containers/trino/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ ARG BASE_VERSION=444

FROM trinodb/trino:$BASE_VERSION
ARG BASE_VERSION

# test

0 comments on commit 41b0220

Please sign in to comment.