Skip to content

Commit

Permalink
feat: trigger a release (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
JossWhittle authored Apr 23, 2024
1 parent 41b0220 commit c2258f2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/controller-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-container.yaml@feat/inuit-auto
with:
job-name: controller-container
comment-pr: "true"
comment-release: "true"
registry: ${{ vars.HARBOR_REGISTRY }}
registry-user: ${{ vars.HARBOR_USER }}
registry-repo: ${{ vars.HARBOR_PROJECT }}/controller
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/fizzbuzz-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@feat/inuit-auto
with:
job-name: fizzbuzz-chart
comment-enabled: 'true'
comment-pr: "true"
comment-release: "true"
registry: ${{ vars.HARBOR_REGISTRY }}
registry-user: ${{ vars.HARBOR_USER }}
registry-project: ${{ vars.HARBOR_PROJECT }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/fizzbuzz-crds-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-chart.yaml@feat/inuit-auto
with:
job-name: fizzbuzz-crds-chart
comment-enabled: 'true'
comment-pr: "true"
comment-release: "true"
registry: ${{ vars.HARBOR_REGISTRY }}
registry-user: ${{ vars.HARBOR_USER }}
registry-project: ${{ vars.HARBOR_PROJECT }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/trino-container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
uses: SwanseaUniversityMedical/workflows/.github/workflows/pr-and-release-container.yaml@feat/inuit-auto
with:
job-name: trino-container
comment-pr: "true"
comment-release: "true"
registry: ${{ vars.HARBOR_REGISTRY }}
registry-user: ${{ vars.HARBOR_USER }}
registry-repo: ${{ vars.HARBOR_PROJECT }}/trino
Expand Down
1 change: 0 additions & 1 deletion charts/fizzbuzz-crds/values.yaml
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
# test
2 changes: 0 additions & 2 deletions charts/fizzbuzz/values.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
extraManifests: []

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

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

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

FROM trinodb/trino:$BASE_VERSION
ARG BASE_VERSION

# test

0 comments on commit c2258f2

Please sign in to comment.