Charts CI
``` Added: intel/intel-device-plugins-qat: - 0.26.0 intel/intel-device-plugins-sgx: - 0.26.0 Updated: bitnami/kafka: - 21.2.0 bitnami/wordpress: - 15.2.48 jfrog/artifactory-ha: - 107.55.3 jfrog/artifactory-jcr: - 107.55.3 nats/nats: - 0.19.12 nutanix/nutanix-csi-snapshot: - 6.0.2 nutanix/nutanix-csi-storage: - 2.6.2 percona/psmdb-db: - 1.13.1 redpanda/redpanda: - 2.12.2 sysdig/sysdig: - 1.15.76 triggermesh/triggermesh: - 0.7.1 ```pull/681/head
parent
7d06d2d79b
commit
c179be121d
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.
|
@ -35,4 +35,4 @@ name: kafka
|
|||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/kafka
|
||||
- https://kafka.apache.org/
|
||||
version: 21.1.1
|
||||
version: 21.2.0
|
||||
|
|
|
@ -26,22 +26,26 @@ data:
|
|||
name: kafka_controller_$1_$2_$3
|
||||
- pattern: kafka.controller<type=(ControllerStats), name=(.+)><>(Count)
|
||||
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)
|
||||
name: kafka_network_$1_$2_$4
|
||||
labels:
|
||||
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
|
||||
labels:
|
||||
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)
|
||||
name: kafka_server_$1_$2_$4
|
||||
labels:
|
||||
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)
|
||||
name: kafka_server_$1_$2_$3_$4
|
||||
- pattern: kafka.server<type=(.+), name=(.+)><>(Count|Value|OneMinuteRate)
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
dependencies:
|
||||
- name: memcached
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 6.3.7
|
||||
version: 6.3.8
|
||||
- name: mariadb
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 11.5.0
|
||||
version: 11.5.1
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.2.3
|
||||
digest: sha256:9c6e8b16fcad61555ef0d4015cf8dd5643f88080c10588d0fc123f255b78f1b7
|
||||
generated: "2023-02-23T11:02:34.782171834Z"
|
||||
digest: sha256:9dd252efa5da7fdcd62f1e1f50a66a0f40a09d90ae8e71113cee9c10eb625029
|
||||
generated: "2023-03-02T20:55:17.352621952Z"
|
||||
|
|
|
@ -41,4 +41,4 @@ name: wordpress
|
|||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/wordpress
|
||||
- https://wordpress.org/
|
||||
version: 15.2.47
|
||||
version: 15.2.48
|
||||
|
|
|
@ -84,7 +84,7 @@ The command removes all the Kubernetes components associated with the chart and
|
|||
| ------------------- | --------------------------------------------------------------------------------------------------------- | --------------------- |
|
||||
| `image.registry` | WordPress image registry | `docker.io` |
|
||||
| `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.pullPolicy` | WordPress image pull policy | `IfNotPresent` |
|
||||
| `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.image.registry` | Bitnami Shell image registry | `docker.io` |
|
||||
| `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.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
|
||||
| `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.image.registry` | Apache exporter image registry | `docker.io` |
|
||||
| `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.pullPolicy` | Apache exporter image pull policy | `IfNotPresent` |
|
||||
| `metrics.image.pullSecrets` | Apache exporter image pull secrets | `[]` |
|
||||
|
|
|
@ -28,4 +28,4 @@ sources:
|
|||
- https://github.com/bitnami/containers/tree/main/bitnami/mariadb
|
||||
- https://github.com/prometheus/mysqld_exporter
|
||||
- https://mariadb.org
|
||||
version: 11.5.0
|
||||
version: 11.5.1
|
||||
|
|
|
@ -86,7 +86,7 @@ The command removes all the Kubernetes components associated with the chart and
|
|||
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
|
||||
| `image.registry` | MariaDB image registry | `docker.io` |
|
||||
| `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.pullPolicy` | MariaDB image pull policy | `IfNotPresent` |
|
||||
| `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.image.registry` | Init container volume-permissions image registry | `docker.io` |
|
||||
| `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.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
|
||||
| `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.image.registry` | Exporter image registry | `docker.io` |
|
||||
| `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.pullPolicy` | Exporter image pull policy | `IfNotPresent` |
|
||||
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
|
|
|
@ -87,7 +87,7 @@ serviceBindings:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/mariadb
|
||||
tag: 10.6.12-debian-11-r3
|
||||
tag: 10.6.12-debian-11-r6
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
@ -995,7 +995,7 @@ volumePermissions:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/bitnami-shell
|
||||
tag: 11-debian-11-r86
|
||||
tag: 11-debian-11-r90
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace)
|
||||
|
@ -1031,7 +1031,7 @@ metrics:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/mysqld-exporter
|
||||
tag: 0.14.0-debian-11-r90
|
||||
tag: 0.14.0-debian-11-r94
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets (secrets must be manually created in the namespace)
|
||||
|
|
|
@ -24,4 +24,4 @@ name: memcached
|
|||
sources:
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/memcached
|
||||
- http://memcached.org/
|
||||
version: 6.3.7
|
||||
version: 6.3.8
|
||||
|
|
|
@ -80,7 +80,7 @@ The command removes all the Kubernetes components associated with the chart and
|
|||
| ----------------------------- | --------------------------------------------------------------------------------------------------------- | ---------------------- |
|
||||
| `image.registry` | Memcached image registry | `docker.io` |
|
||||
| `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.pullPolicy` | Memcached image pull policy | `IfNotPresent` |
|
||||
| `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.image.registry` | Init container volume-permissions image registry | `docker.io` |
|
||||
| `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.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
|
||||
| `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.image.registry` | Memcached exporter image registry | `docker.io` |
|
||||
| `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.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
|
||||
|
|
|
@ -70,7 +70,7 @@ diagnosticMode:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/memcached
|
||||
tag: 1.6.18-debian-11-r14
|
||||
tag: 1.6.18-debian-11-r17
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
@ -509,7 +509,7 @@ volumePermissions:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/bitnami-shell
|
||||
tag: 11-debian-11-r86
|
||||
tag: 11-debian-11-r90
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
@ -554,7 +554,7 @@ metrics:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/memcached-exporter
|
||||
tag: 0.11.1-debian-11-r0
|
||||
tag: 0.11.1-debian-11-r3
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
|
|
@ -73,7 +73,7 @@ diagnosticMode:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/wordpress
|
||||
tag: 6.1.1-debian-11-r56
|
||||
tag: 6.1.1-debian-11-r57
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
@ -757,7 +757,7 @@ volumePermissions:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/bitnami-shell
|
||||
tag: 11-debian-11-r91
|
||||
tag: 11-debian-11-r92
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
@ -851,7 +851,7 @@ metrics:
|
|||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/apache-exporter
|
||||
tag: 0.13.0-debian-11-r2
|
||||
tag: 0.13.0-debian-11-r3
|
||||
digest: ""
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
|
|
|
@ -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/
|
|
@ -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
|
|
@ -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.
|
|
@ -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` |
|
||||
|
|
@ -0,0 +1 @@
|
|||
Thank you for installing {{ .Chart.Name }}.
|
|
@ -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 }}
|
|
@ -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
|
|
@ -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/
|
|
@ -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
|
|
@ -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.
|
|
@ -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` |
|
|
@ -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 }}
|
|
@ -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
|
|
@ -4,7 +4,7 @@ annotations:
|
|||
catalog.cattle.io/kube-version: '>= 1.14.0-0'
|
||||
catalog.cattle.io/release-name: artifactory-ha
|
||||
apiVersion: v2
|
||||
appVersion: 7.55.2
|
||||
appVersion: 7.55.3
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
|
@ -26,4 +26,4 @@ name: artifactory-ha
|
|||
sources:
|
||||
- https://github.com/jfrog/charts
|
||||
type: application
|
||||
version: 107.55.2
|
||||
version: 107.55.3
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# JFrog Container Registry Chart Changelog
|
||||
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
|
||||
|
||||
## [107.41.0] - Jul 22, 2022
|
||||
|
|
|
@ -4,11 +4,11 @@ annotations:
|
|||
catalog.cattle.io/kube-version: '>= 1.14.0-0'
|
||||
catalog.cattle.io/release-name: artifactory-jcr
|
||||
apiVersion: v2
|
||||
appVersion: 7.55.2
|
||||
appVersion: 7.55.3
|
||||
dependencies:
|
||||
- name: artifactory
|
||||
repository: file://./charts/artifactory
|
||||
version: 107.55.2
|
||||
version: 107.55.3
|
||||
description: JFrog Container Registry
|
||||
home: https://jfrog.com/container-registry/
|
||||
icon: https://raw.githubusercontent.com/jfrog/charts/ea5c3112c24a973f64f3ccd99747323db292a369/stable/artifactory-jcr/logo/jcr-logo.png
|
||||
|
@ -27,4 +27,4 @@ name: artifactory-jcr
|
|||
sources:
|
||||
- https://github.com/jfrog/charts
|
||||
type: application
|
||||
version: 107.55.2
|
||||
version: 107.55.3
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
apiVersion: v2
|
||||
appVersion: 7.55.2
|
||||
appVersion: 7.55.3
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
|
@ -21,4 +21,4 @@ name: artifactory
|
|||
sources:
|
||||
- https://github.com/jfrog/charts
|
||||
type: application
|
||||
version: 107.55.2
|
||||
version: 107.55.3
|
||||
|
|
|
@ -4,7 +4,7 @@ annotations:
|
|||
catalog.cattle.io/kube-version: '>=1.16-0'
|
||||
catalog.cattle.io/release-name: nats
|
||||
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
|
||||
Technology.
|
||||
home: http://github.com/nats-io/k8s
|
||||
|
@ -24,4 +24,4 @@ maintainers:
|
|||
name: Caleb Lloyd
|
||||
url: https://github.com/caleblloyd
|
||||
name: nats
|
||||
version: 0.19.11
|
||||
version: 0.19.12
|
||||
|
|
|
@ -341,6 +341,10 @@ data:
|
|||
include "advertise/gateway_advertise.conf"
|
||||
{{- end }}
|
||||
|
||||
{{- if .Values.gateway.connectRetries }}
|
||||
connect_retries: {{ .Values.gateway.connectRetries }}
|
||||
{{- end }}
|
||||
|
||||
{{- with .Values.gateway.tls }}
|
||||
{{- $gateway_tls := merge (dict) . }}
|
||||
{{- $_ := set $gateway_tls "secretPath" "/etc/nats-certs/gateways" }}
|
||||
|
|
|
@ -10,7 +10,7 @@ metadata:
|
|||
spec:
|
||||
containers:
|
||||
- name: nats-box
|
||||
image: synadia/nats-box
|
||||
image: {{ include "nats.image" .Values.natsbox.image }}
|
||||
env:
|
||||
- name: NATS_HOST
|
||||
value: {{ template "nats.fullname" . }}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
nats:
|
||||
image:
|
||||
repository: nats
|
||||
tag: 2.9.14-alpine
|
||||
tag: 2.9.15-alpine
|
||||
pullPolicy: IfNotPresent
|
||||
# registry: docker.io
|
||||
|
||||
|
@ -515,7 +515,7 @@ gateway:
|
|||
bootconfig:
|
||||
image:
|
||||
repository: natsio/nats-boot-config
|
||||
tag: 0.9.3
|
||||
tag: 0.10.1
|
||||
pullPolicy: IfNotPresent
|
||||
# registry: docker.io
|
||||
|
||||
|
@ -591,7 +591,7 @@ reloader:
|
|||
enabled: true
|
||||
image:
|
||||
repository: natsio/nats-server-config-reloader
|
||||
tag: 0.9.3
|
||||
tag: 0.10.1
|
||||
pullPolicy: IfNotPresent
|
||||
# registry: docker.io
|
||||
|
||||
|
|
|
@ -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/
|
|
@ -14,9 +14,10 @@ annotations:
|
|||
- 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.1
|
||||
appVersion: 6.0.2
|
||||
description: Snapshot components required for CSI snapshotting and not specific to
|
||||
any CSI driver
|
||||
home: https://github.com/nutanix/helm
|
||||
|
@ -33,4 +34,4 @@ maintainers:
|
|||
name: nutanix-cloud-native-bot
|
||||
name: nutanix-csi-snapshot
|
||||
type: application
|
||||
version: 6.0.101
|
||||
version: 6.0.2
|
||||
|
|
|
@ -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"`.
|
||||
|
||||
## Uninstalling the Chart
|
||||
|
||||
To uninstall/delete the `nutanix-csi-snapshot` deployment:
|
||||
|
||||
```console
|
||||
helm delete nutanix-csi-snapshot -n <namespace of your choice>
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
||||
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.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
|
||||
|
||||
## Support
|
||||
|
|
|
@ -14,7 +14,7 @@ tag:
|
|||
|
||||
controller:
|
||||
replicas: 2
|
||||
image: k8s.gcr.io/sig-storage/snapshot-controller
|
||||
image: registry.k8s.io/sig-storage/snapshot-controller
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
|
||||
|
@ -22,7 +22,7 @@ validationWebHook:
|
|||
replicas: 2
|
||||
timeout: 2
|
||||
failurePolicy: Fail
|
||||
image: k8s.gcr.io/sig-storage/snapshot-validation-webhook
|
||||
image: registry.k8s.io/sig-storage/snapshot-validation-webhook
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
|
||||
|
|
|
@ -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
|
|
@ -36,4 +36,4 @@ maintainers:
|
|||
- email: cloudnative@nutanix.com
|
||||
name: nutanix-cloud-native-bot
|
||||
name: nutanix-csi-storage
|
||||
version: 2.6.1
|
||||
version: 2.6.2
|
||||
|
|
|
@ -132,17 +132,17 @@ node:
|
|||
|
||||
sidecars:
|
||||
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:
|
||||
image: k8s.gcr.io/sig-storage/csi-provisioner:v3.3.0
|
||||
imageLegacy: k8s.gcr.io/sig-storage/csi-provisioner:v2.2.2
|
||||
image: registry.k8s.io/sig-storage/csi-provisioner:v3.3.0
|
||||
imageLegacy: registry.k8s.io/sig-storage/csi-provisioner:v2.2.2
|
||||
snapshotter:
|
||||
image: k8s.gcr.io/sig-storage/csi-snapshotter:v6.1.0
|
||||
imageBeta: k8s.gcr.io/sig-storage/csi-snapshotter:v3.0.3
|
||||
image: registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
|
||||
imageBeta: registry.k8s.io/sig-storage/csi-snapshotter:v3.0.3
|
||||
resizer:
|
||||
image: k8s.gcr.io/sig-storage/csi-resizer:v1.6.0
|
||||
image: registry.k8s.io/sig-storage/csi-resizer:v1.6.0
|
||||
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
|
||||
#
|
||||
|
|
|
@ -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/
|
|
@ -15,4 +15,4 @@ maintainers:
|
|||
- email: tomislav.plavcic@percona.com
|
||||
name: tplavcic
|
||||
name: psmdb-db
|
||||
version: 1.13.0
|
||||
version: 1.13.1
|
||||
|
|
|
@ -19,7 +19,7 @@ To install the chart with the `psmdb` release name using a dedicated namespace (
|
|||
|
||||
```sh
|
||||
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:
|
||||
|
|
|
@ -31,4 +31,4 @@ name: redpanda
|
|||
sources:
|
||||
- https://github.com/redpanda-data/helm-charts
|
||||
type: application
|
||||
version: 2.12.1
|
||||
version: 2.12.2
|
||||
|
|
|
@ -159,4 +159,6 @@ spec:
|
|||
secretName: {{ $sasl.secretRef }}
|
||||
optional: false
|
||||
{{- end }}
|
||||
securityContext: {{ include "container-security-context" . | nindent 8 }}
|
||||
serviceAccountName: {{ include "redpanda.serviceAccountName" . }}
|
||||
{{- end -}}
|
||||
|
|
|
@ -56,6 +56,7 @@ spec:
|
|||
{{- end }}
|
||||
restartPolicy: Never
|
||||
securityContext: {{ include "pod-security-context" . | nindent 8 }}
|
||||
serviceAccountName: {{ include "redpanda.serviceAccountName" . }}
|
||||
containers:
|
||||
- name: {{ template "redpanda.name" . }}-post-upgrade
|
||||
image: {{ .Values.image.repository }}:{{ template "redpanda.tag" . }}
|
||||
|
|
|
@ -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.
|
||||
|
||||
## 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.74
|
||||
### New Features
|
||||
|
|
|
@ -3,7 +3,7 @@ annotations:
|
|||
catalog.cattle.io/display-name: Sysdig
|
||||
catalog.cattle.io/release-name: sysdig
|
||||
apiVersion: v1
|
||||
appVersion: 12.11.0
|
||||
appVersion: 12.12.0
|
||||
description: Sysdig Monitor and Secure agent
|
||||
home: https://www.sysdig.com/
|
||||
icon: https://avatars.githubusercontent.com/u/5068817?s=200&v=4
|
||||
|
@ -29,4 +29,4 @@ name: sysdig
|
|||
sources:
|
||||
- https://app.sysdigcloud.com/#/settings/user
|
||||
- https://github.com/draios/sysdig
|
||||
version: 1.15.75
|
||||
version: 1.15.76
|
||||
|
|
|
@ -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.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.pullPolicy` | The Image pull policy | `IfNotPresent` |
|
||||
| `image.pullSecrets` | Image pull secrets | `nil` |
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
# 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
|
||||
|
|
|
@ -8,7 +8,7 @@ image:
|
|||
|
||||
registry: quay.io
|
||||
repository: sysdig/agent
|
||||
tag: 12.11.0
|
||||
tag: 12.12.0
|
||||
# Specify a imagePullPolicy
|
||||
# Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
# ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
|
||||
|
|
|
@ -3,4 +3,4 @@ dependencies:
|
|||
repository: https://storage.googleapis.com/triggermesh-charts
|
||||
version: 1.1.x
|
||||
digest: sha256:254836869102a3d43d7b8f099645c28a2d027cfde786517cefa370f33395090e
|
||||
generated: "2023-03-01T10:05:24.652214507Z"
|
||||
generated: "2023-03-03T10:38:48.638256616Z"
|
||||
|
|
|
@ -18,4 +18,4 @@ description: A Helm chart deploying TriggerMesh Open Source Components
|
|||
icon: https://partner-charts.rancher.io/assets/logos/triggermesh.svg
|
||||
name: triggermesh
|
||||
type: application
|
||||
version: 0.7.0
|
||||
version: 0.7.1
|
||||
|
|
|
@ -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'.
|
||||
type: string
|
||||
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:
|
||||
- namespaceID
|
||||
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.
|
||||
type: string
|
||||
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:
|
||||
- namespaceID
|
||||
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.
|
||||
type: string
|
||||
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:
|
||||
- namespaceID
|
||||
required:
|
||||
|
@ -4650,6 +4659,9 @@ spec:
|
|||
oneOf:
|
||||
- required: [sasToken]
|
||||
- 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:
|
||||
description: The destination of events sourced from Azure Event Hubs.
|
||||
type: object
|
||||
|
@ -16068,11 +16080,11 @@ spec:
|
|||
description: Desired state of event target.
|
||||
type: object
|
||||
properties:
|
||||
defaultDatabase:
|
||||
database:
|
||||
description: Define the default (over-writeable at runtime) database to write new events to.
|
||||
type: string
|
||||
minLength: 1
|
||||
defaultCollection:
|
||||
collection:
|
||||
description: Define the default (over-writeable at runtime) collection to write new events to.
|
||||
type: string
|
||||
minLength: 1
|
||||
|
@ -16167,8 +16179,8 @@ spec:
|
|||
format: int64
|
||||
required:
|
||||
- connectionString
|
||||
- defaultCollection
|
||||
- defaultDatabase
|
||||
- collection
|
||||
- database
|
||||
status:
|
||||
type: object
|
||||
description: Reported status of the event target.
|
||||
|
|
427
index.yaml
427
index.yaml
|
@ -1988,6 +1988,39 @@ entries:
|
|||
- assets/argo/argo-cd-5.8.0.tgz
|
||||
version: 5.8.0
|
||||
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:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: JFrog Artifactory HA
|
||||
|
@ -2543,6 +2576,40 @@ entries:
|
|||
- assets/jfrog/artifactory-ha-3.0.1400.tgz
|
||||
version: 3.0.1400
|
||||
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:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: JFrog Container Registry
|
||||
|
@ -11622,6 +11689,40 @@ entries:
|
|||
urls:
|
||||
- assets/intel/intel-device-plugins-operator-0.24.1.tgz
|
||||
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:
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
|
@ -13735,6 +13836,48 @@ entries:
|
|||
- assets/kasten/k10-4.5.900.tgz
|
||||
version: 4.5.900
|
||||
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:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: Apache Kafka
|
||||
|
@ -16418,6 +16561,37 @@ entries:
|
|||
- assets/bitnami/mysql-9.4.1.tgz
|
||||
version: 9.4.1
|
||||
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:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: NATS Server
|
||||
|
@ -17749,6 +17923,47 @@ entries:
|
|||
urls:
|
||||
- assets/nutanix/nutanix-csi-snapshot-6.0.101.tgz
|
||||
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:
|
||||
artifacthub.io/containsSecurityUpdates: "true"
|
||||
artifacthub.io/displayName: Nutanix CSI Snapshot
|
||||
|
@ -17787,6 +18002,49 @@ entries:
|
|||
- assets/nutanix/nutanix-csi-snapshot-1.0.0.tgz
|
||||
version: 1.0.0
|
||||
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:
|
||||
artifacthub.io/changes: |
|
||||
- Update Nutanix CSI driver to v2.6.1
|
||||
|
@ -19682,6 +19940,28 @@ entries:
|
|||
- assets/bitnami/postgresql-11.9.12.tgz
|
||||
version: 11.9.12
|
||||
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:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: Percona Server for MongoDB
|
||||
|
@ -20614,6 +20894,44 @@ entries:
|
|||
- assets/bitnami/redis-17.3.7.tgz
|
||||
version: 17.3.7
|
||||
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:
|
||||
artifacthub.io/images: |
|
||||
- name: redpanda
|
||||
|
@ -23408,6 +23726,42 @@ entries:
|
|||
- assets/sumologic/sumologic-2.17.0.tgz
|
||||
version: 2.17.0
|
||||
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:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: Sysdig
|
||||
|
@ -24837,6 +25191,31 @@ entries:
|
|||
- assets/traefik/traefik-10.6.0.tgz
|
||||
version: 10.6.0
|
||||
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:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: TriggerMesh
|
||||
|
@ -25646,6 +26025,54 @@ entries:
|
|||
- assets/hashicorp/vault-0.22.0.tgz
|
||||
version: 0.22.0
|
||||
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:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: WordPress
|
||||
|
|
Loading…
Reference in New Issue