Charts CI
``` Updated: dell/csi-isilon: - 2.10.1 dell/csi-powermax: - 2.10.1 dell/csi-powerstore: - 2.10.1 dell/csi-unity: - 2.10.1 dell/csi-vxflexos: - 2.10.2 jenkins/jenkins: - 5.1.24 new-relic/nri-bundle: - 5.0.79 ```pull/1022/head
parent
ea0d4af5c9
commit
51285b60fe
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,10 +1,10 @@
|
||||||
annotations:
|
annotations:
|
||||||
catalog.cattle.io/certified: partner
|
catalog.cattle.io/certified: partner
|
||||||
catalog.cattle.io/display-name: Dell CSI PowerScale
|
catalog.cattle.io/display-name: Dell CSI PowerScale
|
||||||
catalog.cattle.io/kube-version: '>= 1.21.0 < 1.30.0'
|
catalog.cattle.io/kube-version: '>= 1.23.0'
|
||||||
catalog.cattle.io/release-name: isilon
|
catalog.cattle.io/release-name: isilon
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.10.0
|
appVersion: 2.10.1
|
||||||
description: 'PowerScale CSI (Container Storage Interface) driver Kubernetes integration.
|
description: 'PowerScale CSI (Container Storage Interface) driver Kubernetes integration.
|
||||||
This chart includes everything required to provision via CSI as well as an Isilon
|
This chart includes everything required to provision via CSI as well as an Isilon
|
||||||
StorageClass. '
|
StorageClass. '
|
||||||
|
@ -12,11 +12,11 @@ icon: https://partner-charts.rancher.io/assets/logos/dell.png
|
||||||
keywords:
|
keywords:
|
||||||
- csi
|
- csi
|
||||||
- storage
|
- storage
|
||||||
kubeVersion: '>= 1.21.0 < 1.30.0'
|
kubeVersion: '>= 1.23.0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: DellEMC
|
- name: DellEMC
|
||||||
name: csi-isilon
|
name: csi-isilon
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/dell/csi-isilon
|
- https://github.com/dell/csi-isilon
|
||||||
type: application
|
type: application
|
||||||
version: 2.10.0
|
version: 2.10.1
|
||||||
|
|
|
@ -271,7 +271,7 @@ spec:
|
||||||
mountPath: /var/run/csi
|
mountPath: /var/run/csi
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
- name: csi-metadata-retriever {{ $csiSidecarSuffix }}
|
- name: csi-metadata-retriever{{ $csiSidecarSuffix }}
|
||||||
image: {{ required "Must provide the CSI metadata retriever container image." .Values.images.metadataretriever }}
|
image: {{ required "Must provide the CSI metadata retriever container image." .Values.images.metadataretriever }}
|
||||||
imagePullPolicy: {{ .Values.imagePullPolicy }}
|
imagePullPolicy: {{ .Values.imagePullPolicy }}
|
||||||
args:
|
args:
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
########################
|
########################
|
||||||
# version: version of this values file
|
# version: version of this values file
|
||||||
# Note: Do not change this value
|
# Note: Do not change this value
|
||||||
version: "v2.10.0"
|
version: "v2.10.1"
|
||||||
|
|
||||||
images:
|
images:
|
||||||
# "driver" defines the container image, used for the driver container.
|
# "driver" defines the container image, used for the driver container.
|
||||||
driver: dellemc/csi-isilon:v2.10.0
|
driver: dellemc/csi-isilon:v2.10.1
|
||||||
# CSI sidecars
|
# CSI sidecars
|
||||||
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.5.0
|
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.5.0
|
||||||
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
|
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
|
||||||
|
@ -16,10 +16,10 @@ images:
|
||||||
healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
|
healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
|
||||||
|
|
||||||
# CSM sidecars
|
# CSM sidecars
|
||||||
replication: dellemc/dell-csi-replicator:v1.8.0
|
replication: dellemc/dell-csi-replicator:v1.8.1
|
||||||
podmon: dellemc/podmon:v1.9.0
|
podmon: dellemc/podmon:v1.9.1
|
||||||
authorization: dellemc/csm-authorization-sidecar:v1.10.0
|
authorization: dellemc/csm-authorization-sidecar:v1.10.1
|
||||||
metadataretriever: dellemc/csi-metadata-retriever:v1.7.2
|
metadataretriever: dellemc/csi-metadata-retriever:v1.7.3
|
||||||
encryption: dellemc/csm-encryption:v0.3.0
|
encryption: dellemc/csm-encryption:v0.3.0
|
||||||
|
|
||||||
# CSI driver log level
|
# CSI driver log level
|
||||||
|
|
|
@ -1,15 +1,15 @@
|
||||||
annotations:
|
annotations:
|
||||||
catalog.cattle.io/certified: partner
|
catalog.cattle.io/certified: partner
|
||||||
catalog.cattle.io/display-name: Dell CSI PowerMax
|
catalog.cattle.io/display-name: Dell CSI PowerMax
|
||||||
catalog.cattle.io/kube-version: '>= 1.23.0 < 1.30.0'
|
catalog.cattle.io/kube-version: '>= 1.23.0'
|
||||||
catalog.cattle.io/release-name: csi-powermax
|
catalog.cattle.io/release-name: csi-powermax
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.10.0
|
appVersion: 2.10.1
|
||||||
dependencies:
|
dependencies:
|
||||||
- condition: required
|
- condition: required
|
||||||
name: csireverseproxy
|
name: csireverseproxy
|
||||||
repository: file://./charts/csireverseproxy
|
repository: file://./charts/csireverseproxy
|
||||||
version: 2.9.0
|
version: 2.9.1
|
||||||
description: 'PowerMax CSI (Container Storage Interface) driver Kubernetes integration.
|
description: 'PowerMax CSI (Container Storage Interface) driver Kubernetes integration.
|
||||||
This chart includes everything required to provision via CSI as well as a PowerMax
|
This chart includes everything required to provision via CSI as well as a PowerMax
|
||||||
StorageClass. '
|
StorageClass. '
|
||||||
|
@ -18,11 +18,11 @@ icon: https://partner-charts.rancher.io/assets/logos/dell.png
|
||||||
keywords:
|
keywords:
|
||||||
- csi
|
- csi
|
||||||
- storage
|
- storage
|
||||||
kubeVersion: '>= 1.23.0 < 1.30.0'
|
kubeVersion: '>= 1.23.0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: DellEMC
|
- name: DellEMC
|
||||||
name: csi-powermax
|
name: csi-powermax
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/dell/csi-powermax
|
- https://github.com/dell/csi-powermax
|
||||||
type: application
|
type: application
|
||||||
version: 2.10.0
|
version: 2.10.1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.9.0
|
appVersion: 2.9.1
|
||||||
description: A Helm chart for CSI PowerMax ReverseProxy
|
description: A Helm chart for CSI PowerMax ReverseProxy
|
||||||
name: csireverseproxy
|
name: csireverseproxy
|
||||||
type: application
|
type: application
|
||||||
version: 2.9.0
|
version: 2.9.1
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
image: dellemc/csipowermax-reverseproxy:v2.9.0
|
image: dellemc/csipowermax-reverseproxy:v2.9.1
|
||||||
port: 2222
|
port: 2222
|
||||||
|
|
||||||
# TLS secret which is used for setting up the proxy HTTPS server
|
# TLS secret which is used for setting up the proxy HTTPS server
|
||||||
|
|
|
@ -48,14 +48,14 @@ global:
|
||||||
|
|
||||||
# Current version of the driver
|
# Current version of the driver
|
||||||
# Don't modify this value as this value will be used by the install script
|
# Don't modify this value as this value will be used by the install script
|
||||||
version: "v2.10.0"
|
version: "v2.10.1"
|
||||||
|
|
||||||
# "images" defines every container images used for the driver and its sidecars.
|
# "images" defines every container images used for the driver and its sidecars.
|
||||||
# To use your own images, or a private registry, change the values here.
|
# To use your own images, or a private registry, change the values here.
|
||||||
images:
|
images:
|
||||||
# "driver" defines the container image, used for the driver container.
|
# "driver" defines the container image, used for the driver container.
|
||||||
driver: dellemc/csi-powermax:v2.10.0
|
driver: dellemc/csi-powermax:v2.10.1
|
||||||
csireverseproxy: dellemc/csipowermax-reverseproxy:v2.9.0
|
csireverseproxy: dellemc/csipowermax-reverseproxy:v2.9.1
|
||||||
# CSI sidecars
|
# CSI sidecars
|
||||||
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.5.0
|
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.5.0
|
||||||
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
|
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
|
||||||
|
@ -64,12 +64,12 @@ images:
|
||||||
registrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0
|
registrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0
|
||||||
healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
|
healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
|
||||||
# CSM sidecars
|
# CSM sidecars
|
||||||
replication: dellemc/dell-csi-replicator:v1.8.0
|
replication: dellemc/dell-csi-replicator:v1.8.1
|
||||||
authorization: dellemc/csm-authorization-sidecar:v1.10.0
|
authorization: dellemc/csm-authorization-sidecar:v1.10.1
|
||||||
migration: dellemc/dell-csi-migrator:v1.3.0
|
migration: dellemc/dell-csi-migrator:v1.3.1
|
||||||
# Node rescan sidecar does a rescan on nodes for identifying new paths
|
# Node rescan sidecar does a rescan on nodes for identifying new paths
|
||||||
# Default value: dellemc/dell-csi-node-rescanner:v1.0.1
|
# Default value: dellemc/dell-csi-node-rescanner:v1.0.1
|
||||||
noderescan: dellemc/dell-csi-node-rescanner:v1.2.0
|
noderescan: dellemc/dell-csi-node-rescanner:v1.3.1
|
||||||
## K8S/DRIVER ATTRIBUTES
|
## K8S/DRIVER ATTRIBUTES
|
||||||
########################
|
########################
|
||||||
# customDriverName: If enabled, sets the driver name to the
|
# customDriverName: If enabled, sets the driver name to the
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
annotations:
|
annotations:
|
||||||
catalog.cattle.io/certified: partner
|
catalog.cattle.io/certified: partner
|
||||||
catalog.cattle.io/display-name: Dell CSI PowerStore
|
catalog.cattle.io/display-name: Dell CSI PowerStore
|
||||||
catalog.cattle.io/kube-version: '>= 1.24.0 < 1.30.0'
|
catalog.cattle.io/kube-version: '>= 1.23.0'
|
||||||
catalog.cattle.io/release-name: powerstore
|
catalog.cattle.io/release-name: powerstore
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.10.0
|
appVersion: 2.10.1
|
||||||
description: 'PowerStore CSI (Container Storage Interface) driver Kubernetes integration.
|
description: 'PowerStore CSI (Container Storage Interface) driver Kubernetes integration.
|
||||||
This chart includes everything required to provision via CSI as well as a PowerStore
|
This chart includes everything required to provision via CSI as well as a PowerStore
|
||||||
StorageClass. '
|
StorageClass. '
|
||||||
|
@ -13,11 +13,11 @@ icon: https://partner-charts.rancher.io/assets/logos/dell.png
|
||||||
keywords:
|
keywords:
|
||||||
- csi
|
- csi
|
||||||
- storage
|
- storage
|
||||||
kubeVersion: '>= 1.24.0 < 1.30.0'
|
kubeVersion: '>= 1.23.0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: DellEMC
|
- name: DellEMC
|
||||||
name: csi-powerstore
|
name: csi-powerstore
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/dell/csi-powerstore
|
- https://github.com/dell/csi-powerstore
|
||||||
type: application
|
type: application
|
||||||
version: 2.10.0
|
version: 2.10.1
|
||||||
|
|
|
@ -23,13 +23,13 @@
|
||||||
driverName: "csi-powerstore.dellemc.com"
|
driverName: "csi-powerstore.dellemc.com"
|
||||||
# "version" is used to verify the values file matches driver version
|
# "version" is used to verify the values file matches driver version
|
||||||
# Not recommend to change
|
# Not recommend to change
|
||||||
version: v2.10.0
|
version: v2.10.1
|
||||||
|
|
||||||
# "images" defines every container images used for the driver and its sidecars.
|
# "images" defines every container images used for the driver and its sidecars.
|
||||||
# To use your own images, or a private registry, change the values here.
|
# To use your own images, or a private registry, change the values here.
|
||||||
images:
|
images:
|
||||||
# "driver" defines the container image, used for the driver container.
|
# "driver" defines the container image, used for the driver container.
|
||||||
driver: dellemc/csi-powerstore:v2.10.0
|
driver: dellemc/csi-powerstore:v2.10.1
|
||||||
# CSI sidecars
|
# CSI sidecars
|
||||||
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.5.0
|
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.5.0
|
||||||
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
|
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
|
||||||
|
@ -39,10 +39,10 @@ images:
|
||||||
healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
|
healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
|
||||||
|
|
||||||
# CSM sidecars
|
# CSM sidecars
|
||||||
replication: dellemc/dell-csi-replicator:v1.8.0
|
replication: dellemc/dell-csi-replicator:v1.8.1
|
||||||
vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.5.0
|
vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.5.1
|
||||||
podmon: dellemc/podmon:v1.9.0
|
podmon: dellemc/podmon:v1.9.1
|
||||||
metadataretriever: dellemc/csi-metadata-retriever:v1.7.2
|
metadataretriever: dellemc/csi-metadata-retriever:v1.7.3
|
||||||
|
|
||||||
# Specify kubelet config dir path.
|
# Specify kubelet config dir path.
|
||||||
# Ensure that the config.yaml file is present at this path.
|
# Ensure that the config.yaml file is present at this path.
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
annotations:
|
annotations:
|
||||||
catalog.cattle.io/certified: partner
|
catalog.cattle.io/certified: partner
|
||||||
catalog.cattle.io/display-name: Dell CSI Unity
|
catalog.cattle.io/display-name: Dell CSI Unity
|
||||||
catalog.cattle.io/kube-version: '>= 1.24.0 < 1.30.0'
|
catalog.cattle.io/kube-version: '>= 1.23.0'
|
||||||
catalog.cattle.io/release-name: unity
|
catalog.cattle.io/release-name: unity
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.10.0
|
appVersion: 2.10.1
|
||||||
description: 'Unity XT CSI (Container Storage Interface) driver Kubernetes integration.
|
description: 'Unity XT CSI (Container Storage Interface) driver Kubernetes integration.
|
||||||
This chart includes everything required to provision via CSI as well as a Unity
|
This chart includes everything required to provision via CSI as well as a Unity
|
||||||
XT StorageClass. '
|
XT StorageClass. '
|
||||||
|
@ -12,11 +12,11 @@ icon: https://partner-charts.rancher.io/assets/logos/dell.png
|
||||||
keywords:
|
keywords:
|
||||||
- csi
|
- csi
|
||||||
- storage
|
- storage
|
||||||
kubeVersion: '>= 1.24.0 < 1.30.0'
|
kubeVersion: '>= 1.23.0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: DellEMC
|
- name: DellEMC
|
||||||
name: csi-unity
|
name: csi-unity
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/dell/csi-unity
|
- https://github.com/dell/csi-unity
|
||||||
type: application
|
type: application
|
||||||
version: 2.10.0
|
version: 2.10.1
|
||||||
|
|
|
@ -4,11 +4,11 @@
|
||||||
# version: version of this values file
|
# version: version of this values file
|
||||||
# Note: Do not change this value
|
# Note: Do not change this value
|
||||||
# Examples : "v2.9.0" , "nightly"
|
# Examples : "v2.9.0" , "nightly"
|
||||||
version: "v2.10.0"
|
version: "v2.10.1"
|
||||||
|
|
||||||
images:
|
images:
|
||||||
# "driver" defines the container image, used for the driver container.
|
# "driver" defines the container image, used for the driver container.
|
||||||
driver: dellemc/csi-unity:v2.10.0
|
driver: dellemc/csi-unity:v2.10.1
|
||||||
# CSI sidecars
|
# CSI sidecars
|
||||||
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.5.0
|
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.5.0
|
||||||
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
|
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
|
||||||
|
@ -18,7 +18,7 @@ images:
|
||||||
healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
|
healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
|
||||||
|
|
||||||
# CSM sidecars
|
# CSM sidecars
|
||||||
podmon: dellemc/podmon:v1.9.0
|
podmon: dellemc/podmon:v1.9.1
|
||||||
|
|
||||||
# LogLevel is used to set the logging level of the driver.
|
# LogLevel is used to set the logging level of the driver.
|
||||||
# Allowed values: "error", "warn"/"warning", "info", "debug"
|
# Allowed values: "error", "warn"/"warning", "info", "debug"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
annotations:
|
annotations:
|
||||||
catalog.cattle.io/certified: partner
|
catalog.cattle.io/certified: partner
|
||||||
catalog.cattle.io/display-name: Dell CSI PowerFlex
|
catalog.cattle.io/display-name: Dell CSI PowerFlex
|
||||||
catalog.cattle.io/kube-version: '>= 1.21.0 < 1.30.0'
|
catalog.cattle.io/kube-version: '>= 1.23.0'
|
||||||
catalog.cattle.io/namespace: vxflexos
|
catalog.cattle.io/namespace: vxflexos
|
||||||
catalog.cattle.io/release-name: vxflexos
|
catalog.cattle.io/release-name: vxflexos
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.10.0
|
appVersion: 2.10.1
|
||||||
description: 'VxFlex OS CSI (Container Storage Interface) driver Kubernetes integration.
|
description: 'VxFlex OS CSI (Container Storage Interface) driver Kubernetes integration.
|
||||||
This chart includes everything required to provision via CSI as well as a VxFlex
|
This chart includes everything required to provision via CSI as well as a VxFlex
|
||||||
OS StorageClass. '
|
OS StorageClass. '
|
||||||
|
@ -13,10 +13,10 @@ icon: https://partner-charts.rancher.io/assets/logos/dell.png
|
||||||
keywords:
|
keywords:
|
||||||
- csi
|
- csi
|
||||||
- storage
|
- storage
|
||||||
kubeVersion: '>= 1.21.0 < 1.30.0'
|
kubeVersion: '>= 1.23.0'
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: DellEMC
|
- name: DellEMC
|
||||||
name: csi-vxflexos
|
name: csi-vxflexos
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/dell/csi-vxflexos
|
- https://github.com/dell/csi-vxflexos
|
||||||
version: 2.10.1
|
version: 2.10.2
|
||||||
|
|
|
@ -3,14 +3,14 @@
|
||||||
|
|
||||||
# "version" is used to verify the values file matches driver version
|
# "version" is used to verify the values file matches driver version
|
||||||
# Not recommend to change
|
# Not recommend to change
|
||||||
version: v2.10.0
|
version: v2.10.1
|
||||||
|
|
||||||
# "images" defines every container images used for the driver and its sidecars.
|
# "images" defines every container images used for the driver and its sidecars.
|
||||||
# To use your own images, or a private registry, change the values here.
|
# To use your own images, or a private registry, change the values here.
|
||||||
|
|
||||||
images:
|
images:
|
||||||
# "driver" defines the container image, used for the driver container.
|
# "driver" defines the container image, used for the driver container.
|
||||||
driver: dellemc/csi-vxflexos:v2.10.0
|
driver: dellemc/csi-vxflexos:v2.10.1
|
||||||
# "powerflexSdc" defines the SDC image for init container.
|
# "powerflexSdc" defines the SDC image for init container.
|
||||||
powerflexSdc: dellemc/sdc:4.5.1
|
powerflexSdc: dellemc/sdc:4.5.1
|
||||||
# CSI sidecars
|
# CSI sidecars
|
||||||
|
@ -21,10 +21,10 @@ images:
|
||||||
registrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0
|
registrar: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10.0
|
||||||
healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
|
healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0
|
||||||
# CSM sidecars
|
# CSM sidecars
|
||||||
replication: dellemc/dell-csi-replicator:v1.8.0
|
replication: dellemc/dell-csi-replicator:v1.8.1
|
||||||
vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.5.0
|
vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.5.1
|
||||||
podmon: dellemc/podmon:v1.9.0
|
podmon: dellemc/podmon:v1.9.1
|
||||||
authorization: dellemc/csm-authorization-sidecar:v1.10.0
|
authorization: dellemc/csm-authorization-sidecar:v1.10.1
|
||||||
|
|
||||||
# Represents number of certificate secrets, which user is going to create for ssl authentication. (vxflexos-cert-0..vxflexos-cert-n)
|
# Represents number of certificate secrets, which user is going to create for ssl authentication. (vxflexos-cert-0..vxflexos-cert-n)
|
||||||
# If user does not use certificate, set to 0
|
# If user does not use certificate, set to 0
|
||||||
|
|
|
@ -12,6 +12,10 @@ Use the following links to reference issues, PRs, and commits prior to v2.6.0.
|
||||||
The changelog until v1.5.7 was auto-generated based on git commits.
|
The changelog until v1.5.7 was auto-generated based on git commits.
|
||||||
Those entries include a reference to the git commit to be able to get more details.
|
Those entries include a reference to the git commit to be able to get more details.
|
||||||
|
|
||||||
|
## 5.1.24
|
||||||
|
|
||||||
|
Update `kubernetes` to version `4234.vdf3e78112369`
|
||||||
|
|
||||||
## 5.1.23
|
## 5.1.23
|
||||||
|
|
||||||
Update `kubernetes` to version `4233.vb_67a_0e11a_039`
|
Update `kubernetes` to version `4233.vb_67a_0e11a_039`
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
annotations:
|
annotations:
|
||||||
artifacthub.io/category: integration-delivery
|
artifacthub.io/category: integration-delivery
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
- Update `kubernetes` to version `4233.vb_67a_0e11a_039`
|
- Update `kubernetes` to version `4234.vdf3e78112369`
|
||||||
artifacthub.io/images: |
|
artifacthub.io/images: |
|
||||||
- name: jenkins
|
- name: jenkins
|
||||||
image: docker.io/jenkins/jenkins:2.452.1-jdk17
|
image: docker.io/jenkins/jenkins:2.452.1-jdk17
|
||||||
|
@ -50,4 +50,4 @@ sources:
|
||||||
- https://github.com/maorfr/kube-tasks
|
- https://github.com/maorfr/kube-tasks
|
||||||
- https://github.com/jenkinsci/configuration-as-code-plugin
|
- https://github.com/jenkinsci/configuration-as-code-plugin
|
||||||
type: application
|
type: application
|
||||||
version: 5.1.23
|
version: 5.1.24
|
||||||
|
|
|
@ -155,7 +155,7 @@ The following tables list the configurable parameters of the Jenkins chart and t
|
||||||
| [controller.initializeOnce](./values.yaml#L414) | bool | Initialize only on first installation. Ensures plugins do not get updated inadvertently. Requires `persistence.enabled` to be set to `true` | `false` |
|
| [controller.initializeOnce](./values.yaml#L414) | bool | Initialize only on first installation. Ensures plugins do not get updated inadvertently. Requires `persistence.enabled` to be set to `true` | `false` |
|
||||||
| [controller.installLatestPlugins](./values.yaml#L403) | bool | Download the minimum required version or latest version of all dependencies | `true` |
|
| [controller.installLatestPlugins](./values.yaml#L403) | bool | Download the minimum required version or latest version of all dependencies | `true` |
|
||||||
| [controller.installLatestSpecifiedPlugins](./values.yaml#L406) | bool | Set to true to download the latest version of any plugin that is requested to have the latest version | `false` |
|
| [controller.installLatestSpecifiedPlugins](./values.yaml#L406) | bool | Set to true to download the latest version of any plugin that is requested to have the latest version | `false` |
|
||||||
| [controller.installPlugins](./values.yaml#L395) | list | List of Jenkins plugins to install. If you don't want to install plugins, set it to `false` | `["kubernetes:4233.vb_67a_0e11a_039","workflow-aggregator:596.v8c21c963d92d","git:5.2.2","configuration-as-code:1810.v9b_c30a_249a_4c"]` |
|
| [controller.installPlugins](./values.yaml#L395) | list | List of Jenkins plugins to install. If you don't want to install plugins, set it to `false` | `["kubernetes:4234.vdf3e78112369","workflow-aggregator:596.v8c21c963d92d","git:5.2.2","configuration-as-code:1810.v9b_c30a_249a_4c"]` |
|
||||||
| [controller.javaOpts](./values.yaml#L156) | string | Append to `JAVA_OPTS` env var | `nil` |
|
| [controller.javaOpts](./values.yaml#L156) | string | Append to `JAVA_OPTS` env var | `nil` |
|
||||||
| [controller.jenkinsAdminEmail](./values.yaml#L96) | string | Email address for the administrator of the Jenkins instance | `nil` |
|
| [controller.jenkinsAdminEmail](./values.yaml#L96) | string | Email address for the administrator of the Jenkins instance | `nil` |
|
||||||
| [controller.jenkinsHome](./values.yaml#L101) | string | Custom Jenkins home path | `"/var/jenkins_home"` |
|
| [controller.jenkinsHome](./values.yaml#L101) | string | Custom Jenkins home path | `"/var/jenkins_home"` |
|
||||||
|
|
|
@ -393,7 +393,7 @@ controller:
|
||||||
# Plugins will be installed during Jenkins controller start
|
# Plugins will be installed during Jenkins controller start
|
||||||
# -- List of Jenkins plugins to install. If you don't want to install plugins, set it to `false`
|
# -- List of Jenkins plugins to install. If you don't want to install plugins, set it to `false`
|
||||||
installPlugins:
|
installPlugins:
|
||||||
- kubernetes:4233.vb_67a_0e11a_039
|
- kubernetes:4234.vdf3e78112369
|
||||||
- workflow-aggregator:596.v8c21c963d92d
|
- workflow-aggregator:596.v8c21c963d92d
|
||||||
- git:5.2.2
|
- git:5.2.2
|
||||||
- configuration-as-code:1810.v9b_c30a_249a_4c
|
- configuration-as-code:1810.v9b_c30a_249a_4c
|
||||||
|
|
|
@ -1,25 +1,25 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: newrelic-infrastructure
|
- name: newrelic-infrastructure
|
||||||
repository: https://newrelic.github.io/nri-kubernetes
|
repository: https://newrelic.github.io/nri-kubernetes
|
||||||
version: 3.33.7
|
version: 3.33.8
|
||||||
- name: nri-prometheus
|
- name: nri-prometheus
|
||||||
repository: https://newrelic.github.io/nri-prometheus
|
repository: https://newrelic.github.io/nri-prometheus
|
||||||
version: 2.1.17
|
version: 2.1.17
|
||||||
- name: newrelic-prometheus-agent
|
- name: newrelic-prometheus-agent
|
||||||
repository: https://newrelic.github.io/newrelic-prometheus-configurator
|
repository: https://newrelic.github.io/newrelic-prometheus-configurator
|
||||||
version: 1.13.1
|
version: 1.13.2
|
||||||
- name: nri-metadata-injection
|
- name: nri-metadata-injection
|
||||||
repository: https://newrelic.github.io/k8s-metadata-injection
|
repository: https://newrelic.github.io/k8s-metadata-injection
|
||||||
version: 4.19.1
|
version: 4.19.2
|
||||||
- name: newrelic-k8s-metrics-adapter
|
- name: newrelic-k8s-metrics-adapter
|
||||||
repository: https://newrelic.github.io/newrelic-k8s-metrics-adapter
|
repository: https://newrelic.github.io/newrelic-k8s-metrics-adapter
|
||||||
version: 1.10.2
|
version: 1.10.3
|
||||||
- name: kube-state-metrics
|
- name: kube-state-metrics
|
||||||
repository: https://prometheus-community.github.io/helm-charts
|
repository: https://prometheus-community.github.io/helm-charts
|
||||||
version: 5.12.1
|
version: 5.12.1
|
||||||
- name: nri-kube-events
|
- name: nri-kube-events
|
||||||
repository: https://newrelic.github.io/nri-kube-events
|
repository: https://newrelic.github.io/nri-kube-events
|
||||||
version: 3.9.7
|
version: 3.9.8
|
||||||
- name: newrelic-logging
|
- name: newrelic-logging
|
||||||
repository: https://newrelic.github.io/helm-charts
|
repository: https://newrelic.github.io/helm-charts
|
||||||
version: 1.21.5
|
version: 1.21.5
|
||||||
|
@ -31,6 +31,6 @@ dependencies:
|
||||||
version: 0.1.6
|
version: 0.1.6
|
||||||
- name: newrelic-infra-operator
|
- name: newrelic-infra-operator
|
||||||
repository: https://newrelic.github.io/newrelic-infra-operator
|
repository: https://newrelic.github.io/newrelic-infra-operator
|
||||||
version: 2.10.0
|
version: 2.10.1
|
||||||
digest: sha256:f5f8b279a3964a01ba6fe33d0eefff323122e957aaedc09d2bef52bc49e3ce90
|
digest: sha256:a9f1d62cc6de4725e61b58b40a243073618dcf2ee540da545af68d174e5047c0
|
||||||
generated: "2024-05-20T21:03:05.253080675Z"
|
generated: "2024-05-27T12:52:23.027327184Z"
|
||||||
|
|
|
@ -7,7 +7,7 @@ dependencies:
|
||||||
- condition: infrastructure.enabled,newrelic-infrastructure.enabled
|
- condition: infrastructure.enabled,newrelic-infrastructure.enabled
|
||||||
name: newrelic-infrastructure
|
name: newrelic-infrastructure
|
||||||
repository: file://./charts/newrelic-infrastructure
|
repository: file://./charts/newrelic-infrastructure
|
||||||
version: 3.33.7
|
version: 3.33.8
|
||||||
- condition: prometheus.enabled,nri-prometheus.enabled
|
- condition: prometheus.enabled,nri-prometheus.enabled
|
||||||
name: nri-prometheus
|
name: nri-prometheus
|
||||||
repository: file://./charts/nri-prometheus
|
repository: file://./charts/nri-prometheus
|
||||||
|
@ -15,15 +15,15 @@ dependencies:
|
||||||
- condition: newrelic-prometheus-agent.enabled
|
- condition: newrelic-prometheus-agent.enabled
|
||||||
name: newrelic-prometheus-agent
|
name: newrelic-prometheus-agent
|
||||||
repository: file://./charts/newrelic-prometheus-agent
|
repository: file://./charts/newrelic-prometheus-agent
|
||||||
version: 1.13.1
|
version: 1.13.2
|
||||||
- condition: webhook.enabled,nri-metadata-injection.enabled
|
- condition: webhook.enabled,nri-metadata-injection.enabled
|
||||||
name: nri-metadata-injection
|
name: nri-metadata-injection
|
||||||
repository: file://./charts/nri-metadata-injection
|
repository: file://./charts/nri-metadata-injection
|
||||||
version: 4.19.1
|
version: 4.19.2
|
||||||
- condition: metrics-adapter.enabled,newrelic-k8s-metrics-adapter.enabled
|
- condition: metrics-adapter.enabled,newrelic-k8s-metrics-adapter.enabled
|
||||||
name: newrelic-k8s-metrics-adapter
|
name: newrelic-k8s-metrics-adapter
|
||||||
repository: file://./charts/newrelic-k8s-metrics-adapter
|
repository: file://./charts/newrelic-k8s-metrics-adapter
|
||||||
version: 1.10.2
|
version: 1.10.3
|
||||||
- condition: ksm.enabled,kube-state-metrics.enabled
|
- condition: ksm.enabled,kube-state-metrics.enabled
|
||||||
name: kube-state-metrics
|
name: kube-state-metrics
|
||||||
repository: file://./charts/kube-state-metrics
|
repository: file://./charts/kube-state-metrics
|
||||||
|
@ -31,7 +31,7 @@ dependencies:
|
||||||
- condition: kubeEvents.enabled,nri-kube-events.enabled
|
- condition: kubeEvents.enabled,nri-kube-events.enabled
|
||||||
name: nri-kube-events
|
name: nri-kube-events
|
||||||
repository: file://./charts/nri-kube-events
|
repository: file://./charts/nri-kube-events
|
||||||
version: 3.9.7
|
version: 3.9.8
|
||||||
- condition: logging.enabled,newrelic-logging.enabled
|
- condition: logging.enabled,newrelic-logging.enabled
|
||||||
name: newrelic-logging
|
name: newrelic-logging
|
||||||
repository: file://./charts/newrelic-logging
|
repository: file://./charts/newrelic-logging
|
||||||
|
@ -48,7 +48,7 @@ dependencies:
|
||||||
- condition: newrelic-infra-operator.enabled
|
- condition: newrelic-infra-operator.enabled
|
||||||
name: newrelic-infra-operator
|
name: newrelic-infra-operator
|
||||||
repository: file://./charts/newrelic-infra-operator
|
repository: file://./charts/newrelic-infra-operator
|
||||||
version: 2.10.0
|
version: 2.10.1
|
||||||
description: Groups together the individual charts for the New Relic Kubernetes solution
|
description: Groups together the individual charts for the New Relic Kubernetes solution
|
||||||
for a more comfortable deployment.
|
for a more comfortable deployment.
|
||||||
home: https://github.com/newrelic/helm-charts
|
home: https://github.com/newrelic/helm-charts
|
||||||
|
@ -77,4 +77,4 @@ sources:
|
||||||
- https://github.com/newrelic/helm-charts/tree/master/charts/newrelic-logging
|
- https://github.com/newrelic/helm-charts/tree/master/charts/newrelic-logging
|
||||||
- https://github.com/newrelic/helm-charts/tree/master/charts/newrelic-pixie
|
- https://github.com/newrelic/helm-charts/tree/master/charts/newrelic-pixie
|
||||||
- https://github.com/newrelic/newrelic-infra-operator/tree/master/charts/newrelic-infra-operator
|
- https://github.com/newrelic/newrelic-infra-operator/tree/master/charts/newrelic-infra-operator
|
||||||
version: 5.0.78
|
version: 5.0.79
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.18.0
|
appVersion: 0.18.1
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common-library
|
- name: common-library
|
||||||
repository: https://helm-charts.newrelic.com
|
repository: https://helm-charts.newrelic.com
|
||||||
|
@ -32,4 +32,4 @@ name: newrelic-infra-operator
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/newrelic/newrelic-infra-operator
|
- https://github.com/newrelic/newrelic-infra-operator
|
||||||
- https://github.com/newrelic/newrelic-infra-operator/tree/main/charts/newrelic-infra-operator
|
- https://github.com/newrelic/newrelic-infra-operator/tree/main/charts/newrelic-infra-operator
|
||||||
version: 2.10.0
|
version: 2.10.1
|
||||||
|
|
|
@ -112,6 +112,13 @@ config:
|
||||||
# -- configuration of the sidecar injection webhook
|
# -- configuration of the sidecar injection webhook
|
||||||
# @default -- See `values.yaml`
|
# @default -- See `values.yaml`
|
||||||
infraAgentInjection:
|
infraAgentInjection:
|
||||||
|
# policies:
|
||||||
|
# - podSelector:
|
||||||
|
# matchExpressions:
|
||||||
|
# - key: app
|
||||||
|
# operator: In
|
||||||
|
# values: [ "nginx-sidecar" ]
|
||||||
|
#
|
||||||
# All policies are ORed, if one policy matches the sidecar is injected.
|
# All policies are ORed, if one policy matches the sidecar is injected.
|
||||||
# Within a policy PodSelectors, NamespaceSelector and NamespaceName are ANDed, any of these, if not specified, is ignored.
|
# Within a policy PodSelectors, NamespaceSelector and NamespaceName are ANDed, any of these, if not specified, is ignored.
|
||||||
# The following policy is injected if global.fargate=true and matches all pods belonging to any fargate profile.
|
# The following policy is injected if global.fargate=true and matches all pods belonging to any fargate profile.
|
||||||
|
@ -140,7 +147,7 @@ config:
|
||||||
# @default -- See `values.yaml`
|
# @default -- See `values.yaml`
|
||||||
image:
|
image:
|
||||||
repository: newrelic/infrastructure-k8s
|
repository: newrelic/infrastructure-k8s
|
||||||
tag: 2.13.12-unprivileged
|
tag: 2.13.15-unprivileged
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
# -- configSelectors is the way to configure resource requirements and extra envVars of the injected sidecar container.
|
# -- configSelectors is the way to configure resource requirements and extra envVars of the injected sidecar container.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 3.28.7
|
appVersion: 3.28.8
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common-library
|
- name: common-library
|
||||||
repository: https://helm-charts.newrelic.com
|
repository: https://helm-charts.newrelic.com
|
||||||
|
@ -23,4 +23,4 @@ sources:
|
||||||
- https://github.com/newrelic/nri-kubernetes/
|
- https://github.com/newrelic/nri-kubernetes/
|
||||||
- https://github.com/newrelic/nri-kubernetes/tree/main/charts/newrelic-infrastructure
|
- https://github.com/newrelic/nri-kubernetes/tree/main/charts/newrelic-infrastructure
|
||||||
- https://github.com/newrelic/infrastructure-agent/
|
- https://github.com/newrelic/infrastructure-agent/
|
||||||
version: 3.33.7
|
version: 3.33.8
|
||||||
|
|
|
@ -23,14 +23,14 @@ images:
|
||||||
forwarder:
|
forwarder:
|
||||||
registry: ""
|
registry: ""
|
||||||
repository: newrelic/k8s-events-forwarder
|
repository: newrelic/k8s-events-forwarder
|
||||||
tag: 1.52.2
|
tag: 1.52.3
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# -- Image for the New Relic Infrastructure Agent plus integrations.
|
# -- Image for the New Relic Infrastructure Agent plus integrations.
|
||||||
# @default -- See `values.yaml`
|
# @default -- See `values.yaml`
|
||||||
agent:
|
agent:
|
||||||
registry: ""
|
registry: ""
|
||||||
repository: newrelic/infrastructure-bundle
|
repository: newrelic/infrastructure-bundle
|
||||||
tag: 3.2.42
|
tag: 3.2.43
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# -- Image for the New Relic Kubernetes integration.
|
# -- Image for the New Relic Kubernetes integration.
|
||||||
# @default -- See `values.yaml`
|
# @default -- See `values.yaml`
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.12.2
|
appVersion: 0.12.3
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common-library
|
- name: common-library
|
||||||
repository: https://helm-charts.newrelic.com
|
repository: https://helm-charts.newrelic.com
|
||||||
|
@ -22,4 +22,4 @@ name: newrelic-k8s-metrics-adapter
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/newrelic/newrelic-k8s-metrics-adapter
|
- https://github.com/newrelic/newrelic-k8s-metrics-adapter
|
||||||
- https://github.com/newrelic/newrelic-k8s-metrics-adapter/tree/main/charts/newrelic-k8s-metrics-adapter
|
- https://github.com/newrelic/newrelic-k8s-metrics-adapter/tree/main/charts/newrelic-k8s-metrics-adapter
|
||||||
version: 1.10.2
|
version: 1.10.3
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
annotations:
|
annotations:
|
||||||
configuratorVersion: 1.16.1
|
configuratorVersion: 1.16.2
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: v2.37.8
|
appVersion: v2.37.8
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -19,4 +19,4 @@ maintainers:
|
||||||
url: https://github.com/dbudziwojskiNR
|
url: https://github.com/dbudziwojskiNR
|
||||||
name: newrelic-prometheus-agent
|
name: newrelic-prometheus-agent
|
||||||
type: application
|
type: application
|
||||||
version: 1.13.1
|
version: 1.13.2
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 2.9.7
|
appVersion: 2.9.8
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common-library
|
- name: common-library
|
||||||
repository: https://helm-charts.newrelic.com
|
repository: https://helm-charts.newrelic.com
|
||||||
|
@ -23,4 +23,4 @@ sources:
|
||||||
- https://github.com/newrelic/nri-kube-events/
|
- https://github.com/newrelic/nri-kube-events/
|
||||||
- https://github.com/newrelic/nri-kube-events/tree/main/charts/nri-kube-events
|
- https://github.com/newrelic/nri-kube-events/tree/main/charts/nri-kube-events
|
||||||
- https://github.com/newrelic/infrastructure-agent/
|
- https://github.com/newrelic/infrastructure-agent/
|
||||||
version: 3.9.7
|
version: 3.9.8
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# nri-kube-events
|
# nri-kube-events
|
||||||
|
|
||||||
![Version: 3.9.7](https://img.shields.io/badge/Version-3.9.7-informational?style=flat-square) ![AppVersion: 2.9.7](https://img.shields.io/badge/AppVersion-2.9.7-informational?style=flat-square)
|
![Version: 3.9.8](https://img.shields.io/badge/Version-3.9.8-informational?style=flat-square) ![AppVersion: 2.9.8](https://img.shields.io/badge/AppVersion-2.9.8-informational?style=flat-square)
|
||||||
|
|
||||||
A Helm chart to deploy the New Relic Kube Events router
|
A Helm chart to deploy the New Relic Kube Events router
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ images:
|
||||||
agent:
|
agent:
|
||||||
registry:
|
registry:
|
||||||
repository: newrelic/k8s-events-forwarder
|
repository: newrelic/k8s-events-forwarder
|
||||||
tag: 1.52.1
|
tag: 1.52.3
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# -- The secrets that are needed to pull images from a custom registry.
|
# -- The secrets that are needed to pull images from a custom registry.
|
||||||
pullSecrets: []
|
pullSecrets: []
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.27.1
|
appVersion: 1.27.2
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common-library
|
- name: common-library
|
||||||
repository: https://helm-charts.newrelic.com
|
repository: https://helm-charts.newrelic.com
|
||||||
|
@ -22,4 +22,4 @@ name: nri-metadata-injection
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/newrelic/k8s-metadata-injection
|
- https://github.com/newrelic/k8s-metadata-injection
|
||||||
- https://github.com/newrelic/k8s-metadata-injection/tree/master/charts/nri-metadata-injection
|
- https://github.com/newrelic/k8s-metadata-injection/tree/master/charts/nri-metadata-injection
|
||||||
version: 4.19.1
|
version: 4.19.2
|
||||||
|
|
278
index.yaml
278
index.yaml
|
@ -11727,6 +11727,32 @@ entries:
|
||||||
- assets/crate/crate-operator-2.16.0.tgz
|
- assets/crate/crate-operator-2.16.0.tgz
|
||||||
version: 2.16.0
|
version: 2.16.0
|
||||||
csi-isilon:
|
csi-isilon:
|
||||||
|
- annotations:
|
||||||
|
catalog.cattle.io/certified: partner
|
||||||
|
catalog.cattle.io/display-name: Dell CSI PowerScale
|
||||||
|
catalog.cattle.io/kube-version: '>= 1.23.0'
|
||||||
|
catalog.cattle.io/release-name: isilon
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: 2.10.1
|
||||||
|
created: "2024-05-29T00:57:57.126557562Z"
|
||||||
|
description: 'PowerScale CSI (Container Storage Interface) driver Kubernetes integration.
|
||||||
|
This chart includes everything required to provision via CSI as well as an Isilon
|
||||||
|
StorageClass. '
|
||||||
|
digest: 7da3855645bfe29154de5a4ece37676005106272881d562870de43449b3faece
|
||||||
|
icon: https://partner-charts.rancher.io/assets/logos/dell.png
|
||||||
|
keywords:
|
||||||
|
- csi
|
||||||
|
- storage
|
||||||
|
kubeVersion: '>= 1.23.0'
|
||||||
|
maintainers:
|
||||||
|
- name: DellEMC
|
||||||
|
name: csi-isilon
|
||||||
|
sources:
|
||||||
|
- https://github.com/dell/csi-isilon
|
||||||
|
type: application
|
||||||
|
urls:
|
||||||
|
- assets/dell/csi-isilon-2.10.1.tgz
|
||||||
|
version: 2.10.1
|
||||||
- annotations:
|
- annotations:
|
||||||
catalog.cattle.io/certified: partner
|
catalog.cattle.io/certified: partner
|
||||||
catalog.cattle.io/display-name: Dell CSI PowerScale
|
catalog.cattle.io/display-name: Dell CSI PowerScale
|
||||||
|
@ -11856,6 +11882,38 @@ entries:
|
||||||
- assets/dell/csi-isilon-2.6.1.tgz
|
- assets/dell/csi-isilon-2.6.1.tgz
|
||||||
version: 2.6.1
|
version: 2.6.1
|
||||||
csi-powermax:
|
csi-powermax:
|
||||||
|
- annotations:
|
||||||
|
catalog.cattle.io/certified: partner
|
||||||
|
catalog.cattle.io/display-name: Dell CSI PowerMax
|
||||||
|
catalog.cattle.io/kube-version: '>= 1.23.0'
|
||||||
|
catalog.cattle.io/release-name: csi-powermax
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: 2.10.1
|
||||||
|
created: "2024-05-29T00:57:57.131491182Z"
|
||||||
|
dependencies:
|
||||||
|
- condition: required
|
||||||
|
name: csireverseproxy
|
||||||
|
repository: file://./charts/csireverseproxy
|
||||||
|
version: 2.9.1
|
||||||
|
description: 'PowerMax CSI (Container Storage Interface) driver Kubernetes integration.
|
||||||
|
This chart includes everything required to provision via CSI as well as a PowerMax
|
||||||
|
StorageClass. '
|
||||||
|
digest: 42a444bd3c10c1b3c5220f5e644713a167fd43e18b63b7f6ce557773e36826df
|
||||||
|
home: https://github.com/dell/csi-powermax
|
||||||
|
icon: https://partner-charts.rancher.io/assets/logos/dell.png
|
||||||
|
keywords:
|
||||||
|
- csi
|
||||||
|
- storage
|
||||||
|
kubeVersion: '>= 1.23.0'
|
||||||
|
maintainers:
|
||||||
|
- name: DellEMC
|
||||||
|
name: csi-powermax
|
||||||
|
sources:
|
||||||
|
- https://github.com/dell/csi-powermax
|
||||||
|
type: application
|
||||||
|
urls:
|
||||||
|
- assets/dell/csi-powermax-2.10.1.tgz
|
||||||
|
version: 2.10.1
|
||||||
- annotations:
|
- annotations:
|
||||||
catalog.cattle.io/certified: partner
|
catalog.cattle.io/certified: partner
|
||||||
catalog.cattle.io/display-name: Dell CSI PowerMax
|
catalog.cattle.io/display-name: Dell CSI PowerMax
|
||||||
|
@ -12048,6 +12106,33 @@ entries:
|
||||||
- assets/dell/csi-powermax-2.6.0.tgz
|
- assets/dell/csi-powermax-2.6.0.tgz
|
||||||
version: 2.6.0
|
version: 2.6.0
|
||||||
csi-powerstore:
|
csi-powerstore:
|
||||||
|
- annotations:
|
||||||
|
catalog.cattle.io/certified: partner
|
||||||
|
catalog.cattle.io/display-name: Dell CSI PowerStore
|
||||||
|
catalog.cattle.io/kube-version: '>= 1.23.0'
|
||||||
|
catalog.cattle.io/release-name: powerstore
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: 2.10.1
|
||||||
|
created: "2024-05-29T00:57:57.139420743Z"
|
||||||
|
description: 'PowerStore CSI (Container Storage Interface) driver Kubernetes integration.
|
||||||
|
This chart includes everything required to provision via CSI as well as a PowerStore
|
||||||
|
StorageClass. '
|
||||||
|
digest: 15cd5284480eb99379dc2d5feaa8ae466c366fe0bcc591a79384837b18fb99e1
|
||||||
|
home: https://github.com/dell/csi-powerstore
|
||||||
|
icon: https://partner-charts.rancher.io/assets/logos/dell.png
|
||||||
|
keywords:
|
||||||
|
- csi
|
||||||
|
- storage
|
||||||
|
kubeVersion: '>= 1.23.0'
|
||||||
|
maintainers:
|
||||||
|
- name: DellEMC
|
||||||
|
name: csi-powerstore
|
||||||
|
sources:
|
||||||
|
- https://github.com/dell/csi-powerstore
|
||||||
|
type: application
|
||||||
|
urls:
|
||||||
|
- assets/dell/csi-powerstore-2.10.1.tgz
|
||||||
|
version: 2.10.1
|
||||||
- annotations:
|
- annotations:
|
||||||
catalog.cattle.io/certified: partner
|
catalog.cattle.io/certified: partner
|
||||||
catalog.cattle.io/display-name: Dell CSI PowerStore
|
catalog.cattle.io/display-name: Dell CSI PowerStore
|
||||||
|
@ -12260,6 +12345,32 @@ entries:
|
||||||
- assets/dell/csi-powerstore-2.4.0.tgz
|
- assets/dell/csi-powerstore-2.4.0.tgz
|
||||||
version: 2.4.0
|
version: 2.4.0
|
||||||
csi-unity:
|
csi-unity:
|
||||||
|
- annotations:
|
||||||
|
catalog.cattle.io/certified: partner
|
||||||
|
catalog.cattle.io/display-name: Dell CSI Unity
|
||||||
|
catalog.cattle.io/kube-version: '>= 1.23.0'
|
||||||
|
catalog.cattle.io/release-name: unity
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: 2.10.1
|
||||||
|
created: "2024-05-29T00:57:57.145072514Z"
|
||||||
|
description: 'Unity XT CSI (Container Storage Interface) driver Kubernetes integration.
|
||||||
|
This chart includes everything required to provision via CSI as well as a Unity
|
||||||
|
XT StorageClass. '
|
||||||
|
digest: 20af5b12a1b5599c9315a3e8f29c567b0aceeae2d63838aa5d8859cac2860824
|
||||||
|
icon: https://partner-charts.rancher.io/assets/logos/dell.png
|
||||||
|
keywords:
|
||||||
|
- csi
|
||||||
|
- storage
|
||||||
|
kubeVersion: '>= 1.23.0'
|
||||||
|
maintainers:
|
||||||
|
- name: DellEMC
|
||||||
|
name: csi-unity
|
||||||
|
sources:
|
||||||
|
- https://github.com/dell/csi-unity
|
||||||
|
type: application
|
||||||
|
urls:
|
||||||
|
- assets/dell/csi-unity-2.10.1.tgz
|
||||||
|
version: 2.10.1
|
||||||
- annotations:
|
- annotations:
|
||||||
catalog.cattle.io/certified: partner
|
catalog.cattle.io/certified: partner
|
||||||
catalog.cattle.io/display-name: Dell CSI Unity
|
catalog.cattle.io/display-name: Dell CSI Unity
|
||||||
|
@ -12441,6 +12552,32 @@ entries:
|
||||||
- assets/dell/csi-unity-2.4.0.tgz
|
- assets/dell/csi-unity-2.4.0.tgz
|
||||||
version: 2.4.0
|
version: 2.4.0
|
||||||
csi-vxflexos:
|
csi-vxflexos:
|
||||||
|
- annotations:
|
||||||
|
catalog.cattle.io/certified: partner
|
||||||
|
catalog.cattle.io/display-name: Dell CSI PowerFlex
|
||||||
|
catalog.cattle.io/kube-version: '>= 1.23.0'
|
||||||
|
catalog.cattle.io/namespace: vxflexos
|
||||||
|
catalog.cattle.io/release-name: vxflexos
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: 2.10.1
|
||||||
|
created: "2024-05-29T00:57:57.150753731Z"
|
||||||
|
description: 'VxFlex OS CSI (Container Storage Interface) driver Kubernetes integration.
|
||||||
|
This chart includes everything required to provision via CSI as well as a VxFlex
|
||||||
|
OS StorageClass. '
|
||||||
|
digest: d9d0f8948bdff0c13d978b5609d73c216780b899cf28fdd4af432ef7dfe5db92
|
||||||
|
icon: https://partner-charts.rancher.io/assets/logos/dell.png
|
||||||
|
keywords:
|
||||||
|
- csi
|
||||||
|
- storage
|
||||||
|
kubeVersion: '>= 1.23.0'
|
||||||
|
maintainers:
|
||||||
|
- name: DellEMC
|
||||||
|
name: csi-vxflexos
|
||||||
|
sources:
|
||||||
|
- https://github.com/dell/csi-vxflexos
|
||||||
|
urls:
|
||||||
|
- assets/dell/csi-vxflexos-2.10.2.tgz
|
||||||
|
version: 2.10.2
|
||||||
- annotations:
|
- annotations:
|
||||||
catalog.cattle.io/certified: partner
|
catalog.cattle.io/certified: partner
|
||||||
catalog.cattle.io/display-name: Dell CSI PowerFlex
|
catalog.cattle.io/display-name: Dell CSI PowerFlex
|
||||||
|
@ -22103,6 +22240,63 @@ entries:
|
||||||
- assets/jaeger/jaeger-operator-2.36.0.tgz
|
- assets/jaeger/jaeger-operator-2.36.0.tgz
|
||||||
version: 2.36.0
|
version: 2.36.0
|
||||||
jenkins:
|
jenkins:
|
||||||
|
- annotations:
|
||||||
|
artifacthub.io/category: integration-delivery
|
||||||
|
artifacthub.io/changes: |
|
||||||
|
- Update `kubernetes` to version `4234.vdf3e78112369`
|
||||||
|
artifacthub.io/images: |
|
||||||
|
- name: jenkins
|
||||||
|
image: docker.io/jenkins/jenkins:2.452.1-jdk17
|
||||||
|
- name: k8s-sidecar
|
||||||
|
image: docker.io/kiwigrid/k8s-sidecar:1.27.2
|
||||||
|
- name: inbound-agent
|
||||||
|
image: jenkins/inbound-agent:3248.v65ecb_254c298-1
|
||||||
|
artifacthub.io/license: Apache-2.0
|
||||||
|
artifacthub.io/links: |
|
||||||
|
- name: Chart Source
|
||||||
|
url: https://github.com/jenkinsci/helm-charts/tree/main/charts/jenkins
|
||||||
|
- name: Jenkins
|
||||||
|
url: https://www.jenkins.io/
|
||||||
|
- name: support
|
||||||
|
url: https://github.com/jenkinsci/helm-charts/issues
|
||||||
|
catalog.cattle.io/certified: partner
|
||||||
|
catalog.cattle.io/display-name: Jenkins
|
||||||
|
catalog.cattle.io/kube-version: '>=1.14-0'
|
||||||
|
catalog.cattle.io/release-name: jenkins
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: 2.452.1
|
||||||
|
created: "2024-05-29T00:57:58.083142004Z"
|
||||||
|
description: 'Jenkins - Build great things at any scale! As the leading open source
|
||||||
|
automation server, Jenkins provides over 1800 plugins to support building, deploying
|
||||||
|
and automating any project. '
|
||||||
|
digest: feaf658895438aeba29f273227aa3264f4ec71143358c64fb6e0f77252310cfe
|
||||||
|
home: https://www.jenkins.io/
|
||||||
|
icon: https://get.jenkins.io/art/jenkins-logo/logo.svg
|
||||||
|
keywords:
|
||||||
|
- jenkins
|
||||||
|
- ci
|
||||||
|
- devops
|
||||||
|
maintainers:
|
||||||
|
- email: maor.friedman@redhat.com
|
||||||
|
name: maorfr
|
||||||
|
- email: mail@torstenwalter.de
|
||||||
|
name: torstenwalter
|
||||||
|
- email: garridomota@gmail.com
|
||||||
|
name: mogaal
|
||||||
|
- email: wmcdona89@gmail.com
|
||||||
|
name: wmcdona89
|
||||||
|
- email: timjacomb1@gmail.com
|
||||||
|
name: timja
|
||||||
|
name: jenkins
|
||||||
|
sources:
|
||||||
|
- https://github.com/jenkinsci/jenkins
|
||||||
|
- https://github.com/jenkinsci/docker-inbound-agent
|
||||||
|
- https://github.com/maorfr/kube-tasks
|
||||||
|
- https://github.com/jenkinsci/configuration-as-code-plugin
|
||||||
|
type: application
|
||||||
|
urls:
|
||||||
|
- assets/jenkins/jenkins-5.1.24.tgz
|
||||||
|
version: 5.1.24
|
||||||
- annotations:
|
- annotations:
|
||||||
artifacthub.io/category: integration-delivery
|
artifacthub.io/category: integration-delivery
|
||||||
artifacthub.io/changes: |
|
artifacthub.io/changes: |
|
||||||
|
@ -34905,6 +35099,90 @@ entries:
|
||||||
- assets/f5/nginx-ingress-1.0.2.tgz
|
- assets/f5/nginx-ingress-1.0.2.tgz
|
||||||
version: 1.0.2
|
version: 1.0.2
|
||||||
nri-bundle:
|
nri-bundle:
|
||||||
|
- annotations:
|
||||||
|
catalog.cattle.io/certified: partner
|
||||||
|
catalog.cattle.io/display-name: New Relic
|
||||||
|
catalog.cattle.io/release-name: nri-bundle
|
||||||
|
apiVersion: v2
|
||||||
|
created: "2024-05-29T00:58:01.099189744Z"
|
||||||
|
dependencies:
|
||||||
|
- condition: infrastructure.enabled,newrelic-infrastructure.enabled
|
||||||
|
name: newrelic-infrastructure
|
||||||
|
repository: file://./charts/newrelic-infrastructure
|
||||||
|
version: 3.33.8
|
||||||
|
- condition: prometheus.enabled,nri-prometheus.enabled
|
||||||
|
name: nri-prometheus
|
||||||
|
repository: file://./charts/nri-prometheus
|
||||||
|
version: 2.1.17
|
||||||
|
- condition: newrelic-prometheus-agent.enabled
|
||||||
|
name: newrelic-prometheus-agent
|
||||||
|
repository: file://./charts/newrelic-prometheus-agent
|
||||||
|
version: 1.13.2
|
||||||
|
- condition: webhook.enabled,nri-metadata-injection.enabled
|
||||||
|
name: nri-metadata-injection
|
||||||
|
repository: file://./charts/nri-metadata-injection
|
||||||
|
version: 4.19.2
|
||||||
|
- condition: metrics-adapter.enabled,newrelic-k8s-metrics-adapter.enabled
|
||||||
|
name: newrelic-k8s-metrics-adapter
|
||||||
|
repository: file://./charts/newrelic-k8s-metrics-adapter
|
||||||
|
version: 1.10.3
|
||||||
|
- condition: ksm.enabled,kube-state-metrics.enabled
|
||||||
|
name: kube-state-metrics
|
||||||
|
repository: file://./charts/kube-state-metrics
|
||||||
|
version: 5.12.1
|
||||||
|
- condition: kubeEvents.enabled,nri-kube-events.enabled
|
||||||
|
name: nri-kube-events
|
||||||
|
repository: file://./charts/nri-kube-events
|
||||||
|
version: 3.9.8
|
||||||
|
- condition: logging.enabled,newrelic-logging.enabled
|
||||||
|
name: newrelic-logging
|
||||||
|
repository: file://./charts/newrelic-logging
|
||||||
|
version: 1.21.5
|
||||||
|
- condition: newrelic-pixie.enabled
|
||||||
|
name: newrelic-pixie
|
||||||
|
repository: file://./charts/newrelic-pixie
|
||||||
|
version: 2.1.4
|
||||||
|
- alias: pixie-chart
|
||||||
|
condition: pixie-chart.enabled
|
||||||
|
name: pixie-operator-chart
|
||||||
|
repository: file://./charts/pixie-operator-chart
|
||||||
|
version: 0.1.6
|
||||||
|
- condition: newrelic-infra-operator.enabled
|
||||||
|
name: newrelic-infra-operator
|
||||||
|
repository: file://./charts/newrelic-infra-operator
|
||||||
|
version: 2.10.1
|
||||||
|
description: Groups together the individual charts for the New Relic Kubernetes
|
||||||
|
solution for a more comfortable deployment.
|
||||||
|
digest: d54d9d49ac9d28d307da758bd5f62b45c471cd8697a7ac458e57415f7dbec3e3
|
||||||
|
home: https://github.com/newrelic/helm-charts
|
||||||
|
icon: https://newrelic.com/themes/custom/erno/assets/mediakit/new_relic_logo_vertical.svg
|
||||||
|
keywords:
|
||||||
|
- infrastructure
|
||||||
|
- newrelic
|
||||||
|
- monitoring
|
||||||
|
maintainers:
|
||||||
|
- name: juanjjaramillo
|
||||||
|
url: https://github.com/juanjjaramillo
|
||||||
|
- name: csongnr
|
||||||
|
url: https://github.com/csongnr
|
||||||
|
- name: dbudziwojskiNR
|
||||||
|
url: https://github.com/dbudziwojskiNR
|
||||||
|
name: nri-bundle
|
||||||
|
sources:
|
||||||
|
- https://github.com/newrelic/nri-bundle/
|
||||||
|
- https://github.com/newrelic/nri-bundle/tree/master/charts/nri-bundle
|
||||||
|
- https://github.com/newrelic/nri-kubernetes/tree/master/charts/newrelic-infrastructure
|
||||||
|
- https://github.com/newrelic/nri-prometheus/tree/master/charts/nri-prometheus
|
||||||
|
- https://github.com/newrelic/newrelic-prometheus-configurator/tree/master/charts/newrelic-prometheus-agent
|
||||||
|
- https://github.com/newrelic/k8s-metadata-injection/tree/master/charts/nri-metadata-injection
|
||||||
|
- https://github.com/newrelic/newrelic-k8s-metrics-adapter/tree/master/charts/newrelic-k8s-metrics-adapter
|
||||||
|
- https://github.com/newrelic/nri-kube-events/tree/master/charts/nri-kube-events
|
||||||
|
- https://github.com/newrelic/helm-charts/tree/master/charts/newrelic-logging
|
||||||
|
- https://github.com/newrelic/helm-charts/tree/master/charts/newrelic-pixie
|
||||||
|
- https://github.com/newrelic/newrelic-infra-operator/tree/master/charts/newrelic-infra-operator
|
||||||
|
urls:
|
||||||
|
- assets/new-relic/nri-bundle-5.0.79.tgz
|
||||||
|
version: 5.0.79
|
||||||
- annotations:
|
- annotations:
|
||||||
catalog.cattle.io/certified: partner
|
catalog.cattle.io/certified: partner
|
||||||
catalog.cattle.io/display-name: New Relic
|
catalog.cattle.io/display-name: New Relic
|
||||||
|
|
Loading…
Reference in New Issue