You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 11, 2023. It is now read-only.
A Helm chart to install the [OSM](https://github.com/openservicemesh/osm) control plane on Kubernetes.
6
6
@@ -127,14 +127,14 @@ The following table lists the configurable parameters of the osm chart and their
127
127
| osm.grafana.port | int |`3000`| Grafana service's port |
128
128
| osm.grafana.rendererImage | string |`"grafana/grafana-image-renderer:3.2.1"`| Image used for Grafana Renderer |
129
129
| osm.grafana.tolerations | list |`[]`| Node tolerations applied to control plane pods. The specified tolerations allow pods to schedule onto nodes with matching taints. |
| osm.image.pullPolicy | string |`"IfNotPresent"`| Container image pull policy for control plane containers |
147
147
| osm.image.registry | string |`"openservicemesh"`| Container image registry for control plane images |
148
-
| osm.image.tag | string |`"latest-main"`| Container image tag for control plane images |
148
+
| osm.image.tag | string |`""`| Container image tag for control plane images |
149
149
| osm.imagePullSecrets | list |`[]`|`osm-controller` image pull secret |
150
150
| osm.inboundPortExclusionList | list |`[]`| Specifies a global list of ports to exclude from inbound traffic interception by the sidecar proxy. If specified, must be a list of positive integers. |
0 commit comments