mirror of
https://github.com/submariner-io/submariner-charts.git
synced 2026-09-20 19:10:34 +00:00
Use the '--app-version' parameter to 'helm package' to dynamically set the chart 'appVersion' field. We can then omit the hardcoded 'appVersion' field in the Chart.yaml file. The chart 'version' field is also set by 'helm package' but we still need to define it in the Chart.yaml file since 'help dep update' requires it. The placeholder 'version' field is now set to 0.0.0 just to give it some value. For E2E, since the version fields are no longer hardcoded, it now simulates a release by running 'helm package' and extracting the tar files to HELM_REPO_LOCATION, now set to ./helm_repo. Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
submariner-operator
Submariner enables direct networking between Pods and Services in different Kubernetes clusters
Homepage: https://submariner-io.github.io/
Maintainers
| Name | Url | |
|---|---|---|
| Contributors to the Submariner project | submariner-dev@googlegroups.com | https://submariner.io/ |
Source Code
Values
| Key | Type | Default | Description |
|---|---|---|---|
| broker.ca | string | "" |
|
| broker.globalnet | bool | false |
|
| broker.insecure | bool | false |
|
| broker.namespace | string | "xyz" |
|
| broker.server | string | "example.k8s.apiserver" |
|
| broker.token | string | "test" |
|
| ipsec.debug | bool | false |
|
| ipsec.forceUDPEncaps | bool | false |
|
| ipsec.ikePort | int | 500 |
|
| ipsec.natPort | int | 4500 |
|
| ipsec.psk | string | "" |
|
| leadership.leaseDuration | int | 10 |
|
| leadership.renewDeadline | int | 5 |
|
| leadership.retryPeriod | int | 2 |
|
| operator.affinity | object | {} |
|
| operator.image.pullPolicy | string | "IfNotPresent" |
|
| operator.image.repository | string | "quay.io/submariner/submariner-operator" |
|
| operator.image.tag | string | "0.14.0" |
|
| operator.resources | object | {} |
|
| operator.tolerations | list | [] |
|
| rbac.create | bool | true |
|
| serviceAccounts.gateway.create | bool | true |
|
| serviceAccounts.gateway.name | string | "" |
|
| serviceAccounts.globalnet.create | bool | true |
|
| serviceAccounts.globalnet.name | string | "" |
|
| serviceAccounts.lighthouseAgent.create | bool | true |
|
| serviceAccounts.lighthouseAgent.name | string | "" |
|
| serviceAccounts.lighthouseCoreDns.create | bool | true |
|
| serviceAccounts.lighthouseCoreDns.name | string | "" |
|
| serviceAccounts.operator.create | bool | true |
|
| serviceAccounts.operator.name | string | "" |
|
| serviceAccounts.routeAgent.create | bool | true |
|
| serviceAccounts.routeAgent.name | string | "" |
|
| submariner.cableDriver | string | "libreswan" |
|
| submariner.clusterCidr | string | "" |
|
| submariner.clusterId | string | "" |
|
| submariner.colorCodes | string | "blue" |
|
| submariner.coreDNSCustomConfig | object | {} |
|
| submariner.debug | bool | false |
|
| submariner.globalCidr | string | "" |
|
| submariner.healthcheckEnabled | bool | true |
|
| submariner.images.repository | string | "quay.io/submariner" |
|
| submariner.images.tag | string | "0.14.0" |
|
| submariner.natEnabled | bool | false |
|
| submariner.serviceCidr | string | "" |
|
| submariner.serviceDiscovery | bool | true |
|
| submariner.token | string | "" |