Merge pull request #690 from nflondo/main-source

Charts CI
pull/692/head
alex-isv 2023-03-15 18:38:09 -06:00 committed by GitHub
commit c32dea027d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
31 changed files with 371 additions and 158 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +1,7 @@
annotations:
artifacthub.io/changes: |
- kind: changed
description: Upgrade Argo CD v2.6.5
- kind: added
description: Ability to add project scoped cluster(s)
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Argo CD
catalog.cattle.io/kube-version: '>=1.22.0-0'
@ -29,4 +29,4 @@ name: argo-cd
sources:
- https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd
- https://github.com/argoproj/argo-cd
version: 5.26.1
version: 5.27.0

View File

@ -670,7 +670,7 @@ NAME: my-release
| server.certificateSecret.enabled | bool | `false` | Create argocd-server-tls secret |
| server.certificateSecret.key | string | `""` | Private Key of the certificate |
| server.certificateSecret.labels | object | `{}` | Labels to be added to argocd-server-tls secret |
| server.containerPorts.metrics | int | `8082` | Metrics container port |
| server.containerPorts.metrics | int | `8083` | Metrics container port |
| server.containerPorts.server | int | `8080` | Server container port |
| server.containerSecurityContext | object | See [values.yaml] | Server container-level security context |
| server.deploymentAnnotations | object | `{}` | Annotations to be added to server Deployment |

View File

@ -205,7 +205,7 @@ spec:
affinity:
{{- trim . | nindent 8 }}
{{- end }}
{{- with .Values.applicationSet.nodeSelector }}
{{- with .Values.applicationSet.nodeSelector | default .Values.global.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
{{- end }}

View File

@ -26,6 +26,9 @@ stringData:
clusterResources: {{ .clusterResources | quote }}
{{- end }}
{{- end }}
{{- if .project }}
project: {{ .project | quote }}
{{- end }}
config: |
{{- required "A valid .Values.configs.clusterCredentials[].config entry is required!" .config | toRawJson | nindent 4 }}
{{- end }}

View File

@ -379,6 +379,7 @@ configs:
## Ref:
## - https://argo-cd.readthedocs.io/en/stable/operator-manual/declarative-setup/#clusters
## - https://argo-cd.readthedocs.io/en/stable/operator-manual/security/#external-cluster-credentials
## - https://argo-cd.readthedocs.io/en/stable/user-guide/projects/#project-scoped-repositories-and-clusters
clusterCredentials: []
# - name: mycluster
# server: https://mycluster.com
@ -400,6 +401,16 @@ configs:
# tlsClientConfig:
# insecure: false
# caData: "<base64 encoded certificate>"
# - name: mycluster3-project-scoped
# server: https://mycluster3.com
# labels: {}
# annotations: {}
# project: my-project1
# config:
# bearerToken: "<authentication token>"
# tlsClientConfig:
# insecure: false
# caData: "<base64 encoded certificate>"
# DEPRECATED - Moved to configs.ssh.annotations
# knownHostsAnnotations: {}
@ -1573,7 +1584,7 @@ server:
# -- Server container port
server: 8080
# -- Metrics container port
metrics: 8082
metrics: 8083
# -- Host Network for Server pods
hostNetwork: false

View File

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

View File

@ -82,7 +82,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-r65` |
| `image.tag` | WordPress image tag (immutable tags are recommended) | `6.1.1-debian-11-r66` |
| `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 | `[]` |

View File

@ -73,7 +73,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/wordpress
tag: 6.1.1-debian-11-r65
tag: 6.1.1-debian-11-r66
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'

View File

@ -1,5 +1,9 @@
# Datadog changelog
# 3.20.0
* Enable CWS network detections by default.
## 3.19.2
* Fix R/W volume mounts in init containers on Windows

View File

@ -19,4 +19,4 @@ name: datadog
sources:
- https://app.datadoghq.com/account/settings#agent/kubernetes
- https://github.com/DataDog/datadog-agent
version: 3.19.2
version: 3.20.0

View File

@ -1,6 +1,6 @@
# Datadog
![Version: 3.19.2](https://img.shields.io/badge/Version-3.19.2-informational?style=flat-square) ![AppVersion: 7](https://img.shields.io/badge/AppVersion-7-informational?style=flat-square)
![Version: 3.20.0](https://img.shields.io/badge/Version-3.20.0-informational?style=flat-square) ![AppVersion: 7](https://img.shields.io/badge/AppVersion-7-informational?style=flat-square)
[Datadog](https://www.datadoghq.com/) is a hosted infrastructure monitoring platform. This chart adds the Datadog Agent to all nodes in your cluster via a DaemonSet. It also optionally depends on the [kube-state-metrics chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-state-metrics). For more information about monitoring Kubernetes with Datadog, please refer to the [Datadog documentation website](https://docs.datadoghq.com/agent/basic_agent_usage/kubernetes/).
@ -695,7 +695,7 @@ helm install <RELEASE_NAME> \
| datadog.securityAgent.runtime.activityDump.tracedCgroupsCount | int | `3` | Set to the number of containers that should be traced concurrently |
| datadog.securityAgent.runtime.enabled | bool | `false` | Set to true to enable Cloud Workload Security (CWS) |
| datadog.securityAgent.runtime.fimEnabled | bool | `false` | Set to true to enable Cloud Workload Security (CWS) File Integrity Monitoring |
| datadog.securityAgent.runtime.network.enabled | bool | `false` | Set to true to enable the collection of CWS network events |
| datadog.securityAgent.runtime.network.enabled | bool | `true` | Set to true to enable the collection of CWS network events |
| datadog.securityAgent.runtime.policies.configMap | string | `nil` | Contains CWS policies that will be used |
| datadog.securityAgent.runtime.syscallMonitor.enabled | bool | `false` | Set to true to enable the Syscall monitoring (recommended for troubleshooting only) |
| datadog.securityContext | object | `{"runAsUser":0}` | Allows you to overwrite the default PodSecurityContext on the Daemonset or Deployment |

View File

@ -673,7 +673,7 @@ datadog:
network:
# datadog.securityAgent.runtime.network.enabled -- Set to true to enable the collection of CWS network events
enabled: false
enabled: true
activityDump:
# datadog.securityAgent.runtime.activityDump.enabled -- Set to true to enable the collection of CWS activity dumps

View File

@ -14,4 +14,4 @@ maintainers:
name: Digitalis.IO
name: vals-operator
type: application
version: 0.7.0
version: 0.7.1

View File

@ -1,7 +1,7 @@
replicaCount: 1
image:
repository: digitalisdocker/vals-operator
repository: ghcr.io/digitalis-io/vals-operator
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""

View File

@ -22,6 +22,6 @@ dependencies:
version: 0.10.0
- name: mayastor
repository: https://openebs.github.io/mayastor-extensions
version: 2.0.0
digest: sha256:0de146367e04eceaac7b98a541c73050ba1992966783db80060e516162f75ec8
generated: "2023-02-24T10:21:12.101915589Z"
version: 2.0.1
digest: sha256:3f27864981685c4f67b201ecf1afd8f876685f3ffe5fec626dfd808e625674d4
generated: "2023-03-15T11:40:02.953579044Z"

View File

@ -3,7 +3,7 @@ annotations:
catalog.cattle.io/display-name: OpenEBS
catalog.cattle.io/release-name: openebs
apiVersion: v2
appVersion: 3.4.0
appVersion: 3.5.0
dependencies:
- condition: openebs-ndm.enabled
name: openebs-ndm
@ -36,7 +36,7 @@ dependencies:
- condition: mayastor.enabled
name: mayastor
repository: file://./charts/mayastor
version: 2.0.0
version: 2.0.1
description: Containerized Attached Storage for Kubernetes
home: http://www.openebs.io/
icon: https://raw.githubusercontent.com/cncf/artwork/HEAD/projects/openebs/icon/color/openebs-icon-color.png
@ -58,4 +58,4 @@ maintainers:
name: openebs
sources:
- https://github.com/openebs/openebs
version: 3.4.1
version: 3.5.0

View File

@ -148,7 +148,7 @@ The following table lists the common configurable parameters of the OpenEBS char
| `mayastor.etcd.persistence.size` | Set the size of the volume(s) used by the etcd | `""` |
| `mayastor.image.registry` | Set the container image registry for the mayastor containers | `"docker.io"` |
| `mayastor.image.repo` | Set the container image repository for the mayastor containers | `"openebs"` |
| `mayastor.image.tag` | Set the container image tag for the mayastor containers | `"release-2.0"` |
| `mayastor.image.tag` | Set the container image tag for the mayastor containers | `"v2.0.1"` |
| `mayastor.image.pullPolicy` | Set the container ImagePullPolicy for the mayastor containers | `"Always"` |
| `mayastor.csi.image.registry` | Set the container image registry for the Kubernetes CSI sidecar containers | `"registry.k8s.io"` |
| `mayastor.csi.image.repo` | Set the container image repository for the Kubernetes CSI sidecar containers | `"sig-storage"` |

View File

@ -9,4 +9,4 @@ dependencies:
repository: https://grafana.github.io/helm-charts
version: 2.6.4
digest: sha256:3d832d0ef2dd68bda649805711ef21fd5e5fb3841c1c6b9a4200703475cf6c28
generated: "2023-02-07T10:20:57.594369225Z"
generated: "2023-03-13T17:37:10.19817861Z"

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 2.0.0
appVersion: 2.0.1
dependencies:
- name: etcd
repository: https://charts.bitnami.com/bitnami
@ -15,4 +15,4 @@ dependencies:
description: Mayastor Helm chart for Kubernetes
name: mayastor
type: application
version: 2.0.0
version: 2.0.1

View File

@ -8,7 +8,7 @@ repository:
name: mayastor
chart:
name: mayastor
version: 2.0.0
version: 2.0.1
values: "-- generate from values file --"
valuesExample: "-- generate from values file --"
prerequisites:

View File

@ -7,7 +7,6 @@ metadata:
{{ include "label_prefix" . }}/release: {{ .Release.Name }}
{{ include "label_prefix" . }}/version: {{ .Chart.Version }}
spec:
clusterIP: None
selector:
app: agent-core
{{ include "label_prefix" . }}/release: {{ .Release.Name }}

View File

@ -8,7 +8,6 @@ metadata:
{{ include "label_prefix" . }}/release: {{ .Release.Name }}
{{ include "label_prefix" . }}/version: {{ .Chart.Version }}
spec:
clusterIP: None
ports:
- name: metrics
port: 9502

View File

@ -19,7 +19,7 @@ rules:
# must create mayastor crd if it doesn't exist
- apiGroups: ["apiextensions.k8s.io"]
resources: ["customresourcedefinitions"]
verbs: ["create", "list"]
verbs: ["create", "get", "update", "list"]
# must read diskpool info
- apiGroups: ["openebs.io"]
resources: ["diskpools"]

View File

@ -4,7 +4,7 @@ image:
# -- Image registry's namespace
repo: openebs
# -- Release tag for our images
tag: v2.0.0
tag: v2.0.1
# -- ImagePullPolicy for our images
pullPolicy: IfNotPresent
@ -40,7 +40,7 @@ base:
command: ['sh', '-c', 'trap "exit 1" TERM; until nc -vzw 5 {{ .Release.Name }}-agent-core 50051; do date; echo "Waiting for agent-core-grpc services..."; sleep 1; done;']
- name: etcd-probe
image: busybox:latest
command: ['sh', '-c', 'trap "exit 1" TERM; until nc -vzw 5 {{ .Release.Name }}-etcd {{ .Values.etcd.service.port }}; do date; echo "Waiting for etcd..."; sleep 1; done;']
command: ['sh', '-c', 'trap "exit 1" TERM; until nc -vzw 5 {{ .Release.Name }}-etcd {{.Values.etcd.service.port}}; do date; echo "Waiting for etcd..."; sleep 1; done;']
initHaNodeContainers:
enabled: true
containers:
@ -52,7 +52,7 @@ base:
containers:
- name: etcd-probe
image: busybox:latest
command: ['sh', '-c', 'trap "exit 1" TERM; until nc -vzw 5 {{ .Release.Name }}-etcd {{ .Values.etcd.service.port }}; do date; echo "Waiting for etcd..."; sleep 1; done;']
command: ['sh', '-c', 'trap "exit 1" TERM; until nc -vzw 5 {{ .Release.Name }}-etcd {{.Values.etcd.service.port}}; do date; echo "Waiting for etcd..."; sleep 1; done;']
# docker-secrets required to pull images if the container registry from image.Registry is protected
imagePullSecrets:
# -- Enable imagePullSecrets for pulling our container images

View File

@ -18,7 +18,7 @@ imagePullSecrets: []
release:
# "openebs.io/version" label for control plane components
version: "3.4.0"
version: "3.5.0"
# Legacy components will be installed if it is enabled.
# Legacy components are - admission-server, maya api-server, snapshot-operator
@ -401,152 +401,142 @@ mayastor:
# -- Enable Mayastor storage engine
# Note: Enabling this will remove LocalPV Provisioner and NDM (default chart components).
enabled: false
# Sample configuration, if you want to configure mayastor with custom values.
# This is a small part of the full configuration. Full configuration available
# here - https://github.com/openebs/mayastor-extensions/blob/v2.0.1/chart/values.yaml
image:
# -- Image registry to pull Mayastor product images
registry: docker.io
# -- Image registry's namespace
repo: openebs
# -- Release tag for Mayastor images
tag: v2.0.0
tag: v2.0.1
# -- ImagePullPolicy for Mayastor images
pullPolicy: Always
base:
initContainers:
enabled: true
containers:
- name: agent-core-grpc-probe
image: busybox:latest
command: ['sh', '-c', 'trap "exit 1" TERM; until nc -vzw 5 {{ .Release.Name }}-agent-core 50051; do date; echo "Waiting for agent-core-grpc services..."; sleep 1; done;']
- name: etcd-probe
image: busybox:latest
command: ['sh', '-c', 'trap "exit 1" TERM; until nc -vzw 5 {{ .Release.Name }}-etcd {{.Values.etcd.service.port}}; do date; echo "Waiting for etcd..."; sleep 1; done;']
initCoreContainers:
enabled: true
containers:
- name: etcd-probe
image: busybox:latest
command: ['sh', '-c', 'trap "exit 1" TERM; until nc -vzw 5 {{ .Release.Name }}-etcd {{.Values.etcd.service.port}}; do date; echo "Waiting for etcd..."; sleep 1; done;']
# docker-secrets required to pull images if the container registry from image.Registry is protected
imagePullSecrets:
# -- Enable imagePullSecrets for pulling our container images
enabled: false
# Name of the imagePullSecret in the installed namespace
secrets:
- name: login
# base:
# # docker-secrets required to pull images if the container registry from image.Registry is protected
# imagePullSecrets:
# # -- Enable imagePullSecrets for pulling our container images
# enabled: false
# # Name of the imagePullSecret in the installed namespace
# secrets:
# - name: login
metrics:
# -- Enable the metrics exporter
enabled: true
# metrics:
# # -- Enable the metrics exporter
# enabled: true
jaeger:
# -- Enable jaeger tracing
enabled: false
# jaeger:
# # -- Enable jaeger tracing
# enabled: false
operators:
pool:
# -- Log level for diskpool operator service
logLevel: info
# operators:
# pool:
# # -- Log level for diskpool operator service
# logLevel: info
jaeger-operator:
# Name of jaeger operator
name: "{{ .Release.Name }}"
crd:
# Install jaeger CRDs
install: false
jaeger:
# Install jaeger-operator
create: false
rbac:
# Create a clusterRole for Jaeger
clusterRole: true
# jaeger-operator:
# # Name of jaeger operator
# name: "{{ .Release.Name }}"
# crd:
# # Install jaeger CRDs
# install: false
# jaeger:
# # Install jaeger-operator
# create: false
# rbac:
# # Create a clusterRole for Jaeger
# clusterRole: true
agents:
core:
# -- Log level for the core service
logLevel: info
ha:
enabled: true
node:
# -- Log level for the ha node service
logLevel: info
cluster:
# -- Log level for the ha cluster service
logLevel: info
# agents:
# core:
# # -- Log level for the core service
# logLevel: info
# ha:
# enabled: true
# node:
# # -- Log level for the ha node service
# logLevel: info
# cluster:
# # -- Log level for the ha cluster service
# logLevel: info
apis:
rest:
# -- Log level for the rest service
logLevel: info
# -- Number of replicas of rest
replicaCount: 1
# apis:
# rest:
# # -- Log level for the rest service
# logLevel: info
# # -- Number of replicas of rest
# replicaCount: 1
csi:
image:
# -- Image registry to pull all CSI Sidecar images
registry: registry.k8s.io
# -- Image registry's namespace
repo: sig-storage
# -- imagePullPolicy for all CSI Sidecar images
pullPolicy: IfNotPresent
# -- csi-provisioner image release tag
provisionerTag: v2.2.1
# -- csi-attacher image release tag
attacherTag: v3.2.1
# -- csi-node-driver-registrar image release tag
registrarTag: v2.1.0
# csi:
# image:
# # -- Image registry to pull all CSI Sidecar images
# registry: registry.k8s.io
# # -- Image registry's namespace
# repo: sig-storage
# # -- imagePullPolicy for all CSI Sidecar images
# pullPolicy: IfNotPresent
# # -- csi-provisioner image release tag
# provisionerTag: v2.2.1
# # -- csi-attacher image release tag
# attacherTag: v3.2.1
# # -- csi-node-driver-registrar image release tag
# registrarTag: v2.1.0
controller:
# -- Log level for the csi controller
logLevel: info
# controller:
# # -- Log level for the csi controller
# logLevel: info
node:
logLevel: info
topology:
segments:
openebs.io/csi-node: mayastor
# -- Add topology segments to the csi-node daemonset node selector
nodeSelector: false
kubeletDir: /var/lib/kubelet
# node:
# logLevel: info
# topology:
# segments:
# openebs.io/csi-node: mayastor
# # -- Add topology segments to the csi-node daemonset node selector
# nodeSelector: false
# kubeletDir: /var/lib/kubelet
io_engine:
# -- Log level for the io-engine service
logLevel: info,io_engine=info
# -- Node selectors to designate storage nodes for diskpool creation
# Note that if multi-arch images support 'kubernetes.io/arch: amd64'
# should be removed.
nodeSelector:
openebs.io/engine: mayastor
kubernetes.io/arch: amd64
# io_engine:
# # -- Log level for the io-engine service
# logLevel: info,io_engine=info
# # -- Node selectors to designate storage nodes for diskpool creation
# # Note that if multi-arch images support 'kubernetes.io/arch: amd64'
# # should be removed.
# nodeSelector:
# openebs.io/engine: mayastor
# kubernetes.io/arch: amd64
etcd:
# Pod labels; okay to remove the openebs logging label if required
podLabels:
app: etcd
openebs.io/logging: "true"
# -- Number of replicas of etcd
replicaCount: 3
persistence:
# -- If true, use a Persistent Volume Claim. If false, use emptyDir.
enabled: true
# -- Will define which storageClass to use in etcd's StatefulSets
# a `manual` storageClass will provision a hostpath PV on the same node
# an empty storageClass will use the default StorageClass on the cluster
storageClass: ""
# -- Volume size
size: 2Gi
podAntiAffinityPreset: "hard"
# etcd:
# # Pod labels; okay to remove the openebs logging label if required
# podLabels:
# app: etcd
# openebs.io/logging: "true"
# # -- Number of replicas of etcd
# replicaCount: 3
# persistence:
# # -- If true, use a Persistent Volume Claim. If false, use emptyDir.
# enabled: true
# # -- Will define which storageClass to use in etcd's StatefulSets
# # a `manual` storageClass will provision a hostpath PV on the same node
# # an empty storageClass will use the default StorageClass on the cluster
# storageClass: ""
# # -- Volume size
# size: 2Gi
# podAntiAffinityPreset: "hard"
loki-stack:
# -- Enable loki log collection for Mayastor components
enabled: true
# loki-stack:
# # -- Enable loki log collection for Mayastor components
# enabled: true
obs:
callhome:
# -- Enable callhome
enabled: true
# -- Log level for callhome
logLevel: "info"
# obs:
# callhome:
# # -- Enable callhome
# enabled: true
# # -- Log level for callhome
# logLevel: "info"
jiva:
# non csi configuration
@ -879,7 +869,7 @@ lvm-localpv:
nfs-provisioner:
enabled: false
# Sample configuration if you want to configure lvm localpv with custom values.
# Sample configuration if you want to configure nfs-provisioner with custom values.
# This is a small part of the full configuration. Full configuration available
# here - https://openebs.github.io/dynamic-nfs-provisioner

View File

@ -781,6 +781,42 @@ entries:
- assets/ambassador/ambassador-6.7.1100.tgz
version: 6.7.1100
argo-cd:
- annotations:
artifacthub.io/changes: |
- kind: added
description: Ability to add project scoped cluster(s)
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Argo CD
catalog.cattle.io/kube-version: '>=1.22.0-0'
catalog.cattle.io/release-name: argo-cd
apiVersion: v2
appVersion: v2.6.5
created: "2023-03-16T00:28:53.272309274Z"
dependencies:
- condition: redis-ha.enabled
name: redis-ha
repository: file://./charts/redis-ha
version: 4.22.4
description: A Helm chart for Argo CD, a declarative, GitOps continuous delivery
tool for Kubernetes.
digest: c9e18d079731ee59b1823880f53a706c327c89eb35289779069689593e73d730
home: https://github.com/argoproj/argo-helm
icon: https://argo-cd.readthedocs.io/en/stable/assets/logo.png
keywords:
- argoproj
- argocd
- gitops
kubeVersion: '>=1.22.0-0'
maintainers:
- name: argoproj
url: https://argoproj.github.io/
name: argo-cd
sources:
- https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd
- https://github.com/argoproj/argo-cd
urls:
- assets/argo/argo-cd-5.27.0.tgz
version: 5.27.0
- annotations:
artifacthub.io/changes: |
- kind: changed
@ -7358,6 +7394,43 @@ entries:
- assets/weka/csi-wekafsplugin-0.6.400.tgz
version: 0.6.400
datadog:
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Datadog
catalog.cattle.io/kube-version: '>=1.10-0'
catalog.cattle.io/release-name: datadog
apiVersion: v1
appVersion: "7"
created: "2023-03-16T00:28:55.425347481Z"
dependencies:
- condition: clusterAgent.metricsProvider.useDatadogMetrics
name: datadog-crds
repository: https://helm.datadoghq.com
tags:
- install-crds
version: 0.4.7
- condition: datadog.kubeStateMetricsEnabled
name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 2.13.2
description: Datadog Agent
digest: a0214ed775bff8837fdd2c0de1533343a0b7835de4e49bd57dc9cf6c5bf8c802
home: https://www.datadoghq.com
icon: https://datadog-live.imgix.net/img/dd_logo_70x75.png
keywords:
- monitoring
- alerting
- metric
maintainers:
- email: support@datadoghq.com
name: Datadog
name: datadog
sources:
- https://app.datadoghq.com/account/settings#agent/kubernetes
- https://github.com/DataDog/datadog-agent
urls:
- assets/datadog/datadog-3.20.0.tgz
version: 3.20.0
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Datadog
@ -19628,6 +19701,71 @@ entries:
- assets/ondat/ondat-operator-0.5.200.tgz
version: 0.5.200
openebs:
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: OpenEBS
catalog.cattle.io/release-name: openebs
apiVersion: v2
appVersion: 3.5.0
created: "2023-03-16T00:28:58.4352513Z"
dependencies:
- condition: openebs-ndm.enabled
name: openebs-ndm
repository: file://./charts/openebs-ndm
version: 2.1.0
- condition: localpv-provisioner.enabled
name: localpv-provisioner
repository: file://./charts/localpv-provisioner
version: 3.4.0
- condition: cstor.enabled
name: cstor
repository: file://./charts/cstor
version: 3.4.0
- condition: jiva.enabled
name: jiva
repository: file://./charts/jiva
version: 3.4.0
- condition: zfs-localpv.enabled
name: zfs-localpv
repository: file://./charts/zfs-localpv
version: 2.1.0
- condition: lvm-localpv.enabled
name: lvm-localpv
repository: file://./charts/lvm-localpv
version: 1.0.1
- condition: nfs-provisioner.enabled
name: nfs-provisioner
repository: file://./charts/nfs-provisioner
version: 0.10.0
- condition: mayastor.enabled
name: mayastor
repository: file://./charts/mayastor
version: 2.0.1
description: Containerized Attached Storage for Kubernetes
digest: 234164f08b238fe558ca3c41cbb932b73aba5b8846245744c52abf5feeefb05c
home: http://www.openebs.io/
icon: https://raw.githubusercontent.com/cncf/artwork/HEAD/projects/openebs/icon/color/openebs-icon-color.png
keywords:
- cloud-native-storage
- block-storage
- local-storage
- iSCSI
- NVMe
- storage
- kubernetes
maintainers:
- email: kiran.mova@mayadata.io
name: kmova
- email: prateek.pandey@mayadata.io
name: prateekpandey14
- email: shovan.maity@mayadata.io
name: shovanmaity
name: openebs
sources:
- https://github.com/openebs/openebs
urls:
- assets/openebs/openebs-3.5.0.tgz
version: 3.5.0
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: OpenEBS
@ -27493,6 +27631,27 @@ entries:
- assets/universal-crossplane/universal-crossplane-1.2.200100.tgz
version: 1.2.200100
vals-operator:
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Vals-Operator
catalog.cattle.io/kube-version: '>= 1.19.0-0'
catalog.cattle.io/release-name: vals-operator
apiVersion: v2
appVersion: 0.7.0
created: "2023-03-16T00:28:55.588033022Z"
description: This helm chart installs the Digitalis Vals Operator to manage sync
secrets from supported backends into Kubernetes
digest: a2b1fe2fa3606f154b5ed51fe9407c941a5d990a14421d464e793e4b1e56997f
icon: https://digitalis.io/wp-content/uploads/2020/06/cropped-Digitalis-512x512-Blue_Digitalis-512x512-Blue-32x32.png
kubeVersion: '>= 1.19.0-0'
maintainers:
- email: info@digitalis.io
name: Digitalis.IO
name: vals-operator
type: application
urls:
- assets/digitalis/vals-operator-0.7.1.tgz
version: 0.7.1
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: Vals-Operator
@ -27744,6 +27903,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-16T00:28:55.059659216Z"
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: ac89fd97ac4141bea9f52e30ba4ab326dc5e7354e2b1f8527d93ad3abd0b8f4c
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.55.tgz
version: 15.2.55
- annotations:
catalog.cattle.io/certified: partner
catalog.cattle.io/display-name: WordPress