Skip to content

Commit de26ec9

Browse files
committed
Fix helm linting error
1 parent 8b50fa6 commit de26ec9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ jobs:
144144
145145
- name: 🐳 Helm lint
146146
working-directory: deploy/helm/ifrcgo-helm
147-
run: helm lint ./ --values ./values-staging.yaml
147+
run: helm lint ./
148148

149149
- name: 🐳 Helm template
150150
working-directory: deploy/helm/ifrcgo-helm
151-
run: helm template ./ --values ./values-staging.yaml
151+
run: helm template ./

deploy/helm/ifrcgo-helm/values.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@ redis:
101101
limits:
102102
cpu: "1"
103103
memory: 2Gi
104+
resources:
105+
requests:
106+
cpu: "0.5"
107+
memory: 1Gi
108+
limits:
109+
cpu: "1"
110+
memory: 2Gi
104111

105112
# https://artifacthub.io/packages/helm/bitnami/minio
106113
# extraEnvVars: https://github.com/bitnami/containers/blob/main/bitnami/minio/README.md#environment-variables

0 commit comments

Comments
 (0)