Skip to content

Commit cf57471

Browse files
committed
update memory limit used by helm hooks
1 parent 264314a commit cf57471

8 files changed

Lines changed: 14 additions & 12 deletions

File tree

.github/workflows/helm.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
16+
with:
17+
version: v4.1.4
1618
- name: Linting Charts
1719
run: |
1820
set -euo pipefail

charts/rhai-on-xks-chart/templates/hooks/post-install-crs-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
resources:
3636
limits:
3737
cpu: 200m
38-
memory: 128Mi
38+
memory: 512Mi
3939
requests:
4040
cpu: 50m
4141
memory: 64Mi

charts/rhai-on-xks-chart/templates/hooks/post-install-gateway-job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
resources:
3636
limits:
3737
cpu: 200m
38-
memory: 128Mi
38+
memory: 512Mi
3939
requests:
4040
cpu: 50m
4141
memory: 64Mi

charts/rhai-on-xks-chart/test/snapshots/azure-with-pull-secret.snap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2825,7 +2825,7 @@ spec:
28252825
resources:
28262826
limits:
28272827
cpu: 200m
2828-
memory: 128Mi
2828+
memory: 512Mi
28292829
requests:
28302830
cpu: 50m
28312831
memory: 64Mi
@@ -2916,7 +2916,7 @@ spec:
29162916
resources:
29172917
limits:
29182918
cpu: 200m
2919-
memory: 128Mi
2919+
memory: 512Mi
29202920
requests:
29212921
cpu: 50m
29222922
memory: 64Mi

charts/rhai-on-xks-chart/test/snapshots/azure-with-related-images.snap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2689,7 +2689,7 @@ spec:
26892689
resources:
26902690
limits:
26912691
cpu: 200m
2692-
memory: 128Mi
2692+
memory: 512Mi
26932693
requests:
26942694
cpu: 50m
26952695
memory: 64Mi
@@ -2780,7 +2780,7 @@ spec:
27802780
resources:
27812781
limits:
27822782
cpu: 200m
2783-
memory: 128Mi
2783+
memory: 512Mi
27842784
requests:
27852785
cpu: 50m
27862786
memory: 64Mi

charts/rhai-on-xks-chart/test/snapshots/coreweave-with-pull-secret.snap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2825,7 +2825,7 @@ spec:
28252825
resources:
28262826
limits:
28272827
cpu: 200m
2828-
memory: 128Mi
2828+
memory: 512Mi
28292829
requests:
28302830
cpu: 50m
28312831
memory: 64Mi
@@ -2916,7 +2916,7 @@ spec:
29162916
resources:
29172917
limits:
29182918
cpu: 200m
2919-
memory: 128Mi
2919+
memory: 512Mi
29202920
requests:
29212921
cpu: 50m
29222922
memory: 64Mi

charts/rhai-on-xks-chart/test/snapshots/coreweave.snap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2687,7 +2687,7 @@ spec:
26872687
resources:
26882688
limits:
26892689
cpu: 200m
2690-
memory: 128Mi
2690+
memory: 512Mi
26912691
requests:
26922692
cpu: 50m
26932693
memory: 64Mi
@@ -2778,7 +2778,7 @@ spec:
27782778
resources:
27792779
limits:
27802780
cpu: 200m
2781-
memory: 128Mi
2781+
memory: 512Mi
27822782
requests:
27832783
cpu: 50m
27842784
memory: 64Mi

charts/rhai-on-xks-chart/test/snapshots/with-custom-namespace.snap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2687,7 +2687,7 @@ spec:
26872687
resources:
26882688
limits:
26892689
cpu: 200m
2690-
memory: 128Mi
2690+
memory: 512Mi
26912691
requests:
26922692
cpu: 50m
26932693
memory: 64Mi
@@ -2778,7 +2778,7 @@ spec:
27782778
resources:
27792779
limits:
27802780
cpu: 200m
2781-
memory: 128Mi
2781+
memory: 512Mi
27822782
requests:
27832783
cpu: 50m
27842784
memory: 64Mi

0 commit comments

Comments
 (0)