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.0.5-0.1.0 to 2.1.0-0.1.0

1

chart/README.md

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

|--------------------------|-----------------------------------------------------------------------------|----------------------------------------|
| `global.imageRegistry` | Global Docker image registry | `nil` |
| `image.registry` | Metrics Server image registry | `docker.io` |

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

2

package.json
{
"name": "@helm-charts/bitnami-metrics-server",
"version": "2.0.5-0.1.0",
"version": "2.1.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.0.5 |
| Chart Version | 2.1.0 |
| NPM Package Version | 0.1.0 |

@@ -18,2 +18,8 @@

```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:
# imageRegistry:
## Bitnami Metrics Server image version

@@ -123,2 +129,3 @@ ## ref: https://hub.docker.com/r/bitnami/metrics-server/tags/

| ------------------------ | -------------------------------------------------------------------------- | ------------------------------------- |
| `global.imageRegistry` | Global Docker image registry | `nil` |
| `image.registry` | Metrics Server image registry | `docker.io` |

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

@@ -5,2 +5,5 @@ export interface ChartValues {

};
global?: {
imageRegistry?: any;
};
image?: {

@@ -7,0 +10,0 @@ pullPolicy?: any;

@@ -7,2 +7,5 @@ // Automatically generated

}
global?: {
imageRegistry?: any
}
image?: {

@@ -9,0 +12,0 @@ pullPolicy?: any

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