Skip to content

Commit 7dc7786

Browse files
committed
chore: test ci
test ci. Signed-off-by: Noel Georgi <[email protected]>
1 parent 4de9df1 commit 7dc7786

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/helm.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-05-07T06:21:30Z by kres 1a0156b-dirty.
3+
# Generated on 2025-05-07T06:36:31Z by kres 1a0156b-dirty.
44

55
name: helm
66
concurrency:
7-
group: ${{ github.head_ref || github.run_id }}
7+
group: helm-${{ github.head_ref || github.run_id }}
88
cancel-in-progress: true
99
"on":
1010
push:
@@ -71,7 +71,7 @@ jobs:
7171
- name: Template chart
7272
if: github.event_name == 'pull_request'
7373
run: |
74-
helm template -f deploy/helm/roller-derby/values.yaml deploy/helm/roller-derby roller-derby
74+
helm template -f deploy/helm/roller-derby/values.yaml roller-derby deploy/helm/roller-derby
7575
- name: helm login
7676
if: startsWith(github.ref, 'refs/tags/')
7777
run: |

deploy/helm/roller-derby/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Declare variables to be passed into your templates.
44

55
# This will set the replicaset count more information can be found here: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset/
6-
replicaCount: 1
6+
replicaCount: 2
77

88
# This sets the container image more information can be found here: https://kubernetes.io/docs/concepts/containers/images/
99
image:

testfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
adds very important data.
22
More data...
3+
More data...

0 commit comments

Comments
 (0)