mirror of
https://github.com/bitnami/charts.git
synced 2026-02-13 14:37:09 +08:00
[bitnami/multus-cni] Global StorageClass as default value (#28064)
This commit is contained in:
committed by
GitHub
parent
56560114a9
commit
fcfb5d0a33
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2.1.7 (2024-07-04)
|
||||
## 2.1.8 (2024-07-16)
|
||||
|
||||
* [bitnami/multus-cni] Release 2.1.7 ([#27770](https://github.com/bitnami/charts/pull/27770))
|
||||
* [bitnami/multus-cni] Global StorageClass as default value ([#28064](https://github.com/bitnami/charts/pull/28064))
|
||||
|
||||
## <small>2.1.7 (2024-07-04)</small>
|
||||
|
||||
* [bitnami/multus-cni] Release 2.1.7 (#27770) ([0d4001e](https://github.com/bitnami/charts/commit/0d4001ef1bd840b0bc01e6dedf895ae18f17cc46)), closes [#27770](https://github.com/bitnami/charts/issues/27770)
|
||||
|
||||
## <small>2.1.6 (2024-07-03)</small>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.20.3
|
||||
digest: sha256:569e1c9d81abdcad3891e065c0f23c83786527d2043f2bc68193c43d18886c19
|
||||
generated: "2024-06-18T11:54:32.95293618Z"
|
||||
version: 2.20.5
|
||||
digest: sha256:5b98791747a148b9d4956b81bb8635f49a0ae831869d700d52e514b8fd1a2445
|
||||
generated: "2024-07-16T12:13:53.20936+02:00"
|
||||
|
||||
@@ -10,23 +10,23 @@ annotations:
|
||||
apiVersion: v2
|
||||
appVersion: 4.0.2
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description: Multus is a CNI plugin for Kubernetes clusters. Written in Go, features adding multiple network interfaces to pods.
|
||||
home: https://bitnami.com
|
||||
icon: https://bitnami.com/assets/stacks/multus-cni/img/multus-cni-stack-220x234.png
|
||||
keywords:
|
||||
- multus-cni
|
||||
- cni
|
||||
- kubernetes
|
||||
- networking
|
||||
- multus-cni
|
||||
- cni
|
||||
- kubernetes
|
||||
- networking
|
||||
maintainers:
|
||||
- name: Broadcom, Inc. All Rights Reserved.
|
||||
url: https://github.com/bitnami/charts
|
||||
- name: Broadcom, Inc. All Rights Reserved.
|
||||
url: https://github.com/bitnami/charts
|
||||
name: multus-cni
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/multus-cni
|
||||
version: 2.1.7
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/multus-cni
|
||||
version: 2.1.8
|
||||
|
||||
@@ -97,7 +97,8 @@ As an alternative, you can use of the preset configurations for pod affinity, po
|
||||
| ----------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ |
|
||||
| `global.imageRegistry` | Global Docker image registry | `""` |
|
||||
| `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
|
||||
| `global.storageClass` | Global StorageClass for Persistent Volume(s) | `""` |
|
||||
| `global.defaultStorageClass` | Global default StorageClass for Persistent Volume(s) | `""` |
|
||||
| `global.storageClass` | DEPRECATED: use global.defaultStorageClass instead | `""` |
|
||||
| `global.compatibility.openshift.adaptSecurityContext` | Adapt the securityContext sections of the deployment to make them compatible with Openshift restricted-v2 SCC: remove runAsUser, runAsGroup and fsGroup and let the platform use their allowed default IDs. Possible values: auto (apply if the detected running cluster is Openshift), force (perform the adaptation always), disabled (do not perform adaptation) | `auto` |
|
||||
|
||||
### Common parameters
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
|
||||
## @param global.imageRegistry Global Docker image registry
|
||||
## @param global.imagePullSecrets Global Docker registry secret names as an array
|
||||
## @param global.storageClass Global StorageClass for Persistent Volume(s)
|
||||
## @param global.defaultStorageClass Global default StorageClass for Persistent Volume(s)
|
||||
## @param global.storageClass DEPRECATED: use global.defaultStorageClass instead
|
||||
##
|
||||
global:
|
||||
imageRegistry: ""
|
||||
@@ -18,6 +19,7 @@ global:
|
||||
## - myRegistryKeySecretName
|
||||
##
|
||||
imagePullSecrets: []
|
||||
defaultStorageClass: ""
|
||||
storageClass: ""
|
||||
## Compatibility adaptations for Kubernetes platforms
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user