From 1609bd4652a8e65b57612188743cbb5792def342 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Tue, 19 Sep 2023 12:45:07 -0400 Subject: [PATCH] update chart version and frontend cpu --- helm-charts/infisical/Chart.yaml | 2 +- helm-charts/infisical/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-charts/infisical/Chart.yaml b/helm-charts/infisical/Chart.yaml index 5964553dfc..99e53b4657 100644 --- a/helm-charts/infisical/Chart.yaml +++ b/helm-charts/infisical/Chart.yaml @@ -7,7 +7,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.3.3 +version: 0.3.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/helm-charts/infisical/values.yaml b/helm-charts/infisical/values.yaml index c83bc8993a..0bda0d6953 100644 --- a/helm-charts/infisical/values.yaml +++ b/helm-charts/infisical/values.yaml @@ -50,7 +50,7 @@ frontend: limits: memory: 100Mi requests: - cpu: 150m + cpu: 100m ## @param frontend.kubeSecretRef Backend secret resource reference name (containing required [frontend configuration variables](https://infisical.com/docs/self-hosting/configuration/envars)) ## kubeSecretRef: ""