From 61b649e1fcbaad86abc6664a1ff3d29b064c78b6 Mon Sep 17 00:00:00 2001 From: yehiel etah Date: Tue, 12 Dec 2023 09:45:36 +0200 Subject: [PATCH 1/3] Update values.yaml remove limits and image pull policy changed to IfNotPresent --- charts/ocean-network-client/values.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/charts/ocean-network-client/values.yaml b/charts/ocean-network-client/values.yaml index d532a34..8a030e9 100644 --- a/charts/ocean-network-client/values.yaml +++ b/charts/ocean-network-client/values.yaml @@ -10,7 +10,7 @@ image: # -- (Optional) Image repository. repository: public.ecr.aws/spotinst/spot-network-client # -- (Optional) Image pull policy. - pullPolicy: Always + pullPolicy: IfNotPresent # -- (Optional) Image pull secrets. pullSecrets: [] # -- (Optional) Image tag. Defaults to `.Chart.AppVersion`. @@ -20,10 +20,7 @@ image: # Ref: http://kubernetes.io/docs/user-guide/compute-resources/ resources: requests: - cpu: 40m - memory: 150Mi - limits: - cpu: 40m + cpu: 30m memory: 150Mi # -- (Optional) Tolerations - Enable pods to run an all nodes in cluster From d7e939cdad1c28d7b2256c043432ae7a4cd507b9 Mon Sep 17 00:00:00 2001 From: yehiel etah Date: Tue, 12 Dec 2023 10:01:18 +0200 Subject: [PATCH 2/3] Update README.md --- charts/ocean-network-client/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/ocean-network-client/README.md b/charts/ocean-network-client/README.md index bf6c4b8..f941b3d 100644 --- a/charts/ocean-network-client/README.md +++ b/charts/ocean-network-client/README.md @@ -1,6 +1,6 @@ # ocean-network-client -![Version: 1.0.15](https://img.shields.io/badge/Version-1.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.6](https://img.shields.io/badge/AppVersion-1.0.6-informational?style=flat-square) +![Version: 1.0.16](https://img.shields.io/badge/Version-1.0.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.6](https://img.shields.io/badge/AppVersion-1.0.6-informational?style=flat-square) A Helm chart for Ocean Network Client @@ -44,14 +44,14 @@ helm install my-release spot/ocean-network-client | Key | Type | Default | Description | |-----|------|---------|-------------| -| image.pullPolicy | Optional | `"Always"` | Image pull policy. | +| image.pullPolicy | Optional | `"IfNotPresent"` | Image pull policy. | | image.pullSecrets | Optional | `[]` | Image pull secrets. | | image.repository | Optional | `"public.ecr.aws/spotinst/spot-network-client"` | Image repository. | | image.tag | Optional | `""` | Image tag. Defaults to `.Chart.AppVersion`. | | namespace | Optional | `"kube-system"` | Namespace where components should be installed. | | oceanController.configMapName | Optional | `"spotinst-kubernetes-cluster-controller-config"` | ConfigMap name. | | oceanController.secretName | Optional | `"spotinst-kubernetes-cluster-controller"` | Secret name. | -| resources | Optional | `{"limits":{"cpu":"40m","memory":"150Mi"},"requests":{"cpu":"40m","memory":"150Mi"}}` | Resource requests and limits. Ref: http://kubernetes.io/docs/user-guide/compute-resources/ | +| resources | Optional | `{"requests":{"cpu":"30m","memory":"150Mi"}}` | Resource requests and limits. Ref: http://kubernetes.io/docs/user-guide/compute-resources/ | | tolerations | Optional | `[{"operator":"Exists"}]` | Tolerations - Enable pods to run an all nodes in cluster Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/ | ---------------------------------------------- From d1f67e44c1cf99354ca5b518c76a52644a4e80fd Mon Sep 17 00:00:00 2001 From: yehiel etah Date: Tue, 12 Dec 2023 10:02:31 +0200 Subject: [PATCH 3/3] Update Chart.yaml bump version --- charts/ocean-network-client/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ocean-network-client/Chart.yaml b/charts/ocean-network-client/Chart.yaml index 723d4c3..82518bb 100644 --- a/charts/ocean-network-client/Chart.yaml +++ b/charts/ocean-network-client/Chart.yaml @@ -17,7 +17,7 @@ maintainers: # 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: 1.0.15 +version: 1.0.16 # 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