Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
with:
fetch-depth: 0
- uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
with:
version: v4.1.4

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With 4.2+, ocp helm chart fails validation, so for this backport I pinned it to 4.1.4. We could also update the values schema in case

- name: Linting Charts
run: |
set -euo pipefail
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 512Mi
requests:
cpu: 50m
memory: 64Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 512Mi
requests:
cpu: 50m
memory: 64Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2825,7 +2825,7 @@ spec:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 512Mi
requests:
cpu: 50m
memory: 64Mi
Expand Down Expand Up @@ -2916,7 +2916,7 @@ spec:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 512Mi
requests:
cpu: 50m
memory: 64Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2689,7 +2689,7 @@ spec:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 512Mi
requests:
cpu: 50m
memory: 64Mi
Expand Down Expand Up @@ -2780,7 +2780,7 @@ spec:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 512Mi
requests:
cpu: 50m
memory: 64Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2825,7 +2825,7 @@ spec:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 512Mi
requests:
cpu: 50m
memory: 64Mi
Expand Down Expand Up @@ -2916,7 +2916,7 @@ spec:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 512Mi
requests:
cpu: 50m
memory: 64Mi
Expand Down
4 changes: 2 additions & 2 deletions charts/rhai-on-xks-chart/test/snapshots/coreweave.snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2687,7 +2687,7 @@ spec:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 512Mi
requests:
cpu: 50m
memory: 64Mi
Expand Down Expand Up @@ -2778,7 +2778,7 @@ spec:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 512Mi
requests:
cpu: 50m
memory: 64Mi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2687,7 +2687,7 @@ spec:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 512Mi
requests:
cpu: 50m
memory: 64Mi
Expand Down Expand Up @@ -2778,7 +2778,7 @@ spec:
resources:
limits:
cpu: 200m
memory: 128Mi
memory: 512Mi
requests:
cpu: 50m
memory: 64Mi
Expand Down
Loading