rancher-partner-charts/charts/triggermesh/triggermesh
Nefi Munoz ee1aa3cb9e Charts CI
```
Updated:
  aquarist-labs/s3gw:
    - 0.18.0
  argo/argo-cd:
    - 5.38.0
  asserts/asserts:
    - 1.44.0
  bitnami/kafka:
    - 23.0.2
  bitnami/mariadb:
    - 12.2.7
  bitnami/mysql:
    - 9.10.5
  bitnami/postgresql:
    - 12.6.4
  bitnami/wordpress:
    - 16.1.25
  clastix/kamaji:
    - 0.12.2
  cockroach-labs/cockroachdb:
    - 11.0.4
  crate/crate-operator:
    - 2.30.1
  datadog/datadog:
    - 3.33.0
  datadog/datadog-operator:
    - 1.0.6
  external-secrets/external-secrets:
    - 0.9.1
  jaeger/jaeger-operator:
    - 2.46.1
  jfrog/artifactory-ha:
    - 107.59.12
  jfrog/artifactory-jcr:
    - 107.59.12
  kong/kong:
    - 2.24.0
  redpanda/redpanda:
    - 4.0.52
  speedscale/speedscale-operator:
    - 1.3.19
  triggermesh/triggermesh:
    - 0.8.3
```
2023-07-10 08:02:28 -06:00
..
charts/triggermesh-core Charts CI 2023-07-10 08:02:28 -06:00
crds Charts CI 2023-07-10 08:02:28 -06:00
templates Charts CI 2023-05-22 13:24:44 +00:00
.helmignore Fixing some chart logos 2022-12-02 02:07:34 -05:00
Chart.lock Charts CI 2023-07-10 08:02:28 -06:00
Chart.yaml Charts CI 2023-07-10 08:02:28 -06:00
README.md Removing unpacked chart versions. Changing configuration to just store latest release to reduce quantity of tracked files over time 2022-12-01 23:19:00 -05:00
app-readme.md Removing unpacked chart versions. Changing configuration to just store latest release to reduce quantity of tracked files over time 2022-12-01 23:19:00 -05:00
values.yaml Charts CI 2023-07-10 08:02:28 -06:00

README.md

TriggerMesh

TL;DR;

$ helm repo add triggermesh https://storage.googleapis.com/triggermesh-charts
$ helm install -n triggermesh triggermesh triggermesh/triggermesh --create-namespace

To report bugs and for feedback and support please create a new issue.

Introduction

This chart installs the TriggerMesh Open Source Components on a Kubernetes cluster.

Prerequisites

  • Kubernetes 1.20+
  • Helm 3.0+
  • Knative v0.25+

Installing the Chart

Add the TriggerMesh chart repository to Helm:

$ helm repo add triggermesh https://storage.googleapis.com/triggermesh-charts

To install the chart with the release name my-release:

$ helm install --name my-release triggermesh/triggermesh

The command deploys the TriggerMesh opensource components in the default configuration. Refer to the configuration section for the complete list of parameters that can be specified to customize the deployment of the controller.

Uninstalling the Chart

To uninstall/delete the my-release deployment:

$ helm uninstall my-release

The Kubernetes resources associated with chart will be removed and the Helm release will be deleted.

Configuration

Parameter Description Default
nameOverride Override the name for controller resources ""
fullnameOverride Override the fullname for controller resources ""
image.registry Image registry name gcr.io/triggermesh
image.tag Image tag .Chart.AppVersion
image.pullPolicy Image pull policy IfNotPresent
imagePullSecrets Specify image pull secrets []
replicaCount Number of replicas 1
rbac.create Create RBAC resources true
serviceAccount.create Create service account for the controller true
serviceAccount.annotations Annotations to add to controller service account {}
serviceAccount.name Override the name for the service account nil
podAnnotations Annotations to add to the controller pod {}
podSecurityContext Security context for controller pods {}
securityContext Security context for controller containers {}
resources Resource requests/limits for the controller {}
nodeSelector Controller node selector {}
tolerations Tolerations for use with node taints []
affinity Assign custom affinity rules to the controller pods {}
webhook.podAnnotations Annotations to add to the webhook pod {sidecar.istio.io/inject: 'false'}
webhook.podSecurityContext Security context for webhook pods {}
webhook.securityContext Security context for webhook containers {}
webhook.resources Resource requests/limits for the webhook {}
webhook.nodeSelector Webhook node selector {}
webhook.tolerations Tolerations for use with node taints []
webhook.affinity Assign custom affinity rules to the webhook pods {}