Skip to content

Commit

Permalink
adjusted naming
Browse files Browse the repository at this point in the history
  • Loading branch information
M_Westerholz committed Oct 11, 2024
1 parent e9e0a3e commit f4cf298
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/install-and-run-spsh-loadtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
run: |
helm repo add dbildungsplattform https://dbildungsplattform.github.io/helm-charts-registry/
- name: Rollout spsh-k6-loadtest Helm Chart
- name: Rollout schulportal-load-tests Helm Chart
run: |
helm upgrade --install \
spsh-k6-loadtest \
schulportal-load-tests \
./charts/schulportal-load-tests \
--namespace spsh \
--namespace loadtest \
--kubeconfig /home/runner/.kube/config \
--wait
6 changes: 3 additions & 3 deletions .github/workflows/publish-image-and-helm-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "[0-9]+.[0-9]+.[0-9]+"

concurrency:
group: spsh-loadtest-main
group: schulportal-load-tests-main
cancel-in-progress: true

jobs:
Expand All @@ -17,7 +17,7 @@ jobs:
contents: read
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/[email protected]
with:
image_name: "spsh-k6-loadtest"
image_name: "schulportal-load-tests"
run_trivy_scan: true
image_tag_generation: "version_git_tag"
add_latest_tag: true
Expand All @@ -26,7 +26,7 @@ jobs:
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/[email protected]
secrets: inherit
with:
chart_name: spsh-k6-loadtest
chart_name: schulportal-load-tests
helm_chart_version_generation: specified
image_tag_generation: specified
helm_chart_version: ${{ github.ref_name }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-image-on-push-to-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'main'

concurrency:
group: spsh-loadtest-${{ github.ref }}
group: schulportal-load-tests-${{ github.ref }}
cancel-in-progress: true

jobs:
Expand All @@ -17,7 +17,7 @@ jobs:
contents: read
uses: dBildungsplattform/dbp-github-workflows/.github/workflows/[email protected]
with:
image_name: "spsh-k6-loadtest"
image_name: "schulportal-load-tests"
run_trivy_scan: true
image_tag_generation: "ticket_from_branch"
add_latest_tag: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan-helm-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:

concurrency:
group: spsh-loadtest-scan-helm-${{ github.event.ref }}
group: schulportal-load-tests-scan-helm-${{ github.event.ref }}
cancel-in-progress: true

jobs:
Expand Down
6 changes: 3 additions & 3 deletions charts/schulportal-load-tests/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
name: spsh-load-test
name: schulportal-load-tests
description: A Helm chart for distributed k6 loadtests in kubernetes.
version: 1.0.0
appVersion: "1.16.0"
version: 0.0.1
appVersion: "0.0.1"

0 comments on commit f4cf298

Please sign in to comment.