Merge pull request #681 from nflondo/main-source

Charts CI
pull/684/head
alex-isv 2023-03-10 12:00:13 -07:00 committed by GitHub
commit 62fddec6b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
68 changed files with 911 additions and 71 deletions

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.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -35,4 +35,4 @@ name: kafka
sources: sources:
- https://github.com/bitnami/containers/tree/main/bitnami/kafka - https://github.com/bitnami/containers/tree/main/bitnami/kafka
- https://kafka.apache.org/ - https://kafka.apache.org/
version: 21.1.1 version: 21.2.0

View File

@ -26,22 +26,26 @@ data:
name: kafka_controller_$1_$2_$3 name: kafka_controller_$1_$2_$3
- pattern: kafka.controller<type=(ControllerStats), name=(.+)><>(Count) - pattern: kafka.controller<type=(ControllerStats), name=(.+)><>(Count)
name: kafka_controller_$1_$2_$3 name: kafka_controller_$1_$2_$3
- pattern: kafka.server<type=(ReplicaFetcherManager), name=(.+), clientId=(.+)><>(Value)
name: kafka_server_$1_$2_$4
labels:
client_id: "$3"
- pattern : kafka.network<type=(Processor), name=(IdlePercent), networkProcessor=(.+)><>(Value) - pattern : kafka.network<type=(Processor), name=(IdlePercent), networkProcessor=(.+)><>(Value)
name: kafka_network_$1_$2_$4 name: kafka_network_$1_$2_$4
labels: labels:
network_processor: $3 network_processor: $3
- pattern : kafka.network<type=(RequestMetrics), name=(RequestsPerSec), request=(.+)><>(Count) - pattern : kafka.network<type=(RequestMetrics), name=(.+), request=(.+)><>(Count|Value)
name: kafka_network_$1_$2_$4 name: kafka_network_$1_$2_$4
labels: labels:
request: $3 request: $3
- pattern : kafka.network<type=(SocketServer), name=(.+)><>(Count|Value)
name: kafka_network_$1_$2_$3
- pattern : kafka.network<type=(RequestChannel), name=(.+)><>(Count|Value)
name: kafka_network_$1_$2_$3
- pattern: kafka.server<type=(.+), name=(.+), topic=(.+)><>(Count|OneMinuteRate) - pattern: kafka.server<type=(.+), name=(.+), topic=(.+)><>(Count|OneMinuteRate)
name: kafka_server_$1_$2_$4 name: kafka_server_$1_$2_$4
labels: labels:
topic: $3 topic: $3
- pattern: kafka.server<type=(ReplicaFetcherManager), name=(.+), clientId=(.+)><>(Value)
name: kafka_server_$1_$2_$4
labels:
client_id: "$3"
- pattern: kafka.server<type=(DelayedOperationPurgatory), name=(.+), delayedOperation=(.+)><>(Value) - pattern: kafka.server<type=(DelayedOperationPurgatory), name=(.+), delayedOperation=(.+)><>(Value)
name: kafka_server_$1_$2_$3_$4 name: kafka_server_$1_$2_$3_$4
- pattern: kafka.server<type=(.+), name=(.+)><>(Count|Value|OneMinuteRate) - pattern: kafka.server<type=(.+), name=(.+)><>(Count|Value|OneMinuteRate)

View File

@ -1,12 +1,12 @@
dependencies: dependencies:
- name: memcached - name: memcached
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 6.3.7 version: 6.3.8
- name: mariadb - name: mariadb
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 11.5.0 version: 11.5.1
- name: common - name: common
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 2.2.3 version: 2.2.3
digest: sha256:9c6e8b16fcad61555ef0d4015cf8dd5643f88080c10588d0fc123f255b78f1b7 digest: sha256:9dd252efa5da7fdcd62f1e1f50a66a0f40a09d90ae8e71113cee9c10eb625029
generated: "2023-02-23T11:02:34.782171834Z" generated: "2023-03-02T20:55:17.352621952Z"

View File

@ -41,4 +41,4 @@ name: wordpress
sources: sources:
- https://github.com/bitnami/containers/tree/main/bitnami/wordpress - https://github.com/bitnami/containers/tree/main/bitnami/wordpress
- https://wordpress.org/ - https://wordpress.org/
version: 15.2.47 version: 15.2.48

View File

@ -84,7 +84,7 @@ The command removes all the Kubernetes components associated with the chart and
| ------------------- | --------------------------------------------------------------------------------------------------------- | --------------------- | | ------------------- | --------------------------------------------------------------------------------------------------------- | --------------------- |
| `image.registry` | WordPress image registry | `docker.io` | | `image.registry` | WordPress image registry | `docker.io` |
| `image.repository` | WordPress image repository | `bitnami/wordpress` | | `image.repository` | WordPress image repository | `bitnami/wordpress` |
| `image.tag` | WordPress image tag (immutable tags are recommended) | `6.1.1-debian-11-r56` | | `image.tag` | WordPress image tag (immutable tags are recommended) | `6.1.1-debian-11-r57` |
| `image.digest` | WordPress image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.digest` | WordPress image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | WordPress image pull policy | `IfNotPresent` | | `image.pullPolicy` | WordPress image pull policy | `IfNotPresent` |
| `image.pullSecrets` | WordPress image pull secrets | `[]` | | `image.pullSecrets` | WordPress image pull secrets | `[]` |
@ -249,7 +249,7 @@ The command removes all the Kubernetes components associated with the chart and
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
| `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` | | `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | | `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r91` | | `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r92` |
| `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` | | `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |
@ -281,7 +281,7 @@ The command removes all the Kubernetes components associated with the chart and
| `metrics.enabled` | Start a sidecar prometheus exporter to expose metrics | `false` | | `metrics.enabled` | Start a sidecar prometheus exporter to expose metrics | `false` |
| `metrics.image.registry` | Apache exporter image registry | `docker.io` | | `metrics.image.registry` | Apache exporter image registry | `docker.io` |
| `metrics.image.repository` | Apache exporter image repository | `bitnami/apache-exporter` | | `metrics.image.repository` | Apache exporter image repository | `bitnami/apache-exporter` |
| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.13.0-debian-11-r2` | | `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.13.0-debian-11-r3` |
| `metrics.image.digest` | Apache exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `metrics.image.digest` | Apache exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `metrics.image.pullPolicy` | Apache exporter image pull policy | `IfNotPresent` | | `metrics.image.pullPolicy` | Apache exporter image pull policy | `IfNotPresent` |
| `metrics.image.pullSecrets` | Apache exporter image pull secrets | `[]` | | `metrics.image.pullSecrets` | Apache exporter image pull secrets | `[]` |

View File

@ -28,4 +28,4 @@ sources:
- https://github.com/bitnami/containers/tree/main/bitnami/mariadb - https://github.com/bitnami/containers/tree/main/bitnami/mariadb
- https://github.com/prometheus/mysqld_exporter - https://github.com/prometheus/mysqld_exporter
- https://mariadb.org - https://mariadb.org
version: 11.5.0 version: 11.5.1

View File

@ -86,7 +86,7 @@ The command removes all the Kubernetes components associated with the chart and
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- | | -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
| `image.registry` | MariaDB image registry | `docker.io` | | `image.registry` | MariaDB image registry | `docker.io` |
| `image.repository` | MariaDB image repository | `bitnami/mariadb` | | `image.repository` | MariaDB image repository | `bitnami/mariadb` |
| `image.tag` | MariaDB image tag (immutable tags are recommended) | `10.6.12-debian-11-r3` | | `image.tag` | MariaDB image tag (immutable tags are recommended) | `10.6.12-debian-11-r6` |
| `image.digest` | MariaDB image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.digest` | MariaDB image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | MariaDB image pull policy | `IfNotPresent` | | `image.pullPolicy` | MariaDB image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@ -306,7 +306,7 @@ The command removes all the Kubernetes components associated with the chart and
| `volumePermissions.enabled` | Enable init container that changes the owner and group of the persistent volume(s) mountpoint to `runAsUser:fsGroup` | `false` | | `volumePermissions.enabled` | Enable init container that changes the owner and group of the persistent volume(s) mountpoint to `runAsUser:fsGroup` | `false` |
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` | | `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
| `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/bitnami-shell` | | `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r86` | | `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r90` |
| `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` | | `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@ -320,7 +320,7 @@ The command removes all the Kubernetes components associated with the chart and
| `metrics.enabled` | Start a side-car prometheus exporter | `false` | | `metrics.enabled` | Start a side-car prometheus exporter | `false` |
| `metrics.image.registry` | Exporter image registry | `docker.io` | | `metrics.image.registry` | Exporter image registry | `docker.io` |
| `metrics.image.repository` | Exporter image repository | `bitnami/mysqld-exporter` | | `metrics.image.repository` | Exporter image repository | `bitnami/mysqld-exporter` |
| `metrics.image.tag` | Exporter image tag (immutable tags are recommended) | `0.14.0-debian-11-r90` | | `metrics.image.tag` | Exporter image tag (immutable tags are recommended) | `0.14.0-debian-11-r94` |
| `metrics.image.digest` | Exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `metrics.image.digest` | Exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `metrics.image.pullPolicy` | Exporter image pull policy | `IfNotPresent` | | `metrics.image.pullPolicy` | Exporter image pull policy | `IfNotPresent` |
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |

View File

@ -87,7 +87,7 @@ serviceBindings:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/mariadb repository: bitnami/mariadb
tag: 10.6.12-debian-11-r3 tag: 10.6.12-debian-11-r6
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@ -995,7 +995,7 @@ volumePermissions:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/bitnami-shell repository: bitnami/bitnami-shell
tag: 11-debian-11-r86 tag: 11-debian-11-r90
digest: "" digest: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace) ## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace)
@ -1031,7 +1031,7 @@ metrics:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/mysqld-exporter repository: bitnami/mysqld-exporter
tag: 0.14.0-debian-11-r90 tag: 0.14.0-debian-11-r94
digest: "" digest: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace) ## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace)

View File

@ -24,4 +24,4 @@ name: memcached
sources: sources:
- https://github.com/bitnami/containers/tree/main/bitnami/memcached - https://github.com/bitnami/containers/tree/main/bitnami/memcached
- http://memcached.org/ - http://memcached.org/
version: 6.3.7 version: 6.3.8

View File

@ -80,7 +80,7 @@ The command removes all the Kubernetes components associated with the chart and
| ----------------------------- | --------------------------------------------------------------------------------------------------------- | ---------------------- | | ----------------------------- | --------------------------------------------------------------------------------------------------------- | ---------------------- |
| `image.registry` | Memcached image registry | `docker.io` | | `image.registry` | Memcached image registry | `docker.io` |
| `image.repository` | Memcached image repository | `bitnami/memcached` | | `image.repository` | Memcached image repository | `bitnami/memcached` |
| `image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.18-debian-11-r14` | | `image.tag` | Memcached image tag (immutable tags are recommended) | `1.6.18-debian-11-r17` |
| `image.digest` | Memcached image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.digest` | Memcached image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `image.pullPolicy` | Memcached image pull policy | `IfNotPresent` | | `image.pullPolicy` | Memcached image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@ -206,7 +206,7 @@ The command removes all the Kubernetes components associated with the chart and
| `volumePermissions.enabled` | Enable init container that changes the owner and group of the persistent volume | `false` | | `volumePermissions.enabled` | Enable init container that changes the owner and group of the persistent volume | `false` |
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` | | `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
| `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/bitnami-shell` | | `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r86` | | `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r90` |
| `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` | | `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Init container volume-permissions image pull secrets | `[]` | | `volumePermissions.image.pullSecrets` | Init container volume-permissions image pull secrets | `[]` |
@ -216,7 +216,7 @@ The command removes all the Kubernetes components associated with the chart and
| `metrics.enabled` | Start a side-car prometheus exporter | `false` | | `metrics.enabled` | Start a side-car prometheus exporter | `false` |
| `metrics.image.registry` | Memcached exporter image registry | `docker.io` | | `metrics.image.registry` | Memcached exporter image registry | `docker.io` |
| `metrics.image.repository` | Memcached exporter image repository | `bitnami/memcached-exporter` | | `metrics.image.repository` | Memcached exporter image repository | `bitnami/memcached-exporter` |
| `metrics.image.tag` | Memcached exporter image tag (immutable tags are recommended) | `0.11.1-debian-11-r0` | | `metrics.image.tag` | Memcached exporter image tag (immutable tags are recommended) | `0.11.1-debian-11-r3` |
| `metrics.image.digest` | Memcached exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `metrics.image.digest` | Memcached exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` | | `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |

View File

@ -70,7 +70,7 @@ diagnosticMode:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/memcached repository: bitnami/memcached
tag: 1.6.18-debian-11-r14 tag: 1.6.18-debian-11-r17
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@ -509,7 +509,7 @@ volumePermissions:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/bitnami-shell repository: bitnami/bitnami-shell
tag: 11-debian-11-r86 tag: 11-debian-11-r90
digest: "" digest: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.
@ -554,7 +554,7 @@ metrics:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/memcached-exporter repository: bitnami/memcached-exporter
tag: 0.11.1-debian-11-r0 tag: 0.11.1-debian-11-r3
digest: "" digest: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.

View File

@ -73,7 +73,7 @@ diagnosticMode:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/wordpress repository: bitnami/wordpress
tag: 6.1.1-debian-11-r56 tag: 6.1.1-debian-11-r57
digest: "" digest: ""
## Specify a imagePullPolicy ## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@ -757,7 +757,7 @@ volumePermissions:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/bitnami-shell repository: bitnami/bitnami-shell
tag: 11-debian-11-r91 tag: 11-debian-11-r92
digest: "" digest: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.
@ -851,7 +851,7 @@ metrics:
image: image:
registry: docker.io registry: docker.io
repository: bitnami/apache-exporter repository: bitnami/apache-exporter
tag: 0.13.0-debian-11-r2 tag: 0.13.0-debian-11-r3
digest: "" digest: ""
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets. ## Optionally specify an array of imagePullSecrets.

View File

@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/

View File

@ -0,0 +1,12 @@
annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Intel QAT Device Plugin
catalog.cattle.io/kube-version: '>=1.19-0'
catalog.cattle.io/release-name: intel-device-plugins-qat
apiVersion: v2
appVersion: 0.26.0
description: A Helm chart for Intel QAT Device Plugin
icon: https://avatars.githubusercontent.com/u/17888862?s=200&v=4
name: intel-device-plugins-qat
type: application
version: 0.26.0

View File

@ -0,0 +1,14 @@
Copyright 2022 Intel Corporation
SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

View File

@ -0,0 +1,48 @@
# Intel QAT Device Plugin Helm Chart
## Get Helm Repository Info
```
helm repo add intel https://intel.github.io/helm-charts/
helm repo update
```
You can execute `helm search repo intel` command to see pulled charts [optional].
## Dependencies
QAT Device Plugin depends on Node Feature Discovery (NFD). See NFD's Helm install page [here](https://kubernetes-sigs.github.io/node-feature-discovery/v0.12/deployment/helm.html?highlight=helm#deployment). If you do not want to use NFD in you cluster, you'll need to change the nodeSelector in the [values](values.yaml) file to match nodes with QAT device.
## Install Helm Chart
```
helm install qat-device-plugin intel/intel-device-plugins-qat [flags]
```
## Upgrade Chart
```
helm upgrade qat-device-plugin intel/intel-device-plugins-qat [flags]
```
## Uninstall Chart
```
helm uninstall qat-device-plugin
```
## Configuration
See [Customizing the Chart Before Installing](https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing). To see all configurable options with detailed comments:
```console
helm show values intel/intel-device-plugins-qat
```
You may also run `helm show values` on this chart's dependencies for additional options.
|parameter| value |
|---------|-----------|
| `hub` | `intel` |
| `tag` | `` |
| `dpdkDriver` | `vfio-pci` |
| `kernelVfDrivers` | `c6xxvf`, `4xxxvf` |
| `maxNumDevices` | `128` |
| `logLevel` | `4` |
| `nodeFeatureRule` | `true` |

View File

@ -0,0 +1 @@
Thank you for installing {{ .Chart.Name }}.

View File

@ -0,0 +1,42 @@
{{- /*
based on
deployments/operator/samples/deviceplugin_v1_qatdeviceplugin.yaml
*/}}
apiVersion: deviceplugin.intel.com/v1
kind: QatDevicePlugin
metadata:
name: {{ .Values.name }}
annotations: {{ toYaml .Values.annotations | nindent 4 }}
spec:
image: "{{ .Values.image.hub }}/intel-qat-plugin:{{ .Values.image.tag | default .Chart.AppVersion }}"
initImage: "{{ .Values.initImage.hub }}/intel-qat-initcontainer:{{ .Values.initImage.tag | default .Chart.AppVersion }}"
dpdkDriver: {{ .Values.dpdkDriver }}
kernelVfDrivers:
{{- range .Values.kernelVfDrivers }}
- {{ . }}
{{- end }}
maxNumDevices: {{ .Values.maxNumDevices }}
logLevel: {{ .Values.logLevel }}
nodeSelector: {{ .Values.nodeSelector | toYaml | nindent 4 }}
---
{{ if eq .Values.nodeFeatureRule true }}
apiVersion: nfd.k8s-sigs.io/v1alpha1
kind: NodeFeatureRule
metadata:
name: intel-dp-qat-device
spec:
rules:
- name: "intel.qat"
labels:
"intel.feature.node.kubernetes.io/qat": "true"
matchFeatures:
- feature: pci.device
matchExpressions:
vendor: {op: In, value: ["8086"]}
device: {op: In, value: ["37c8", "4940"]}
class: {op: In, value: ["0b40"]}
- feature: kernel.loadedmodule
matchExpressions:
intel_qat: {op: Exists}
{{ end }}

View File

@ -0,0 +1,21 @@
name: qatdeviceplugin-sample
image:
hub: intel
tag: ""
initImage:
hub: intel
tag: ""
dpdkDriver: vfio-pci
kernelVfDrivers:
- c6xxvf
- 4xxxvf
maxNumDevices: 128
logLevel: 4
nodeSelector:
intel.feature.node.kubernetes.io/qat: 'true'
nodeFeatureRule: true

View File

@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/

View File

@ -0,0 +1,12 @@
annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Intel SGX Device Plugin
catalog.cattle.io/kube-version: '>=1.19-0'
catalog.cattle.io/release-name: intel-device-plugins-sgx
apiVersion: v2
appVersion: 0.26.0
description: A Helm chart for Intel SGX Device Plugin
icon: https://avatars.githubusercontent.com/u/17888862?s=200&v=4
name: intel-device-plugins-sgx
type: application
version: 0.26.0

View File

@ -0,0 +1,14 @@
Copyright 2022 Intel Corporation
SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

View File

@ -0,0 +1,40 @@
# Intel SGX Device Plugin Helm Chart
## Get Helm Repository Info
```
helm repo add intel https://intel.github.io/helm-charts/
helm repo update
```
You can execute `helm search repo intel` command to see pulled charts [optional].
## Install Helm Chart
```
helm install sgx-device-plugin intel/intel-device-plugins-sgx [flags]
```
## Upgrade Chart
```
helm upgrade sgx-device-plugin intel/intel-device-plugins-sgx [flags]
```
## Uninstall Chart
```
helm uninstall sgx-device-plugin
```
## Configuration
See [Customizing the Chart Before Installing](https://helm.sh/docs/intro/using_helm/#customizing-the-chart-before-installing). To see all configurable options with detailed comments:
```console
helm show values intel/intel-device-plugins-sgx
```
You may also run `helm show values` on this chart's dependencies for additional options.
|parameter| value |
|---------|-----------|
| `hub` | `intel` |
| `tag` | `` |
| `enclaveLimit` | `110` |
| `provisionLimit` | `110` |
| `logLevel` | `4` |

View File

@ -0,0 +1,40 @@
{{- /*
based on
deployments/operator/samples/deviceplugin_v1_sgxdeviceplugin.yaml
*/}}
apiVersion: deviceplugin.intel.com/v1
kind: SgxDevicePlugin
metadata:
name: {{ .Values.name }}
annotations: {{ toYaml .Values.annotations | nindent 4 }}
spec:
image: "{{ .Values.image.hub }}/intel-sgx-plugin:{{ .Values.image.tag | default .Chart.AppVersion }}"
initImage: "{{ .Values.initImage.hub }}/intel-sgx-initcontainer:{{ .Values.initImage.tag | default .Chart.AppVersion }}"
enclaveLimit: {{ .Values.enclaveLimit }}
provisionLimit: {{ .Values.provisionLimit }}
logLevel: {{ .Values.logLevel }}
nodeSelector: {{- .Values.nodeSelector | toYaml | nindent 4 }}
---
{{ if eq .Values.nodeFeatureRule true }}
apiVersion: nfd.k8s-sigs.io/v1alpha1
kind: NodeFeatureRule
metadata:
name: intel-dp-sgx-device
spec:
rules:
- name: "intel.sgx"
labels:
"intel.feature.node.kubernetes.io/sgx": "true"
matchFeatures:
- feature: cpu.cpuid
matchExpressions:
SGX: {op: Exists}
SGXLC: {op: Exists}
- feature: cpu.sgx
matchExpressions:
enabled: {op: IsTrue}
- feature: kernel.config
matchExpressions:
X86_SGX: {op: Exists}
{{ end }}

View File

@ -0,0 +1,18 @@
name: sgxdeviceplugin-sample
image:
hub: intel
tag: ""
initImage:
hub: intel
tag: ""
enclaveLimit: 110
provisionLimit: 110
logLevel: 4
nodeSelector:
intel.feature.node.kubernetes.io/sgx: 'true'
nodeFeatureRule: false

View File

@ -4,7 +4,7 @@ annotations:
catalog.cattle.io/kube-version: '>= 1.14.0-0' catalog.cattle.io/kube-version: '>= 1.14.0-0'
catalog.cattle.io/release-name: artifactory-ha catalog.cattle.io/release-name: artifactory-ha
apiVersion: v2 apiVersion: v2
appVersion: 7.55.2 appVersion: 7.55.3
dependencies: dependencies:
- condition: postgresql.enabled - condition: postgresql.enabled
name: postgresql name: postgresql
@ -26,4 +26,4 @@ name: artifactory-ha
sources: sources:
- https://github.com/jfrog/charts - https://github.com/jfrog/charts
type: application type: application
version: 107.55.2 version: 107.55.3

View File

@ -1,7 +1,7 @@
# JFrog Container Registry Chart Changelog # JFrog Container Registry Chart Changelog
All changes to this chart will be documented in this file. All changes to this chart will be documented in this file.
## [107.55.2] - Aug 25, 2022 ## [107.55.3] - Aug 25, 2022
* Included event service as mandatory and remove the flag from values.yaml * Included event service as mandatory and remove the flag from values.yaml
## [107.41.0] - Jul 22, 2022 ## [107.41.0] - Jul 22, 2022

View File

@ -4,11 +4,11 @@ annotations:
catalog.cattle.io/kube-version: '>= 1.14.0-0' catalog.cattle.io/kube-version: '>= 1.14.0-0'
catalog.cattle.io/release-name: artifactory-jcr catalog.cattle.io/release-name: artifactory-jcr
apiVersion: v2 apiVersion: v2
appVersion: 7.55.2 appVersion: 7.55.3
dependencies: dependencies:
- name: artifactory - name: artifactory
repository: file://./charts/artifactory repository: file://./charts/artifactory
version: 107.55.2 version: 107.55.3
description: JFrog Container Registry description: JFrog Container Registry
home: https://jfrog.com/container-registry/ home: https://jfrog.com/container-registry/
icon: https://raw.githubusercontent.com/jfrog/charts/ea5c3112c24a973f64f3ccd99747323db292a369/stable/artifactory-jcr/logo/jcr-logo.png icon: https://raw.githubusercontent.com/jfrog/charts/ea5c3112c24a973f64f3ccd99747323db292a369/stable/artifactory-jcr/logo/jcr-logo.png
@ -27,4 +27,4 @@ name: artifactory-jcr
sources: sources:
- https://github.com/jfrog/charts - https://github.com/jfrog/charts
type: application type: application
version: 107.55.2 version: 107.55.3

View File

@ -1,5 +1,5 @@
apiVersion: v2 apiVersion: v2
appVersion: 7.55.2 appVersion: 7.55.3
dependencies: dependencies:
- condition: postgresql.enabled - condition: postgresql.enabled
name: postgresql name: postgresql
@ -21,4 +21,4 @@ name: artifactory
sources: sources:
- https://github.com/jfrog/charts - https://github.com/jfrog/charts
type: application type: application
version: 107.55.2 version: 107.55.3

View File

@ -4,7 +4,7 @@ annotations:
catalog.cattle.io/kube-version: '>=1.16-0' catalog.cattle.io/kube-version: '>=1.16-0'
catalog.cattle.io/release-name: nats catalog.cattle.io/release-name: nats
apiVersion: v2 apiVersion: v2
appVersion: 2.9.14-alpine appVersion: 2.9.15-alpine
description: A Helm chart for the NATS.io High Speed Cloud Native Distributed Communications description: A Helm chart for the NATS.io High Speed Cloud Native Distributed Communications
Technology. Technology.
home: http://github.com/nats-io/k8s home: http://github.com/nats-io/k8s
@ -24,4 +24,4 @@ maintainers:
name: Caleb Lloyd name: Caleb Lloyd
url: https://github.com/caleblloyd url: https://github.com/caleblloyd
name: nats name: nats
version: 0.19.11 version: 0.19.12

View File

@ -341,6 +341,10 @@ data:
include "advertise/gateway_advertise.conf" include "advertise/gateway_advertise.conf"
{{- end }} {{- end }}
{{- if .Values.gateway.connectRetries }}
connect_retries: {{ .Values.gateway.connectRetries }}
{{- end }}
{{- with .Values.gateway.tls }} {{- with .Values.gateway.tls }}
{{- $gateway_tls := merge (dict) . }} {{- $gateway_tls := merge (dict) . }}
{{- $_ := set $gateway_tls "secretPath" "/etc/nats-certs/gateways" }} {{- $_ := set $gateway_tls "secretPath" "/etc/nats-certs/gateways" }}

View File

@ -10,7 +10,7 @@ metadata:
spec: spec:
containers: containers:
- name: nats-box - name: nats-box
image: synadia/nats-box image: {{ include "nats.image" .Values.natsbox.image }}
env: env:
- name: NATS_HOST - name: NATS_HOST
value: {{ template "nats.fullname" . }} value: {{ template "nats.fullname" . }}

View File

@ -6,7 +6,7 @@
nats: nats:
image: image:
repository: nats repository: nats
tag: 2.9.14-alpine tag: 2.9.15-alpine
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# registry: docker.io # registry: docker.io
@ -515,7 +515,7 @@ gateway:
bootconfig: bootconfig:
image: image:
repository: natsio/nats-boot-config repository: natsio/nats-boot-config
tag: 0.9.3 tag: 0.10.1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# registry: docker.io # registry: docker.io
@ -591,7 +591,7 @@ reloader:
enabled: true enabled: true
image: image:
repository: natsio/nats-server-config-reloader repository: natsio/nats-server-config-reloader
tag: 0.9.3 tag: 0.10.1
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# registry: docker.io # registry: docker.io

View File

@ -0,0 +1,23 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/

View File

@ -14,9 +14,10 @@ annotations:
- url: https://artifacthub.io/packages/helm/nutanix/nutanix-csi-storage - url: https://artifacthub.io/packages/helm/nutanix/nutanix-csi-storage
catalog.cattle.io/certified: partner catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Nutanix CSI Snapshot catalog.cattle.io/display-name: Nutanix CSI Snapshot
catalog.cattle.io/kube-version: '>= 1.17.0-0'
catalog.cattle.io/release-name: nutanix-csi-snapshot catalog.cattle.io/release-name: nutanix-csi-snapshot
apiVersion: v2 apiVersion: v2
appVersion: 6.0.1 appVersion: 6.0.2
description: Snapshot components required for CSI snapshotting and not specific to description: Snapshot components required for CSI snapshotting and not specific to
any CSI driver any CSI driver
home: https://github.com/nutanix/helm home: https://github.com/nutanix/helm
@ -33,4 +34,4 @@ maintainers:
name: nutanix-cloud-native-bot name: nutanix-cloud-native-bot
name: nutanix-csi-snapshot name: nutanix-csi-snapshot
type: application type: application
version: 6.0.101 version: 6.0.2

View File

@ -69,6 +69,14 @@ helm upgrade nutanix-csi-snapshot nutanix/nutanix-csi-snapshot
You can renew webhook certificate during an upgrade by specifiying `--set "tls.renew=true"`. You can renew webhook certificate during an upgrade by specifiying `--set "tls.renew=true"`.
## Uninstalling the Chart
To uninstall/delete the `nutanix-csi-snapshot` deployment:
```console
helm delete nutanix-csi-snapshot -n <namespace of your choice>
```
## Configuration ## Configuration
Kubernetes Webhooks need to run on HTTPS and for this they need a certificate. This charts offers several options: Kubernetes Webhooks need to run on HTTPS and for this they need a certificate. This charts offers several options:
@ -104,6 +112,8 @@ The following table lists the configurable parameters of the Nutanix-CSI chart a
| `validationWebHook.nodeSelector` | Add nodeSelector to validationWebHook pods | `{}` | | `validationWebHook.nodeSelector` | Add nodeSelector to validationWebHook pods | `{}` |
| `validationWebHook.tolerations` | Add tolerations to validationWebHook pods | `[]` | | `validationWebHook.tolerations` | Add tolerations to validationWebHook pods | `[]` |
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install` or provide a a file whit `-f value.yaml`.
[`kubernetes.io/tls`]: https://kubernetes.io/docs/concepts/configuration/secret/#tls-secrets [`kubernetes.io/tls`]: https://kubernetes.io/docs/concepts/configuration/secret/#tls-secrets
## Support ## Support

View File

@ -14,7 +14,7 @@ tag:
controller: controller:
replicas: 2 replicas: 2
image: k8s.gcr.io/sig-storage/snapshot-controller image: registry.k8s.io/sig-storage/snapshot-controller
nodeSelector: {} nodeSelector: {}
tolerations: [] tolerations: []
@ -22,7 +22,7 @@ validationWebHook:
replicas: 2 replicas: 2
timeout: 2 timeout: 2
failurePolicy: Fail failurePolicy: Fail
image: k8s.gcr.io/sig-storage/snapshot-validation-webhook image: registry.k8s.io/sig-storage/snapshot-validation-webhook
nodeSelector: {} nodeSelector: {}
tolerations: [] tolerations: []

View File

@ -0,0 +1,21 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj

View File

@ -36,4 +36,4 @@ maintainers:
- email: cloudnative@nutanix.com - email: cloudnative@nutanix.com
name: nutanix-cloud-native-bot name: nutanix-cloud-native-bot
name: nutanix-csi-storage name: nutanix-csi-storage
version: 2.6.1 version: 2.6.2

View File

@ -132,17 +132,17 @@ node:
sidecars: sidecars:
registrar: registrar:
image: k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.6.0 image: registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.6.0
provisioner: provisioner:
image: k8s.gcr.io/sig-storage/csi-provisioner:v3.3.0 image: registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
imageLegacy: k8s.gcr.io/sig-storage/csi-provisioner:v2.2.2 imageLegacy: registry.k8s.io/sig-storage/csi-provisioner:v2.2.2
snapshotter: snapshotter:
image: k8s.gcr.io/sig-storage/csi-snapshotter:v6.1.0 image: registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
imageBeta: k8s.gcr.io/sig-storage/csi-snapshotter:v3.0.3 imageBeta: registry.k8s.io/sig-storage/csi-snapshotter:v3.0.3
resizer: resizer:
image: k8s.gcr.io/sig-storage/csi-resizer:v1.6.0 image: registry.k8s.io/sig-storage/csi-resizer:v1.6.0
livenessprobe: livenessprobe:
image: k8s.gcr.io/sig-storage/livenessprobe:v2.8.0 image: registry.k8s.io/sig-storage/livenessprobe:v2.8.0
# Used for deployment test in kind cluster # Used for deployment test in kind cluster
# #

View File

@ -0,0 +1,22 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/

View File

@ -15,4 +15,4 @@ maintainers:
- email: tomislav.plavcic@percona.com - email: tomislav.plavcic@percona.com
name: tplavcic name: tplavcic
name: psmdb-db name: psmdb-db
version: 1.13.0 version: 1.13.1

View File

@ -19,7 +19,7 @@ To install the chart with the `psmdb` release name using a dedicated namespace (
```sh ```sh
helm repo add percona https://percona.github.io/percona-helm-charts/ helm repo add percona https://percona.github.io/percona-helm-charts/
helm install my-db percona/psmdb-db --version 1.12.0 --namespace my-namespace helm install my-db percona/psmdb-db --version 1.13.0 --namespace my-namespace
``` ```
The chart can be customized using the following configurable parameters: The chart can be customized using the following configurable parameters:

View File

@ -31,4 +31,4 @@ name: redpanda
sources: sources:
- https://github.com/redpanda-data/helm-charts - https://github.com/redpanda-data/helm-charts
type: application type: application
version: 2.12.1 version: 2.12.2

View File

@ -159,4 +159,6 @@ spec:
secretName: {{ $sasl.secretRef }} secretName: {{ $sasl.secretRef }}
optional: false optional: false
{{- end }} {{- end }}
securityContext: {{ include "container-security-context" . | nindent 8 }}
serviceAccountName: {{ include "redpanda.serviceAccountName" . }}
{{- end -}} {{- end -}}

View File

@ -56,6 +56,7 @@ spec:
{{- end }} {{- end }}
restartPolicy: Never restartPolicy: Never
securityContext: {{ include "pod-security-context" . | nindent 8 }} securityContext: {{ include "pod-security-context" . | nindent 8 }}
serviceAccountName: {{ include "redpanda.serviceAccountName" . }}
containers: containers:
- name: {{ template "redpanda.name" . }}-post-upgrade - name: {{ template "redpanda.name" . }}-post-upgrade
image: {{ .Values.image.repository }}:{{ template "redpanda.tag" . }} image: {{ .Values.image.repository }}:{{ template "redpanda.tag" . }}

View File

@ -10,6 +10,9 @@ Manual edits are supported only below '## Change Log' and should be used
exclusively to fix incorrect entries and not to add new ones. exclusively to fix incorrect entries and not to add new ones.
## Change Log ## Change Log
# v1.15.76
### Chores
* **sysdig** [40b4958](https://github.com/sysdiglabs/charts/commit/40b4958987085f6682751814a9276fdafa4d9c2e): bump agent version to 12.12.0 ([#973](https://github.com/sysdiglabs/charts/issues/973))
# v1.15.75 # v1.15.75
# v1.15.74 # v1.15.74
### New Features ### New Features

View File

@ -3,7 +3,7 @@ annotations:
catalog.cattle.io/display-name: Sysdig catalog.cattle.io/display-name: Sysdig
catalog.cattle.io/release-name: sysdig catalog.cattle.io/release-name: sysdig
apiVersion: v1 apiVersion: v1
appVersion: 12.11.0 appVersion: 12.12.0
description: Sysdig Monitor and Secure agent description: Sysdig Monitor and Secure agent
home: https://www.sysdig.com/ home: https://www.sysdig.com/
icon: https://avatars.githubusercontent.com/u/5068817?s=200&v=4 icon: https://avatars.githubusercontent.com/u/5068817?s=200&v=4
@ -29,4 +29,4 @@ name: sysdig
sources: sources:
- https://app.sysdigcloud.com/#/settings/user - https://app.sysdigcloud.com/#/settings/user
- https://github.com/draios/sysdig - https://github.com/draios/sysdig
version: 1.15.75 version: 1.15.76

View File

@ -84,7 +84,7 @@ The following table lists the configurable parameters of the Sysdig chart and th
|----------------------------------------------------------------------|------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------| |----------------------------------------------------------------------|------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------|
| `image.registry` | Sysdig Agent image registry | `quay.io` | | `image.registry` | Sysdig Agent image registry | `quay.io` |
| `image.repository` | The image repository to pull from | `sysdig/agent` | | `image.repository` | The image repository to pull from | `sysdig/agent` |
| `image.tag` | The image tag to pull | `12.11.0` | | `image.tag` | The image tag to pull | `12.12.0` |
| `image.digest` | The image digest to pull | ` ` | | `image.digest` | The image digest to pull | ` ` |
| `image.pullPolicy` | The Image pull policy | `IfNotPresent` | | `image.pullPolicy` | The Image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Image pull secrets | `nil` | | `image.pullSecrets` | Image pull secrets | `nil` |

View File

@ -1,4 +1,6 @@
# What's Changed # What's Changed
### Chores
- **sysdig** [40b4958](https://github.com/sysdiglabs/charts/commit/40b4958987085f6682751814a9276fdafa4d9c2e): bump agent version to 12.12.0 ([#973](https://github.com/sysdiglabs/charts/issues/973))
#### Full diff: https://github.com/sysdiglabs/charts/compare/sysdig-deploy-1.5.72...sysdig-1.15.75 #### Full diff: https://github.com/sysdiglabs/charts/compare/harbor-scanner-sysdig-secure-0.3.6...sysdig-1.15.76

View File

@ -8,7 +8,7 @@ image:
registry: quay.io registry: quay.io
repository: sysdig/agent repository: sysdig/agent
tag: 12.11.0 tag: 12.12.0
# Specify a imagePullPolicy # Specify a imagePullPolicy
# Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
# ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images # ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://storage.googleapis.com/triggermesh-charts repository: https://storage.googleapis.com/triggermesh-charts
version: 1.1.x version: 1.1.x
digest: sha256:254836869102a3d43d7b8f099645c28a2d027cfde786517cefa370f33395090e digest: sha256:254836869102a3d43d7b8f099645c28a2d027cfde786517cefa370f33395090e
generated: "2023-03-01T10:05:24.652214507Z" generated: "2023-03-03T10:38:48.638256616Z"

View File

@ -18,4 +18,4 @@ description: A Helm chart deploying TriggerMesh Open Source Components
icon: https://partner-charts.rancher.io/assets/logos/triggermesh.svg icon: https://partner-charts.rancher.io/assets/logos/triggermesh.svg
name: triggermesh name: triggermesh
type: application type: application
version: 0.7.0 version: 0.7.1

View File

@ -3471,6 +3471,9 @@ spec:
description: Name of a SAS policy with Manage permissions inside the Event Hubs namespace referenced by the 'namespaceID' field. Defaults to 'RootManageSharedAccessKey'. description: Name of a SAS policy with Manage permissions inside the Event Hubs namespace referenced by the 'namespaceID' field. Defaults to 'RootManageSharedAccessKey'.
type: string type: string
pattern: ^[\w.-]+$ pattern: ^[\w.-]+$
consumerGroup:
description: A view (state, position, or offset) of an entire event hub. Consumer groups enable consuming applications to each have a separate view of the event stream. They read the stream independently at their own pace and with their own offsets. For more information about Event Hubs Consumer Groups, please refer to https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-features#consumer-groups.
type: string
required: required:
- namespaceID - namespaceID
required: required:
@ -3870,6 +3873,9 @@ spec:
description: Name of the Event Hubs instance within the selected namespace. If omitted, an Event Hubs instance is created on behalf of the user. description: Name of the Event Hubs instance within the selected namespace. If omitted, an Event Hubs instance is created on behalf of the user.
type: string type: string
pattern: ^[A-Za-z0-9][\w.-]{0,49}$ pattern: ^[A-Za-z0-9][\w.-]{0,49}$
consumerGroup:
description: A view (state, position, or offset) of an entire event hub. Consumer groups enable consuming applications to each have a separate view of the event stream. They read the stream independently at their own pace and with their own offsets. For more information about Event Hubs Consumer Groups, please refer to https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-features#consumer-groups.
type: string
required: required:
- namespaceID - namespaceID
required: required:
@ -4198,6 +4204,9 @@ spec:
description: Name of the Event Hubs instance within the selected namespace. If omitted, an Event Hubs instance is created on behalf of the user. description: Name of the Event Hubs instance within the selected namespace. If omitted, an Event Hubs instance is created on behalf of the user.
type: string type: string
pattern: ^[A-Za-z0-9][\w.-]{0,49}$ pattern: ^[A-Za-z0-9][\w.-]{0,49}$
consumerGroup:
description: A view (state, position, or offset) of an entire event hub. Consumer groups enable consuming applications to each have a separate view of the event stream. They read the stream independently at their own pace and with their own offsets. For more information about Event Hubs Consumer Groups, please refer to https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-features#consumer-groups.
type: string
required: required:
- namespaceID - namespaceID
required: required:
@ -4650,6 +4659,9 @@ spec:
oneOf: oneOf:
- required: [sasToken] - required: [sasToken]
- required: [servicePrincipal] - required: [servicePrincipal]
consumerGroup:
description: A view (state, position, or offset) of an entire event hub. Consumer groups enable consuming applications to each have a separate view of the event stream. They read the stream independently at their own pace and with their own offsets. For more information about Event Hubs components, please refer to https://learn.microsoft.com/en-us/azure/event-hubs/event-hubs-about#key-architecture-components
type: string
sink: sink:
description: The destination of events sourced from Azure Event Hubs. description: The destination of events sourced from Azure Event Hubs.
type: object type: object
@ -16068,11 +16080,11 @@ spec:
description: Desired state of event target. description: Desired state of event target.
type: object type: object
properties: properties:
defaultDatabase: database:
description: Define the default (over-writeable at runtime) database to write new events to. description: Define the default (over-writeable at runtime) database to write new events to.
type: string type: string
minLength: 1 minLength: 1
defaultCollection: collection:
description: Define the default (over-writeable at runtime) collection to write new events to. description: Define the default (over-writeable at runtime) collection to write new events to.
type: string type: string
minLength: 1 minLength: 1
@ -16167,8 +16179,8 @@ spec:
format: int64 format: int64
required: required:
- connectionString - connectionString
- defaultCollection - collection
- defaultDatabase - database
status: status:
type: object type: object
description: Reported status of the event target. description: Reported status of the event target.

View File

@ -1988,6 +1988,39 @@ entries:
- assets/argo/argo-cd-5.8.0.tgz - assets/argo/argo-cd-5.8.0.tgz
version: 5.8.0 version: 5.8.0
artifactory-ha: artifactory-ha:
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: JFrog Artifactory HA
catalog.cattle.io/kube-version: '>= 1.14.0-0'
catalog.cattle.io/release-name: artifactory-ha
apiVersion: v2
appVersion: 7.55.3
created: "2023-03-03T14:25:48.03878633Z"
dependencies:
- condition: postgresql.enabled
name: postgresql
repository: file://./charts/postgresql
version: 10.3.18
description: Universal Repository Manager supporting all major packaging formats,
build tools and CI servers.
digest: 3c1462489898fbedf3b763f8d7289786703349a7b065df7c5e15b2ce09d17057
home: https://www.jfrog.com/artifactory/
icon: https://raw.githubusercontent.com/jfrog/charts/ea5c3112c24a973f64f3ccd99747323db292a369/stable/artifactory-ha/logo/artifactory-logo.png
keywords:
- artifactory
- jfrog
- devops
kubeVersion: '>= 1.14.0-0'
maintainers:
- email: installers@jfrog.com
name: Chart Maintainers at JFrog
name: artifactory-ha
sources:
- https://github.com/jfrog/charts
type: application
urls:
- assets/jfrog/artifactory-ha-107.55.3.tgz
version: 107.55.3
- annotations: - annotations:
catalog.cattle.io/certified: partner catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: JFrog Artifactory HA catalog.cattle.io/display-name: JFrog Artifactory HA
@ -2543,6 +2576,40 @@ entries:
- assets/jfrog/artifactory-ha-3.0.1400.tgz - assets/jfrog/artifactory-ha-3.0.1400.tgz
version: 3.0.1400 version: 3.0.1400
artifactory-jcr: artifactory-jcr:
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: JFrog Container Registry
catalog.cattle.io/kube-version: '>= 1.14.0-0'
catalog.cattle.io/release-name: artifactory-jcr
apiVersion: v2
appVersion: 7.55.3
created: "2023-03-03T14:25:48.231732719Z"
dependencies:
- name: artifactory
repository: file://./charts/artifactory
version: 107.55.3
description: JFrog Container Registry
digest: 2eafa02f1173721aa57280b24db53a9e5eb865c9aeb7174b9e054e371b8be20b
home: https://jfrog.com/container-registry/
icon: https://raw.githubusercontent.com/jfrog/charts/ea5c3112c24a973f64f3ccd99747323db292a369/stable/artifactory-jcr/logo/jcr-logo.png
keywords:
- artifactory
- jfrog
- container
- registry
- devops
- jfrog-container-registry
kubeVersion: '>= 1.14.0-0'
maintainers:
- email: helm@jfrog.com
name: Chart Maintainers at JFrog
name: artifactory-jcr
sources:
- https://github.com/jfrog/charts
type: application
urls:
- assets/jfrog/artifactory-jcr-107.55.3.tgz
version: 107.55.3
- annotations: - annotations:
catalog.cattle.io/certified: partner catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: JFrog Container Registry catalog.cattle.io/display-name: JFrog Container Registry
@ -11622,6 +11689,40 @@ entries:
urls: urls:
- assets/intel/intel-device-plugins-operator-0.24.1.tgz - assets/intel/intel-device-plugins-operator-0.24.1.tgz
version: 0.24.1 version: 0.24.1
intel-device-plugins-qat:
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Intel QAT Device Plugin
catalog.cattle.io/kube-version: '>=1.19-0'
catalog.cattle.io/release-name: intel-device-plugins-qat
apiVersion: v2
appVersion: 0.26.0
created: "2023-03-03T14:25:47.808530443Z"
description: A Helm chart for Intel QAT Device Plugin
digest: 0649e65fe2d8658604b5b605365341f98a1266256f41848f849551d575aeed2d
icon: https://avatars.githubusercontent.com/u/17888862?s=200&v=4
name: intel-device-plugins-qat
type: application
urls:
- assets/intel/intel-device-plugins-qat-0.26.0.tgz
version: 0.26.0
intel-device-plugins-sgx:
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Intel SGX Device Plugin
catalog.cattle.io/kube-version: '>=1.19-0'
catalog.cattle.io/release-name: intel-device-plugins-sgx
apiVersion: v2
appVersion: 0.26.0
created: "2023-03-03T14:25:47.808774343Z"
description: A Helm chart for Intel SGX Device Plugin
digest: 7a941a643cc3c96f4679b45ed746fb8910402251eeef5689cc1f65566aaa6521
icon: https://avatars.githubusercontent.com/u/17888862?s=200&v=4
name: intel-device-plugins-sgx
type: application
urls:
- assets/intel/intel-device-plugins-sgx-0.26.0.tgz
version: 0.26.0
istiod-tid: istiod-tid:
- annotations: - annotations:
catalog.cattle.io/certified: partner catalog.cattle.io/certified: partner
@ -13735,6 +13836,48 @@ entries:
- assets/kasten/k10-4.5.900.tgz - assets/kasten/k10-4.5.900.tgz
version: 4.5.900 version: 4.5.900
kafka: kafka:
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Apache Kafka
catalog.cattle.io/kube-version: '>=1.19-0'
catalog.cattle.io/release-name: kafka
category: Infrastructure
licenses: Apache-2.0
apiVersion: v2
appVersion: 3.4.0
created: "2023-03-03T14:25:45.746739759Z"
dependencies:
- condition: zookeeper.enabled
name: zookeeper
repository: file://./charts/zookeeper
version: 11.x.x
- name: common
repository: file://./charts/common
tags:
- bitnami-common
version: 2.x.x
description: Apache Kafka is a distributed streaming platform designed to build
real-time pipelines and can be used as a message broker or as a replacement
for a log aggregation solution for big data applications.
digest: 47fe1293e9879749e8e9245d2d451fd5948c3538ad0dd5a1faafe60f71499e19
home: https://github.com/bitnami/charts/tree/main/bitnami/kafka
icon: https://svn.apache.org/repos/asf/comdev/project-logos/originals/kafka.svg
keywords:
- kafka
- zookeeper
- streaming
- producer
- consumer
maintainers:
- name: Bitnami
url: https://github.com/bitnami/charts
name: kafka
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/kafka
- https://kafka.apache.org/
urls:
- assets/bitnami/kafka-21.2.0.tgz
version: 21.2.0
- annotations: - annotations:
catalog.cattle.io/certified: partner catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Apache Kafka catalog.cattle.io/display-name: Apache Kafka
@ -16418,6 +16561,37 @@ entries:
- assets/bitnami/mysql-9.4.1.tgz - assets/bitnami/mysql-9.4.1.tgz
version: 9.4.1 version: 9.4.1
nats: nats:
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: NATS Server
catalog.cattle.io/kube-version: '>=1.16-0'
catalog.cattle.io/release-name: nats
apiVersion: v2
appVersion: 2.9.15-alpine
created: "2023-03-03T14:25:48.841436284Z"
description: A Helm chart for the NATS.io High Speed Cloud Native Distributed
Communications Technology.
digest: 64d9d73c5be820484a371f27fddd61f098824f4f02ee8884179df1ef6e517850
home: http://github.com/nats-io/k8s
icon: https://nats.io/img/nats-icon-color.png
keywords:
- nats
- messaging
- cncf
maintainers:
- email: wally@nats.io
name: Waldemar Quevedo
url: https://github.com/wallyqs
- email: colin@nats.io
name: Colin Sullivan
url: https://github.com/ColinSullivan1
- email: caleb@nats.io
name: Caleb Lloyd
url: https://github.com/caleblloyd
name: nats
urls:
- assets/nats/nats-0.19.12.tgz
version: 0.19.12
- annotations: - annotations:
catalog.cattle.io/certified: partner catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: NATS Server catalog.cattle.io/display-name: NATS Server
@ -17749,6 +17923,47 @@ entries:
urls: urls:
- assets/nutanix/nutanix-csi-snapshot-6.0.101.tgz - assets/nutanix/nutanix-csi-snapshot-6.0.101.tgz
version: 6.0.101 version: 6.0.101
- annotations:
artifacthub.io/changes: |
- Update Snapshot Controller version
- Change Snapshot Controller to HA deployement
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/displayName: Nutanix CSI Snapshot
artifacthub.io/links: |
- name: Kubernetes CSI Developer Documentation
url: https://kubernetes-csi.github.io/docs/
artifacthub.io/maintainers: |
- name: Nutanix Cloud Native Team
email: cloudnative@nutanix.com
artifacthub.io/recommendations: |
- url: https://artifacthub.io/packages/helm/nutanix/nutanix-csi-storage
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Nutanix CSI Snapshot
catalog.cattle.io/kube-version: '>= 1.17.0-0'
catalog.cattle.io/release-name: nutanix-csi-snapshot
apiVersion: v2
appVersion: 6.0.2
created: "2023-03-03T14:25:48.957158978Z"
description: Snapshot components required for CSI snapshotting and not specific
to any CSI driver
digest: 0dceb6cd6bc49f661295015050752d9550d0bd5bd2d782a3890a363e7fe7eaff
home: https://github.com/nutanix/helm
icon: https://avatars2.githubusercontent.com/u/6165865?s=200&v=4
keywords:
- Nutanix
- Storage
- Snapshot
- SnapshotClass
- CSI
kubeVersion: '>= 1.17.0-0'
maintainers:
- email: cloudnative@nutanix.com
name: nutanix-cloud-native-bot
name: nutanix-csi-snapshot
type: application
urls:
- assets/nutanix/nutanix-csi-snapshot-6.0.2.tgz
version: 6.0.2
- annotations: - annotations:
artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/displayName: Nutanix CSI Snapshot artifacthub.io/displayName: Nutanix CSI Snapshot
@ -17787,6 +18002,49 @@ entries:
- assets/nutanix/nutanix-csi-snapshot-1.0.0.tgz - assets/nutanix/nutanix-csi-snapshot-1.0.0.tgz
version: 1.0.0 version: 1.0.0
nutanix-csi-storage: nutanix-csi-storage:
- annotations:
artifacthub.io/changes: |
- Update Nutanix CSI driver to v2.6.1
- Update CSI Sidecar version
artifacthub.io/containsSecurityUpdates: "true"
artifacthub.io/displayName: Nutanix CSI Storage
artifacthub.io/links: |
- name: Nutanix CSI Driver documentation
url: https://portal.nutanix.com/page/documents/details?targetId=CSI-Volume-Driver-v2_6:CSI-Volume-Driver-v2_6
artifacthub.io/maintainers: |
- name: Nutanix Cloud Native Team
email: cloudnative@nutanix.com
artifacthub.io/recommendations: |
- url: https://artifacthub.io/packages/helm/nutanix/nutanix-csi-snapshot
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Nutanix CSI Storage
catalog.cattle.io/kube-version: '>= 1.17.0-0'
catalog.cattle.io/release-name: nutanix-csi-storage
apiVersion: v1
appVersion: 2.6.1
created: "2023-03-03T14:25:48.964332477Z"
description: Nutanix Container Storage Interface (CSI) Driver
digest: 72a9287effcdf83b8da1a7da450b3c35aca4073ed5a08abb69d29a6313da44d1
home: https://github.com/nutanix/helm
icon: https://avatars2.githubusercontent.com/u/6165865?s=200&v=4
keywords:
- Nutanix
- Storage
- Volumes
- Files
- StorageClass
- RedHat
- CentOS
- Ubuntu
- CSI
kubeVersion: '>= 1.17.0-0'
maintainers:
- email: cloudnative@nutanix.com
name: nutanix-cloud-native-bot
name: nutanix-csi-storage
urls:
- assets/nutanix/nutanix-csi-storage-2.6.2.tgz
version: 2.6.2
- annotations: - annotations:
artifacthub.io/changes: | artifacthub.io/changes: |
- Update Nutanix CSI driver to v2.6.1 - Update Nutanix CSI driver to v2.6.1
@ -19682,6 +19940,28 @@ entries:
- assets/bitnami/postgresql-11.9.12.tgz - assets/bitnami/postgresql-11.9.12.tgz
version: 11.9.12 version: 11.9.12
psmdb-db: psmdb-db:
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Percona Server for MongoDB
catalog.cattle.io/kube-version: '>=1.21-0'
catalog.cattle.io/release-name: psmdb-db
apiVersion: v2
appVersion: 1.13.0
created: "2023-03-03T14:25:49.089978874Z"
description: A Helm chart for installing Percona Server MongoDB Cluster Databases
using the PSMDB Operator.
digest: 840401ddfb8f6dfc3118a04d8f9c4ca9b64d6bbcc9c4ea738749d0a550f2e6b3
home: https://www.percona.com/doc/kubernetes-operator-for-psmongodb/index.html
icon: https://raw.githubusercontent.com/percona/percona-server-mongodb-operator/main/operator.png
maintainers:
- email: ivan.pylypenko@percona.com
name: cap1984
- email: tomislav.plavcic@percona.com
name: tplavcic
name: psmdb-db
urls:
- assets/percona/psmdb-db-1.13.1.tgz
version: 1.13.1
- annotations: - annotations:
catalog.cattle.io/certified: partner catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Percona Server for MongoDB catalog.cattle.io/display-name: Percona Server for MongoDB
@ -20614,6 +20894,44 @@ entries:
- assets/bitnami/redis-17.3.7.tgz - assets/bitnami/redis-17.3.7.tgz
version: 17.3.7 version: 17.3.7
redpanda: redpanda:
- annotations:
artifacthub.io/images: |
- name: redpanda
image: vectorized/redpanda:v22.3.13
- name: busybox
image: busybox:latest
artifacthub.io/license: Apache-2.0
artifacthub.io/links: |
- name: Documentation
url: https://docs.redpanda.com
- name: "Helm (>= 3.6.0)"
url: https://helm.sh/docs/intro/install/
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Redpanda
catalog.cattle.io/kube-version: '>=1.21-0'
catalog.cattle.io/release-name: redpanda
apiVersion: v2
appVersion: v22.3.13
created: "2023-03-03T14:25:49.179073112Z"
dependencies:
- condition: console.enabled
name: console
repository: file://./charts/console
version: '>=0.5 <1.0'
description: Redpanda is the real-time engine for modern apps.
digest: 488322804118579ca51d47109b208165bfeee3792f6046ca822cede3a1dc01ba
icon: https://images.ctfassets.net/paqvtpyf8rwu/3cYHw5UzhXCbKuR24GDFGO/73fb682e6157d11c10d5b2b5da1d5af0/skate-stand-panda.svg
kubeVersion: '>=1.21-0'
maintainers:
- name: redpanda-data
url: https://github.com/orgs/redpanda-data/people
name: redpanda
sources:
- https://github.com/redpanda-data/helm-charts
type: application
urls:
- assets/redpanda/redpanda-2.12.2.tgz
version: 2.12.2
- annotations: - annotations:
artifacthub.io/images: | artifacthub.io/images: |
- name: redpanda - name: redpanda
@ -23408,6 +23726,42 @@ entries:
- assets/sumologic/sumologic-2.17.0.tgz - assets/sumologic/sumologic-2.17.0.tgz
version: 2.17.0 version: 2.17.0
sysdig: sysdig:
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Sysdig
catalog.cattle.io/release-name: sysdig
apiVersion: v1
appVersion: 12.12.0
created: "2023-03-03T14:25:49.547730467Z"
description: Sysdig Monitor and Secure agent
digest: 3124dddf195a339c5ba4b997c9b3db5e938aa939843b4899c0d4b7253e84774e
home: https://www.sysdig.com/
icon: https://avatars.githubusercontent.com/u/5068817?s=200&v=4
keywords:
- monitoring
- security
- alerting
- metric
- troubleshooting
- run-time
maintainers:
- email: lachlan@deis.com
name: lachie83
- email: jorge.salamero@sysdig.com
name: bencer
- email: nestor.salceda@sysdig.com
name: nestorsalceda
- email: alvaro.iradier@sysdig.com
name: airadier
- email: carlos.arilla@sysdig.com
name: carillan81
name: sysdig
sources:
- https://app.sysdigcloud.com/#/settings/user
- https://github.com/draios/sysdig
urls:
- assets/sysdig/sysdig-1.15.76.tgz
version: 1.15.76
- annotations: - annotations:
catalog.cattle.io/certified: partner catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Sysdig catalog.cattle.io/display-name: Sysdig
@ -24837,6 +25191,31 @@ entries:
- assets/traefik/traefik-10.6.0.tgz - assets/traefik/traefik-10.6.0.tgz
version: 10.6.0 version: 10.6.0
triggermesh: triggermesh:
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: TriggerMesh
catalog.cattle.io/kube-version: '>=1.20-0'
catalog.cattle.io/release-name: triggermesh
apiVersion: v2
appVersion: v1.24.0
created: "2023-03-03T14:25:49.605539191Z"
dependencies:
- condition: triggermesh-core.enabled
name: triggermesh-core
repository: file://./charts/triggermesh-core
tags:
- triggermesh
- triggermesh-core
- brokers
version: 1.1.x
description: A Helm chart deploying TriggerMesh Open Source Components
digest: f7266041285bfd592305d5e4a908956f427fbf4310e6b9d29a8e908977cdd969
icon: https://partner-charts.rancher.io/assets/logos/triggermesh.svg
name: triggermesh
type: application
urls:
- assets/triggermesh/triggermesh-0.7.1.tgz
version: 0.7.1
- annotations: - annotations:
catalog.cattle.io/certified: partner catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: TriggerMesh catalog.cattle.io/display-name: TriggerMesh
@ -25646,6 +26025,54 @@ entries:
- assets/hashicorp/vault-0.22.0.tgz - assets/hashicorp/vault-0.22.0.tgz
version: 0.22.0 version: 0.22.0
wordpress: wordpress:
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: WordPress
catalog.cattle.io/kube-version: '>=1.19-0'
catalog.cattle.io/release-name: wordpress
category: CMS
licenses: Apache-2.0
apiVersion: v2
appVersion: 6.1.1
created: "2023-03-03T14:25:46.366940424Z"
dependencies:
- condition: memcached.enabled
name: memcached
repository: file://./charts/memcached
version: 6.x.x
- condition: mariadb.enabled
name: mariadb
repository: file://./charts/mariadb
version: 11.x.x
- name: common
repository: file://./charts/common
tags:
- bitnami-common
version: 2.x.x
description: WordPress is the world's most popular blogging and content management
platform. Powerful yet simple, everyone from students to global corporations
use it to build beautiful, functional websites.
digest: 2ffd955569116319b4a3f72bb16c5478976cc93a769abd1ed938b6c8ac232624
home: https://github.com/bitnami/charts/tree/main/bitnami/wordpress
icon: https://s.w.org/style/images/about/WordPress-logotype-simplified.png
keywords:
- application
- blog
- cms
- http
- php
- web
- wordpress
maintainers:
- name: Bitnami
url: https://github.com/bitnami/charts
name: wordpress
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/wordpress
- https://wordpress.org/
urls:
- assets/bitnami/wordpress-15.2.48.tgz
version: 15.2.48
- annotations: - annotations:
catalog.cattle.io/certified: partner catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: WordPress catalog.cattle.io/display-name: WordPress