Socket
Socket
Sign inDemoInstall

@helm-charts/bitnami-metrics-server

Package Overview
Dependencies
1
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.2-0.1.0 to 2.3.0-0.1.0

1

chart/README.md

@@ -51,2 +51,3 @@ # Metrics Server

| `global.imageRegistry` | Global Docker image registry | `nil` |
| `global.imagePullSecrets`| Global Docker registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
| `image.registry` | Metrics Server image registry | `docker.io` |

@@ -53,0 +54,0 @@ | `image.repository` | Metrics Server image name | `bitnami/metrics-server` |

2

package.json
{
"name": "@helm-charts/bitnami-metrics-server",
"version": "2.2.2-0.1.0",
"version": "2.3.0-0.1.0",
"description": "Metrics Server is a cluster-wide aggregator of resource usage data. Metrics Server collects metrics from the Summary API, exposed by Kubelet on each node.",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -9,3 +9,3 @@ # `@helm-charts/bitnami-metrics-server`

| Chart Name | metrics-server |
| Chart Version | 2.2.2 |
| Chart Version | 2.3.0 |
| NPM Package Version | 0.1.0 |

@@ -18,7 +18,10 @@

```yaml
## Global Docker image registry
## Please, note that this will override the image registry for all the images, including dependencies, configured to use the global value
## Global Docker image parameters
## Please, note that this will override the image parameters, including dependencies, configured to use the global value
## Current available global Docker image parameters: imageRegistry and imagePullSecrets
##
# global:
# imageRegistry:
# imageRegistry: myRegistryName
# imagePullSecrets:
# - myRegistryKeySecretName

@@ -38,2 +41,9 @@ ## Bitnami Metrics Server image version

## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
##
# pullSecrets:
# - myRegistryKeySecretName
rbac:

@@ -128,19 +138,20 @@ # Specifies whether RBAC resources should be created

| Parameter | Description | Default |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------- |
| `global.imageRegistry` | Global Docker image registry | `nil` |
| `image.registry` | Metrics Server image registry | `docker.io` |
| `image.repository` | Metrics Server image name | `bitnami/metrics-server` |
| `image.tag` | Metrics Server image tag | `{VERSION}` |
| `image.pullPolicy` | Metrics Server image pull policy | `Always` |
| `securePort` | Port where metrics-server will be running | `8443` |
| `service.type` | Kubernetes Service type | `ClusterIP` |
| `service.port` | Kubernetes Service port | `443` |
| `service.annotations` | Annotations for the Service | {} |
| `service.loadBalancerIP` | LoadBalancer IP if Service type is `LoadBalancer` | `nil` |
| `service.nodePort` | NodePort if Service type is `LoadBalancer` or `NodePort` | `nil` |
| `rbac.create` | Enable RBAC authentication | `true` |
| `serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true` |
| `serviceAccount.name` | The name of the ServiceAccount to create | Generated using the fullname template |
| `apiService.create` | Specifies whether the v1beta1.metrics.k8s.io API service should be created (This should not be necessary in k8s version >= 1.8) | `false` |
| Parameter | Description | Default |
| ------------------------- | ------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------- |
| `global.imageRegistry` | Global Docker image registry | `nil` |
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
| `image.registry` | Metrics Server image registry | `docker.io` |
| `image.repository` | Metrics Server image name | `bitnami/metrics-server` |
| `image.tag` | Metrics Server image tag | `{VERSION}` |
| `image.pullPolicy` | Metrics Server image pull policy | `Always` |
| `securePort` | Port where metrics-server will be running | `8443` |
| `service.type` | Kubernetes Service type | `ClusterIP` |
| `service.port` | Kubernetes Service port | `443` |
| `service.annotations` | Annotations for the Service | {} |
| `service.loadBalancerIP` | LoadBalancer IP if Service type is `LoadBalancer` | `nil` |
| `service.nodePort` | NodePort if Service type is `LoadBalancer` or `NodePort` | `nil` |
| `rbac.create` | Enable RBAC authentication | `true` |
| `serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true` |
| `serviceAccount.name` | The name of the ServiceAccount to create | Generated using the fullname template |
| `apiService.create` | Specifies whether the v1beta1.metrics.k8s.io API service should be created (This should not be necessary in k8s version >= 1.8) | `false` |

@@ -147,0 +158,0 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,

@@ -6,2 +6,3 @@ export interface ChartValues {

global?: {
imagePullSecrets?: any;
imageRegistry?: any;

@@ -11,2 +12,3 @@ };

pullPolicy?: any;
pullSecrets?: any;
registry?: any;

@@ -16,2 +18,7 @@ repository?: any;

};
metrics?: {
image?: {
pullSecrets?: any;
};
};
nameOverride?: any;

@@ -18,0 +25,0 @@ rbac?: {

@@ -8,2 +8,3 @@ // Automatically generated

global?: {
imagePullSecrets?: any
imageRegistry?: any

@@ -13,2 +14,3 @@ }

pullPolicy?: any
pullSecrets?: any
registry?: any

@@ -18,2 +20,7 @@ repository?: any

}
metrics?: {
image?: {
pullSecrets?: any
}
}
nameOverride?: any

@@ -20,0 +27,0 @@ rbac?: {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc