Skip to content

Commit

Permalink
Charts CI
Browse files Browse the repository at this point in the history
```
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
```
  • Loading branch information
github-actions[bot] committed May 29, 2024
1 parent ea0d4af commit 51285b6
Show file tree
Hide file tree
Showing 37 changed files with 379 additions and 90 deletions.
Binary file added assets/dell/csi-isilon-2.10.1.tgz
Binary file not shown.
Binary file added assets/dell/csi-powermax-2.10.1.tgz
Binary file not shown.
Binary file added assets/dell/csi-powerstore-2.10.1.tgz
Binary file not shown.
Binary file added assets/dell/csi-unity-2.10.1.tgz
Binary file not shown.
Binary file added assets/dell/csi-vxflexos-2.10.2.tgz
Binary file not shown.
Binary file added assets/jenkins/jenkins-5.1.24.tgz
Binary file not shown.
Binary file added assets/new-relic/nri-bundle-5.0.79.tgz
Binary file not shown.
8 changes: 4 additions & 4 deletions charts/dell/csi-isilon/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
annotations:
catalog.cattle.io/certified: partner
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
apiVersion: v2
appVersion: 2.10.0
appVersion: 2.10.1
description: 'PowerScale CSI (Container Storage Interface) driver Kubernetes integration.
This chart includes everything required to provision via CSI as well as an Isilon
StorageClass. '
icon: https://partner-charts.rancher.io/assets/logos/dell.png
keywords:
- csi
- storage
kubeVersion: '>= 1.21.0 < 1.30.0'
kubeVersion: '>= 1.23.0'
maintainers:
- name: DellEMC
name: csi-isilon
sources:
- https://github.com/dell/csi-isilon
type: application
version: 2.10.0
version: 2.10.1
2 changes: 1 addition & 1 deletion charts/dell/csi-isilon/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ spec:
mountPath: /var/run/csi
{{ 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 }}
imagePullPolicy: {{ .Values.imagePullPolicy }}
args:
Expand Down
12 changes: 6 additions & 6 deletions charts/dell/csi-isilon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
########################
# version: version of this values file
# Note: Do not change this value
version: "v2.10.0"
version: "v2.10.1"

images:
# "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
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.5.0
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
Expand All @@ -16,10 +16,10 @@ images:
healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0

# CSM sidecars
replication: dellemc/dell-csi-replicator:v1.8.0
podmon: dellemc/podmon:v1.9.0
authorization: dellemc/csm-authorization-sidecar:v1.10.0
metadataretriever: dellemc/csi-metadata-retriever:v1.7.2
replication: dellemc/dell-csi-replicator:v1.8.1
podmon: dellemc/podmon:v1.9.1
authorization: dellemc/csm-authorization-sidecar:v1.10.1
metadataretriever: dellemc/csi-metadata-retriever:v1.7.3
encryption: dellemc/csm-encryption:v0.3.0

# CSI driver log level
Expand Down
10 changes: 5 additions & 5 deletions charts/dell/csi-powermax/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
annotations:
catalog.cattle.io/certified: partner
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
apiVersion: v2
appVersion: 2.10.0
appVersion: 2.10.1
dependencies:
- condition: required
name: csireverseproxy
repository: file://./charts/csireverseproxy
version: 2.9.0
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. '
Expand All @@ -18,11 +18,11 @@ icon: https://partner-charts.rancher.io/assets/logos/dell.png
keywords:
- csi
- storage
kubeVersion: '>= 1.23.0 < 1.30.0'
kubeVersion: '>= 1.23.0'
maintainers:
- name: DellEMC
name: csi-powermax
sources:
- https://github.com/dell/csi-powermax
type: application
version: 2.10.0
version: 2.10.1
4 changes: 2 additions & 2 deletions charts/dell/csi-powermax/charts/csireverseproxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: 2.9.0
appVersion: 2.9.1
description: A Helm chart for CSI PowerMax ReverseProxy
name: csireverseproxy
type: application
version: 2.9.0
version: 2.9.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: dellemc/csipowermax-reverseproxy:v2.9.0
image: dellemc/csipowermax-reverseproxy:v2.9.1
port: 2222

# TLS secret which is used for setting up the proxy HTTPS server
Expand Down
14 changes: 7 additions & 7 deletions charts/dell/csi-powermax/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ global:

# Current version of the driver
# 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.
# To use your own images, or a private registry, change the values here.
images:
# "driver" defines the container image, used for the driver container.
driver: dellemc/csi-powermax:v2.10.0
csireverseproxy: dellemc/csipowermax-reverseproxy:v2.9.0
driver: dellemc/csi-powermax:v2.10.1
csireverseproxy: dellemc/csipowermax-reverseproxy:v2.9.1
# CSI sidecars
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.5.0
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
Expand All @@ -64,12 +64,12 @@ images:
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
# CSM sidecars
replication: dellemc/dell-csi-replicator:v1.8.0
authorization: dellemc/csm-authorization-sidecar:v1.10.0
migration: dellemc/dell-csi-migrator:v1.3.0
replication: dellemc/dell-csi-replicator:v1.8.1
authorization: dellemc/csm-authorization-sidecar:v1.10.1
migration: dellemc/dell-csi-migrator:v1.3.1
# Node rescan sidecar does a rescan on nodes for identifying new paths
# 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
########################
# customDriverName: If enabled, sets the driver name to the
Expand Down
8 changes: 4 additions & 4 deletions charts/dell/csi-powerstore/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
annotations:
catalog.cattle.io/certified: partner
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
apiVersion: v2
appVersion: 2.10.0
appVersion: 2.10.1
description: 'PowerStore CSI (Container Storage Interface) driver Kubernetes integration.
This chart includes everything required to provision via CSI as well as a PowerStore
StorageClass. '
Expand All @@ -13,11 +13,11 @@ icon: https://partner-charts.rancher.io/assets/logos/dell.png
keywords:
- csi
- storage
kubeVersion: '>= 1.24.0 < 1.30.0'
kubeVersion: '>= 1.23.0'
maintainers:
- name: DellEMC
name: csi-powerstore
sources:
- https://github.com/dell/csi-powerstore
type: application
version: 2.10.0
version: 2.10.1
12 changes: 6 additions & 6 deletions charts/dell/csi-powerstore/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
driverName: "csi-powerstore.dellemc.com"
# "version" is used to verify the values file matches driver version
# Not recommend to change
version: v2.10.0
version: v2.10.1

# "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.
images:
# "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
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.5.0
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
Expand All @@ -39,10 +39,10 @@ images:
healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0

# CSM sidecars
replication: dellemc/dell-csi-replicator:v1.8.0
vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.5.0
podmon: dellemc/podmon:v1.9.0
metadataretriever: dellemc/csi-metadata-retriever:v1.7.2
replication: dellemc/dell-csi-replicator:v1.8.1
vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.5.1
podmon: dellemc/podmon:v1.9.1
metadataretriever: dellemc/csi-metadata-retriever:v1.7.3

# Specify kubelet config dir path.
# Ensure that the config.yaml file is present at this path.
Expand Down
8 changes: 4 additions & 4 deletions charts/dell/csi-unity/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
annotations:
catalog.cattle.io/certified: partner
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
apiVersion: v2
appVersion: 2.10.0
appVersion: 2.10.1
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. '
icon: https://partner-charts.rancher.io/assets/logos/dell.png
keywords:
- csi
- storage
kubeVersion: '>= 1.24.0 < 1.30.0'
kubeVersion: '>= 1.23.0'
maintainers:
- name: DellEMC
name: csi-unity
sources:
- https://github.com/dell/csi-unity
type: application
version: 2.10.0
version: 2.10.1
6 changes: 3 additions & 3 deletions charts/dell/csi-unity/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# version: version of this values file
# Note: Do not change this value
# Examples : "v2.9.0" , "nightly"
version: "v2.10.0"
version: "v2.10.1"

images:
# "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
attacher: registry.k8s.io/sig-storage/csi-attacher:v4.5.0
provisioner: registry.k8s.io/sig-storage/csi-provisioner:v4.0.0
Expand All @@ -18,7 +18,7 @@ images:
healthmonitor: registry.k8s.io/sig-storage/csi-external-health-monitor-controller:v0.11.0

# 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.
# Allowed values: "error", "warn"/"warning", "info", "debug"
Expand Down
8 changes: 4 additions & 4 deletions charts/dell/csi-vxflexos/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
annotations:
catalog.cattle.io/certified: partner
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/release-name: vxflexos
apiVersion: v2
appVersion: 2.10.0
appVersion: 2.10.1
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. '
icon: https://partner-charts.rancher.io/assets/logos/dell.png
keywords:
- csi
- storage
kubeVersion: '>= 1.21.0 < 1.30.0'
kubeVersion: '>= 1.23.0'
maintainers:
- name: DellEMC
name: csi-vxflexos
sources:
- https://github.com/dell/csi-vxflexos
version: 2.10.1
version: 2.10.2
12 changes: 6 additions & 6 deletions charts/dell/csi-vxflexos/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

# "version" is used to verify the values file matches driver version
# Not recommend to change
version: v2.10.0
version: v2.10.1

# "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.

images:
# "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: dellemc/sdc:4.5.1
# CSI sidecars
Expand All @@ -21,10 +21,10 @@ images:
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
# CSM sidecars
replication: dellemc/dell-csi-replicator:v1.8.0
vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.5.0
podmon: dellemc/podmon:v1.9.0
authorization: dellemc/csm-authorization-sidecar:v1.10.0
replication: dellemc/dell-csi-replicator:v1.8.1
vgsnapshotter: dellemc/csi-volumegroup-snapshotter:v1.5.1
podmon: dellemc/podmon:v1.9.1
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)
# If user does not use certificate, set to 0
Expand Down
4 changes: 4 additions & 0 deletions charts/jenkins/jenkins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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

Update `kubernetes` to version `4233.vb_67a_0e11a_039`
Expand Down
4 changes: 2 additions & 2 deletions charts/jenkins/jenkins/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotations:
artifacthub.io/category: integration-delivery
artifacthub.io/changes: |
- Update `kubernetes` to version `4233.vb_67a_0e11a_039`
- Update `kubernetes` to version `4234.vdf3e78112369`
artifacthub.io/images: |
- name: jenkins
image: docker.io/jenkins/jenkins:2.452.1-jdk17
Expand Down Expand Up @@ -50,4 +50,4 @@ sources:
- https://github.com/maorfr/kube-tasks
- https://github.com/jenkinsci/configuration-as-code-plugin
type: application
version: 5.1.23
version: 5.1.24
2 changes: 1 addition & 1 deletion charts/jenkins/jenkins/VALUES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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.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.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"` |
Expand Down
2 changes: 1 addition & 1 deletion charts/jenkins/jenkins/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ controller:
# 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`
installPlugins:
- kubernetes:4233.vb_67a_0e11a_039
- kubernetes:4234.vdf3e78112369
- workflow-aggregator:596.v8c21c963d92d
- git:5.2.2
- configuration-as-code:1810.v9b_c30a_249a_4c
Expand Down
16 changes: 8 additions & 8 deletions charts/new-relic/nri-bundle/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
dependencies:
- name: newrelic-infrastructure
repository: https://newrelic.github.io/nri-kubernetes
version: 3.33.7
version: 3.33.8
- name: nri-prometheus
repository: https://newrelic.github.io/nri-prometheus
version: 2.1.17
- name: newrelic-prometheus-agent
repository: https://newrelic.github.io/newrelic-prometheus-configurator
version: 1.13.1
version: 1.13.2
- name: nri-metadata-injection
repository: https://newrelic.github.io/k8s-metadata-injection
version: 4.19.1
version: 4.19.2
- name: 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
repository: https://prometheus-community.github.io/helm-charts
version: 5.12.1
- name: nri-kube-events
repository: https://newrelic.github.io/nri-kube-events
version: 3.9.7
version: 3.9.8
- name: newrelic-logging
repository: https://newrelic.github.io/helm-charts
version: 1.21.5
Expand All @@ -31,6 +31,6 @@ dependencies:
version: 0.1.6
- name: newrelic-infra-operator
repository: https://newrelic.github.io/newrelic-infra-operator
version: 2.10.0
digest: sha256:f5f8b279a3964a01ba6fe33d0eefff323122e957aaedc09d2bef52bc49e3ce90
generated: "2024-05-20T21:03:05.253080675Z"
version: 2.10.1
digest: sha256:a9f1d62cc6de4725e61b58b40a243073618dcf2ee540da545af68d174e5047c0
generated: "2024-05-27T12:52:23.027327184Z"
Loading

0 comments on commit 51285b6

Please sign in to comment.