Skip to content

Commit

Permalink
[src] stable image for network client
Browse files Browse the repository at this point in the history
  • Loading branch information
avitalwerz authored Sep 12, 2022
1 parent 0c65dfc commit f76def9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 10 deletions.
4 changes: 2 additions & 2 deletions charts/ocean-network-client/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ 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.1
version: 1.0.2

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.0.0-8-lb_endpoint-d0ec127"
appVersion: "1.0.0"
32 changes: 24 additions & 8 deletions charts/ocean-network-client/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# ocean-network-client

![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)

A Helm chart for Ocean Network Client

**Homepage:** <https://github.com/spotinst/charts/tree/main/charts/ocean-network-client>

## Maintainers

| Name | Email | Url |
| ---- | ------ | --- |
| spotinst | <ng-spot-info@netapp.com> | |

## Source Code

* <https://github.com/spotinst/spot-network-client>

A Helm chart for Ocean Network Client.

Expand Down Expand Up @@ -30,13 +44,15 @@ helm install my-release spot/ocean-network-client

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| image.pullPolicy | Optional | `"Always"` | (Optional) Image pull policy. |
| image.repository | Optional | `"public.ecr.aws/spotinst/spot-network-client"` | (Optional) Image repository. |
| image.tag | Optional | `""` | (Optional) Image tag. Defaults to `.Chart.AppVersion`. |
| name | string | `"spotinst-ocean-network-client"` | |
| namespace | string | `"kube-system"` | (Optional) Namespace where components should be installed. |
| image.repository | string | `"public.ecr.aws/spotinst/spot-network-client"` | (Optional) Image repository. |
| image.tag | string | `""` | (Optional) Image tag. Defaults to `.Chart.AppVersion`. |
| image.pullPolicy | string | `"Always"` | (Optional) Image pull policy. |
| resources | object | `{"limits":{"cpu":"300m","memory":"500Mi"},"requests":{"cpu":"10m","memory":"150Mi"}}` | (Optional) Resource requests and limits. Ref: http://kubernetes.io/docs/user-guide/compute-resources/ |
| oceanController.configMapName | string | `"spotinst-kubernetes-cluster-controller-config"` | (Optional) ConfigMap name. |
| oceanController.secretName | string | `"spotinst-kubernetes-cluster-controller"` | (Optional) Secret name. |
| oceanController.configMapName | Optional | `"spotinst-kubernetes-cluster-controller-config"` | (Optional) ConfigMap name. |
| oceanController.secretName | Optional | `"spotinst-kubernetes-cluster-controller"` | (Optional) Secret name. |
| resources | Optional | `{"limits":{"cpu":"300m","memory":"500Mi"},"requests":{"cpu":"10m","memory":"150Mi"}}` | (Optional) Resource requests and limits. Ref: http://kubernetes.io/docs/user-guide/compute-resources/ |
| tolerations | Optional | `[{"operator":"Exists"}]` | (Optional) Tolerations - Enable pods to run an all nodes in cluster Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/ |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.7.0](https://github.com/norwoodj/helm-docs/releases/v1.7.0)
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)

0 comments on commit f76def9

Please sign in to comment.