Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Incorrect chart values for user, group and memory limit #344

Merged
merged 1 commit into from
Sep 28, 2024
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
4 changes: 2 additions & 2 deletions charts/node-red/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ icon: https://nodered.org/about/resources/media/node-red-icon-2.png

type: application

version: 0.32.1
version: 0.32.2
appVersion: 3.1.9

keywords:
Expand All @@ -29,7 +29,7 @@ maintainers:
annotations:
artifacthub.io/containsSecurityUpdates: "false"
artifacthub.io/changes: |
- update quay.io/kiwigrid/k8s-sidecar to 1.27.1
- Incorrect chart values for memory limit
artifacthub.io/images: |
- name: node-red
image: docker.io/nodered/node-red:3.1.9
Expand Down
2 changes: 1 addition & 1 deletion charts/node-red/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ resources:
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
limits:
cpu: 500m
memory: 5123Mi
memory: 512Mi
gianmarco-mameli marked this conversation as resolved.
Show resolved Hide resolved
requests:
cpu: 100m
memory: 128Mi
Expand Down
Loading