Skip to content

Commit

Permalink
Update charts/node-red/Chart.yaml (#344)
Browse files Browse the repository at this point in the history
Signed-off-by: Gianmarco Mameli <gnammyx@gmail.com>
  • Loading branch information
gianmarco-mameli authored Sep 28, 2024
1 parent 420b1bb commit 43916a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
requests:
cpu: 100m
memory: 128Mi
Expand Down

0 comments on commit 43916a8

Please sign in to comment.