From f9155e88d2fb52b10099e8dff0037757634e8797 Mon Sep 17 00:00:00 2001 From: Alexandre Guitton Date: Sun, 6 Mar 2022 22:51:47 +0100 Subject: [PATCH] fix --- README.md | 2 +- config/manager/manager.yaml | 2 +- helm/nifikop/values.yaml | 2 +- .../1_customizable_install_with_helm.md | 40 +++++++++---------- .../1_customizable_install_with_helm.md | 40 +++++++++---------- 5 files changed, 43 insertions(+), 43 deletions(-) diff --git a/README.md b/README.md index afd0530e06..774a0aa8ad 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

- + Docker Automated build diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 92b2f95a85..32f460ad80 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -29,7 +29,7 @@ spec: - /manager args: - --leader-elect - image: ghcr.io/konpyutaika/nifikop:v0.8.0-release + image: ghcr.io/konpyutaika/docker-images/nifikop:v0.8.0-release name: nifikop securityContext: allowPrivilegeEscalation: false diff --git a/helm/nifikop/values.yaml b/helm/nifikop/values.yaml index 4b06a74a03..a3d3549d05 100644 --- a/helm/nifikop/values.yaml +++ b/helm/nifikop/values.yaml @@ -1,7 +1,7 @@ ## NiFi Operator Image ## image: - repository: ghcr.io/konpyutaika/nifikop + repository: ghcr.io/konpyutaika/docker-images/nifikop tag: v0.8.0-release pullPolicy: Always imagePullSecrets: diff --git a/site/docs/2_setup/3_install/1_customizable_install_with_helm.md b/site/docs/2_setup/3_install/1_customizable_install_with_helm.md index c055a554e7..2bfb225a65 100644 --- a/site/docs/2_setup/3_install/1_customizable_install_with_helm.md +++ b/site/docs/2_setup/3_install/1_customizable_install_with_helm.md @@ -30,26 +30,26 @@ It will use Custom Ressources Definition CRDs: The following tables lists the configurable parameters of the NiFi Operator Helm chart and their default values. -| Parameter | Description | Default | -| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |-------------------------------| -| `image.repository` | Image | `ghcr.io/konpyutaika/nifikop` | -| `image.tag` | Image tag | `v0.8.0-release` | -| `image.pullPolicy` | Image pull policy | `Always` | -| `image.imagePullSecrets.enabled` | Enable tue use of secret for docker image | `false` | -| `image.imagePullSecrets.name` | Name of the secret to connect to docker registry | - | -| `certManager.enabled` | Enable cert-manager integration | `true` | -| `rbacEnable` | If true, create & use RBAC resources | `true` | -| `resources` | Pod resource requests & limits | `{}` | -| `metrics.enabled` | deploy service for metrics | `false` | -| `metrics.port` | Set port for operator metrics | `8081` | -| `debug.enabled` | activate DEBUG log level | `false` | -| `certManager.clusterScoped` | If true setup cluster scoped resources | `false` | -| `namespaces` | List of namespaces where Operator watches for custom resources. Make sure the operator ServiceAccount is granted `get` permissions on this `Node` resource when using limited RBACs. | `""` i.e. all namespaces | -| `nodeSelector` | Node selector configuration for operator pod | `{}` | -| `affinity` | Node affinity configuration for operator pod | `{}` | -| `tolerations` | Toleration configuration for operator pod | `{}` | -| `serviceAccount.create` | Whether the SA creation is delegated to the chart or not | `true` | -| `serviceAccount.name` | Name of the SA used for NiFiKop deployment | release name | +| Parameter | Description | Default | +| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |---------------------------------------------| +| `image.repository` | Image | `ghcr.io/konpyutaika/docker-images/nifikop` | +| `image.tag` | Image tag | `v0.8.0-release` | +| `image.pullPolicy` | Image pull policy | `Always` | +| `image.imagePullSecrets.enabled` | Enable tue use of secret for docker image | `false` | +| `image.imagePullSecrets.name` | Name of the secret to connect to docker registry | - | +| `certManager.enabled` | Enable cert-manager integration | `true` | +| `rbacEnable` | If true, create & use RBAC resources | `true` | +| `resources` | Pod resource requests & limits | `{}` | +| `metrics.enabled` | deploy service for metrics | `false` | +| `metrics.port` | Set port for operator metrics | `8081` | +| `debug.enabled` | activate DEBUG log level | `false` | +| `certManager.clusterScoped` | If true setup cluster scoped resources | `false` | +| `namespaces` | List of namespaces where Operator watches for custom resources. Make sure the operator ServiceAccount is granted `get` permissions on this `Node` resource when using limited RBACs. | `""` i.e. all namespaces | +| `nodeSelector` | Node selector configuration for operator pod | `{}` | +| `affinity` | Node affinity configuration for operator pod | `{}` | +| `tolerations` | Toleration configuration for operator pod | `{}` | +| `serviceAccount.create` | Whether the SA creation is delegated to the chart or not | `true` | +| `serviceAccount.name` | Name of the SA used for NiFiKop deployment | release name | Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, diff --git a/site/website/versioned_docs/version-v0.8.0/2_setup/3_install/1_customizable_install_with_helm.md b/site/website/versioned_docs/version-v0.8.0/2_setup/3_install/1_customizable_install_with_helm.md index c055a554e7..2bfb225a65 100644 --- a/site/website/versioned_docs/version-v0.8.0/2_setup/3_install/1_customizable_install_with_helm.md +++ b/site/website/versioned_docs/version-v0.8.0/2_setup/3_install/1_customizable_install_with_helm.md @@ -30,26 +30,26 @@ It will use Custom Ressources Definition CRDs: The following tables lists the configurable parameters of the NiFi Operator Helm chart and their default values. -| Parameter | Description | Default | -| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |-------------------------------| -| `image.repository` | Image | `ghcr.io/konpyutaika/nifikop` | -| `image.tag` | Image tag | `v0.8.0-release` | -| `image.pullPolicy` | Image pull policy | `Always` | -| `image.imagePullSecrets.enabled` | Enable tue use of secret for docker image | `false` | -| `image.imagePullSecrets.name` | Name of the secret to connect to docker registry | - | -| `certManager.enabled` | Enable cert-manager integration | `true` | -| `rbacEnable` | If true, create & use RBAC resources | `true` | -| `resources` | Pod resource requests & limits | `{}` | -| `metrics.enabled` | deploy service for metrics | `false` | -| `metrics.port` | Set port for operator metrics | `8081` | -| `debug.enabled` | activate DEBUG log level | `false` | -| `certManager.clusterScoped` | If true setup cluster scoped resources | `false` | -| `namespaces` | List of namespaces where Operator watches for custom resources. Make sure the operator ServiceAccount is granted `get` permissions on this `Node` resource when using limited RBACs. | `""` i.e. all namespaces | -| `nodeSelector` | Node selector configuration for operator pod | `{}` | -| `affinity` | Node affinity configuration for operator pod | `{}` | -| `tolerations` | Toleration configuration for operator pod | `{}` | -| `serviceAccount.create` | Whether the SA creation is delegated to the chart or not | `true` | -| `serviceAccount.name` | Name of the SA used for NiFiKop deployment | release name | +| Parameter | Description | Default | +| -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |---------------------------------------------| +| `image.repository` | Image | `ghcr.io/konpyutaika/docker-images/nifikop` | +| `image.tag` | Image tag | `v0.8.0-release` | +| `image.pullPolicy` | Image pull policy | `Always` | +| `image.imagePullSecrets.enabled` | Enable tue use of secret for docker image | `false` | +| `image.imagePullSecrets.name` | Name of the secret to connect to docker registry | - | +| `certManager.enabled` | Enable cert-manager integration | `true` | +| `rbacEnable` | If true, create & use RBAC resources | `true` | +| `resources` | Pod resource requests & limits | `{}` | +| `metrics.enabled` | deploy service for metrics | `false` | +| `metrics.port` | Set port for operator metrics | `8081` | +| `debug.enabled` | activate DEBUG log level | `false` | +| `certManager.clusterScoped` | If true setup cluster scoped resources | `false` | +| `namespaces` | List of namespaces where Operator watches for custom resources. Make sure the operator ServiceAccount is granted `get` permissions on this `Node` resource when using limited RBACs. | `""` i.e. all namespaces | +| `nodeSelector` | Node selector configuration for operator pod | `{}` | +| `affinity` | Node affinity configuration for operator pod | `{}` | +| `tolerations` | Toleration configuration for operator pod | `{}` | +| `serviceAccount.create` | Whether the SA creation is delegated to the chart or not | `true` | +| `serviceAccount.name` | Name of the SA used for NiFiKop deployment | release name | Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,