Skip to content

Commit

Permalink
test GHA 7
Browse files Browse the repository at this point in the history
  • Loading branch information
aimee-889 committed Oct 15, 2024
1 parent 41f8252 commit 4b66cd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/schulportal-load-tests/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
automountServiceAccountToken: false
containers:
- name: {{ $job_name }}
image: ghcr.io/dbildungsplattform/schulportal-load-test:{{$job_options.iamge-tag}}
image: ghcr.io/dbildungsplattform/schulportal-load-test:{{ $job_options.iamgeTag }}
imagePullPolicy: Always
securityContext:
allowPrivilegeEscalation: false
Expand Down
2 changes: 1 addition & 1 deletion charts/schulportal-load-tests/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cronjobs:
port: 5656
serviceName: dev-scenario
# image-tag: latest
image-tag: SPSH-1012
imageTag: SPSH-1012
environment: main.dev.spsh.dbildungsplattform.de
# jobsParallelism: not used yet but available? test it
# staging-scenario:
Expand Down

0 comments on commit 4b66cd7

Please sign in to comment.