Skip to content

Commit d87f2fd

Browse files
andibeugeAndreas Beuge
andauthored
chore: use latest ci version (#6)
* chore: use latest ci version * fix: ci version --------- Co-authored-by: Andreas Beuge <andreasbeuge@11668ffe-ed99-40d5-938f-58990e1f090b.fritz.box>
1 parent 5a0ab7d commit d87f2fd

7 files changed

Lines changed: 9 additions & 12 deletions

File tree

.github/workflows/deployment.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ jobs:
2424

2525
from-dispatch:
2626
needs: set-repo-name
27-
uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.2.6
27+
uses: parcelLab/ci/.github/workflows/deployment.yaml@v8
2828
with:
2929
appName: ${{ needs.set-repo-name.outputs.repo_name }}
3030
author: ${{ github.event.inputs.author }}
31-
chartInAppRepo: true
3231
description: ${{ github.event.inputs.description }}
3332
env: ${{ github.event.inputs.env }}
3433
namespace: infra

.github/workflows/json.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ on:
1111
workflow_dispatch:
1212
jobs:
1313
lint:
14-
uses: parcelLab/ci/.github/workflows/json.yaml@v8.2.6
14+
uses: parcelLab/ci/.github/workflows/json.yaml@v8

.github/workflows/kubernetes.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
deploy:
99
needs: set-repo-name
10-
uses: parcelLab/ci/.github/workflows/kubernetes.yaml@v8.2.6
10+
uses: parcelLab/ci/.github/workflows/kubernetes.yaml@v8
1111
with:
1212
deploymentRepoPath: .chart/${{ github.event.deployment.payload.env }}
1313
deploymentRepoValuesPath: .chart/${{ github.event.deployment.payload.env }}/values.yaml
@@ -19,8 +19,6 @@ jobs:
1919
slackChannelTest: D05FBHC5SQL
2020
registryHostname: 212550490986.dkr.ecr.eu-central-1.amazonaws.com
2121
enableContainerScan: false
22-
repository_kind: "ecr"
23-
chartInAppRepo: true
2422
secrets:
2523
npmGithubReadToken: ${{ secrets.PACKAGES_READ_TOKEN }}
2624
repoAccessToken: ${{ secrets.REPO_ACCESS_TOKEN }}

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ on:
99
- synchronize
1010
jobs:
1111
pr:
12-
uses: parcelLab/ci/.github/workflows/pr.yaml@v8.2.6
12+
uses: parcelLab/ci/.github/workflows/pr.yaml@v8
1313
secrets:
1414
repoAccessToken: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
draft_release:
1313
if: github.ref == 'refs/heads/main'
14-
uses: parcellab/ci/.github/workflows/release.yaml@v8.2.6
14+
uses: parcellab/ci/.github/workflows/release.yaml@v8
1515
with:
1616
commitish: ${{ github.sha }}
1717
secrets:

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
needs:
4343
- test
4444
- set-repo-name
45-
uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.2.6
45+
uses: parcelLab/ci/.github/workflows/deployment.yaml@v8
4646
with:
4747
appName: ${{ needs.set-repo-name.outputs.repo_name }}
4848
author: ${{ github.event.pusher.name }}
@@ -60,7 +60,7 @@ jobs:
6060
needs:
6161
- test
6262
- set-repo-name
63-
uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.2.6
63+
uses: parcelLab/ci/.github/workflows/deployment.yaml@v8
6464
with:
6565
appName: ${{ needs.set-repo-name.outputs.repo_name }}
6666
author: ${{ github.event.pusher.name }}
@@ -78,7 +78,7 @@ jobs:
7878
needs:
7979
- test
8080
- set-repo-name
81-
uses: parcelLab/ci/.github/workflows/deployment.yaml@v8.2.6
81+
uses: parcelLab/ci/.github/workflows/deployment.yaml@v8
8282
with:
8383
appName: ${{ needs.set-repo-name.outputs.repo_name }}
8484
author: ${{ github.event.pusher.name }}

.github/workflows/yaml.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ on:
1313
workflow_dispatch:
1414
jobs:
1515
lint:
16-
uses: parcelLab/ci/.github/workflows/yaml.yaml@v8.2.6
16+
uses: parcelLab/ci/.github/workflows/yaml.yaml@v8

0 commit comments

Comments
 (0)