Skip to content

Commit

Permalink
Fix image, repository and tag docs
Browse files Browse the repository at this point in the history
  • Loading branch information
orishoshan committed Apr 30, 2024
1 parent 14756da commit deeda4d
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 54 deletions.
18 changes: 9 additions & 9 deletions docs/features/istio/reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ spec:
### Helm Chart options
| Key | Description | Default |
|---------------------------------|-----------------------------------------|--------------------------------|
| `istiowatcher.enable` | Enable Istio watcher deployment (beta). | `false` |
| `istiowatcher.image.repository` | Istio watcher image repository. | `otterize` |
| `istiowatcher.image.image` | Istio watcher image. | `network-mapper-istio-watcher` |
| `istiowatcher.image.tag` | Istio watcher image tag. | `latest` |
| `istiowatcher.pullPolicy` | Istio watcher pull policy. | `(none)` |
| `istiowatcher.pullSecrets` | Istio watcher pull secrets. | `(none)` |
| `istiowatcher.resources` | Resources override. | `(none)` |
| Key | Description | Default |
|----------------------------|-----------------------------------------|--------------------------------|
| `istiowatcher.enable` | Enable Istio watcher deployment (beta). | `false` |
| `istiowatcher.repository` | Istio watcher image repository. | `otterize` |
| `istiowatcher.image` | Istio watcher image. | `network-mapper-istio-watcher` |
| `istiowatcher.tag` | Istio watcher image tag. | `(pinned to latest version as of this Helm chart version's publish)` |
| `istiowatcher.pullPolicy` | Istio watcher pull policy. | `(none)` |
| `istiowatcher.pullSecrets` | Istio watcher pull secrets. | `(none)` |
| `istiowatcher.resources` | Resources override. | `(none)` |

View the [Helm chart reference](/reference/configuration/otterize-chart) for all other options
20 changes: 10 additions & 10 deletions docs/features/kafka/reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ spec:
### Helm Chart options
| Key | Description | Default |
|---------------------------------|-------------------------------------------------------------|--------------------------------|
| `kafkawatcher.enable` | Enable Kafka watcher deployment (beta). | `false` |
| `kafkawatcher.image.repository` | Kafka watcher image repository. | `otterize` |
| `kafkawatcher.image.image` | Kafka watcher image. | `network-mapper-kafka-watcher` |
| `kafkawatcher.image.tag` | Kafka watcher image tag. | `latest` |
| `kafkawatcher.pullPolicy` | Kafka watcher pull policy. | `(none)` |
| `kafkawatcher.pullSecrets` | Kafka watcher pull secrets. | `(none)` |
| `kafkawatcher.resources` | Resources override. | `(none)` |
| `kafkawatcher.kafkaServers` | Kafka servers to watch, specified as `pod.namespace` items. | `(none)` |
| Key | Description | Default |
|-----------------------------|-------------------------------------------------------------|--------------------------------|
| `kafkawatcher.enable` | Enable Kafka watcher deployment (beta). | `false` |
| `kafkawatcher.repository` | Kafka watcher image repository. | `otterize` |
| `kafkawatcher.image` | Kafka watcher image. | `network-mapper-kafka-watcher` |
| `kafkawatcher.tag` | Kafka watcher image tag. | `(pinned to latest version as of this Helm chart version's publish)` |
| `kafkawatcher.pullPolicy` | Kafka watcher pull policy. | `(none)` |
| `kafkawatcher.pullSecrets` | Kafka watcher pull secrets. | `(none)` |
| `kafkawatcher.resources` | Resources override. | `(none)` |
| `kafkawatcher.kafkaServers` | Kafka servers to watch, specified as `pod.namespace` items. | `(none)` |

View the [Helm chart reference](/reference/configuration/otterize-chart) for all other options
12 changes: 6 additions & 6 deletions docs/reference/configuration/credentials-operator/helm-chart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ If you would like to deploy it on its own, add the Otterize Helm chart repositor

## Operator parameters

| Key | Description | Default |
|-----------------------------|----------------------------|------------------------------|
| `operator.image.repository` | Operator image repository. | `otterize` |
| `operator.image.image` | Operator image. | `credentials-operator` |
| `operator.image.tag` | Operator image tag. | `latest` |
| `operator.pullPolicy` | Operator pull policy. | `(none)` |
| Key | Description | Default |
|-----------------------|----------------------------|------------------------|
| `operator.repository` | Operator image repository. | `otterize` |
| `operator.image` | Operator image. | `credentials-operator` |
| `operator.tag` | Operator image tag. | `(pinned to latest version as of this Helm chart version's publish)` |
| `operator.pullPolicy` | Operator pull policy. | `(none)` |

## Cloud parameters

Expand Down
6 changes: 3 additions & 3 deletions docs/reference/configuration/intents-operator/helm-chart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ If you would like to deploy it on its own, add the Otterize Helm chart repositor
## Operator parameters
| Key | Description | Default |
|---------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------|
| `operator.image.repository` | Intents Operator image repository. | `otterize` |
| `operator.image.image` | Intents Operator image. | `intents-operator` |
| `operator.image.tag` | Intents Operator image tag. | `latest` |
| `operator.repository` | Intents Operator image repository. | `otterize` |
| `operator.image` | Intents Operator image. | `intents-operator` |
| `operator.tag` | Intents Operator image tag. | `(pinned to latest version as of this Helm chart version's publish)` |
| `operator.pullPolicy` | Intents Operator image pull policy. | `(none)` |
| `operator.autoGenerateTLSUsingCredentialsOperator` | If set to true, adds the necessary pod annotations in order to integrate with credentials-operator, and gets the TLS certificate. | `false` |
| `operator.mode` | `defaultActive` or `defaultShadow`. <br/>When `defaultActive` is set, enforcement is enabled by default. <br/>When `defaultShadow` is set, enforcement is disabled by default, but can be enabled per-service using a `ProtectedService` resource. | `defaultActive` |
Expand Down
24 changes: 12 additions & 12 deletions docs/reference/configuration/network-mapper/helm-chart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Checkout the network mapper [tutorial](/features/network-mapping-network-policie
## Mapper parameters
| Key | Description | Default |
|--------------------------------|-------------------------------------------------------------------------------------------------|------------------|
| `mapper.image.repository` | Mapper image repository. | `otterize` |
| `mapper.image.image` | Mapper image. | `network-mapper` |
| `mapper.image.tag` | Mapper image tag. | `latest` |
| `mapper.repository` | Mapper image repository. | `otterize` |
| `mapper.image` | Mapper image. | `network-mapper` |
| `mapper.tag` | Mapper image tag. | `(pinned to latest version as of this Helm chart version's publish)` |
| `mapper.pullPolicy` | Mapper pull policy. | `(none)` |
| `mapper.resources` | Resources override. | `(none)` |
| `mapper.uploadIntervalSeconds` | Interval for uploading data to cloud | `60` |
Expand All @@ -38,9 +38,9 @@ Checkout the network mapper [tutorial](/features/network-mapping-network-policie
## Sniffer parameters
| Key | Description | Default |
|-----------------------------|---------------------------|--------------------------|
| `sniffer.image.repository` | Sniffer image repository. | `otterize` |
| `sniffer.image.image` | Sniffer image. | `network-mapper-sniffer` |
| `sniffer.image.tag` | Sniffer image tag. | `latest` |
| `sniffer.repository` | Sniffer image repository. | `otterize` |
| `sniffer.image` | Sniffer image. | `network-mapper-sniffer` |
| `sniffer.tag` | Sniffer image tag. | `(pinned to latest version as of this Helm chart version's publish)` |
| `sniffer.pullPolicy` | Sniffer pull policy. | `(none)` |
| `sniffer.resources` | Resources override. | `(none)` |
| `sniffer.tolerations` | Tolerations override. | `(none)` |
Expand All @@ -51,9 +51,9 @@ Checkout the network mapper [tutorial](/features/network-mapping-network-policie
| Key | Description | Default |
|---------------------------------|-------------------------------------------------------------|--------------------------------|
| `kafkawatcher.enable` | Enable Kafka watcher deployment (beta). | `false` |
| `kafkawatcher.image.repository` | Kafka watcher image repository. | `otterize` |
| `kafkawatcher.image.image` | Kafka watcher image. | `network-mapper-kafka-watcher` |
| `kafkawatcher.image.tag` | Kafka watcher image tag. | `latest` |
| `kafkawatcher.repository` | Kafka watcher image repository. | `otterize` |
| `kafkawatcher.image` | Kafka watcher image. | `network-mapper-kafka-watcher` |
| `kafkawatcher.tag` | Kafka watcher image tag. | `(pinned to latest version as of this Helm chart version's publish)` |
| `kafkawatcher.pullPolicy` | Kafka watcher pull policy. | `(none)` |
| `kafkawatcher.pullSecrets` | Kafka watcher pull secrets. | `(none)` |
| `kafkawatcher.resources` | Resources override. | `(none)` |
Expand All @@ -63,9 +63,9 @@ Checkout the network mapper [tutorial](/features/network-mapping-network-policie
| Key | Description | Default |
|---------------------------------|-----------------------------------------|--------------------------------|
| `istiowatcher.enable` | Enable Istio watcher deployment (beta). | `false` |
| `istiowatcher.image.repository` | Istio watcher image repository. | `otterize` |
| `istiowatcher.image.image` | Istio watcher image. | `network-mapper-istio-watcher` |
| `istiowatcher.image.tag` | Istio watcher image tag. | `latest` |
| `istiowatcher.repository` | Istio watcher image repository. | `otterize` |
| `istiowatcher.image` | Istio watcher image. | `network-mapper-istio-watcher` |
| `istiowatcher.tag` | Istio watcher image tag. | `(pinned to latest version as of this Helm chart version's publish)` |
| `istiowatcher.pullPolicy` | Istio watcher pull policy. | `(none)` |
| `istiowatcher.pullSecrets` | Istio watcher pull secrets. | `(none)` |
| `istiowatcher.resources` | Resources override. | `(none)` |
Expand Down
Loading

0 comments on commit deeda4d

Please sign in to comment.