Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
build: bump pipy to 0.90.2-14 (#179)
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Yang <[email protected]>
  • Loading branch information
reaver-flomesh committed Jul 4, 2023
1 parent 2497f71 commit 8d404f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions charts/osm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,15 +329,15 @@ The following table lists the configurable parameters of the osm chart and their
| osm.remoteLogging.endpoint | string | `""` | Remote logging's API path where the spans will be sent to |
| osm.remoteLogging.port | int | `30514` | Port of the remote logging service |
| osm.remoteLogging.sampledFraction | string | `"1.0"` | Sampled Fraction |
| osm.repoServer | object | `{"codebase":"","image":"flomesh/pipy-repo:0.90.1-87","ipaddr":"127.0.0.1","standalone":false}` | Pipy RepoServer |
| osm.repoServer | object | `{"codebase":"","image":"flomesh/pipy-repo:0.90.2-14","ipaddr":"127.0.0.1","standalone":false}` | Pipy RepoServer |
| osm.repoServer.codebase | string | `""` | codebase is the folder used by osmController. |
| osm.repoServer.image | string | `"flomesh/pipy-repo:0.90.1-87"` | Image used for Pipy RepoServer |
| osm.repoServer.image | string | `"flomesh/pipy-repo:0.90.2-14"` | Image used for Pipy RepoServer |
| osm.repoServer.ipaddr | string | `"127.0.0.1"` | ipaddr of host/service where Pipy RepoServer is installed |
| osm.repoServer.standalone | bool | `false` | if false , Pipy RepoServer is installed within osmController pod. |
| osm.sidecarClass | string | `"pipy"` | The class of the OSM Sidecar Driver |
| osm.sidecarDrivers | list | `[{"proxyServerPort":6060,"sidecarImage":"flomesh/pipy:0.90.1-87","sidecarName":"pipy"},{"proxyServerPort":15128,"sidecarImage":"envoyproxy/envoy:v1.19.3","sidecarName":"envoy","sidecarWindowsImage":"envoyproxy/envoy-windows:latest"}]` | Sidecar drivers supported by osm-edge |
| osm.sidecarDrivers | list | `[{"proxyServerPort":6060,"sidecarImage":"flomesh/pipy:0.90.2-14","sidecarName":"pipy"},{"proxyServerPort":15128,"sidecarImage":"envoyproxy/envoy:v1.19.3","sidecarName":"envoy","sidecarWindowsImage":"envoyproxy/envoy-windows:latest"}]` | Sidecar drivers supported by osm-edge |
| osm.sidecarDrivers[0].proxyServerPort | int | `6060` | Remote destination port on which the Discovery Service listens for new connections from Sidecars. |
| osm.sidecarDrivers[0].sidecarImage | string | `"flomesh/pipy:0.90.1-87"` | Sidecar image for Linux workloads |
| osm.sidecarDrivers[0].sidecarImage | string | `"flomesh/pipy:0.90.2-14"` | Sidecar image for Linux workloads |
| osm.sidecarDrivers[1].proxyServerPort | int | `15128` | Remote destination port on which the Discovery Service listens for new connections from Sidecars. |
| osm.sidecarDrivers[1].sidecarImage | string | `"envoyproxy/envoy:v1.19.3"` | Sidecar image for Linux workloads |
| osm.sidecarDrivers[1].sidecarWindowsImage | string | `"envoyproxy/envoy-windows:latest"` | Sidecar image for Windows workloads |
Expand Down
4 changes: 2 additions & 2 deletions charts/osm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ osm:
sidecarDrivers:
- sidecarName: pipy
# -- Sidecar image for Linux workloads
sidecarImage: flomesh/pipy:0.90.1-87
sidecarImage: flomesh/pipy:0.90.2-14
# -- Remote destination port on which the Discovery Service listens for new connections from Sidecars.
proxyServerPort: 6060
- sidecarName: envoy
Expand All @@ -76,7 +76,7 @@ osm:
# -- Pipy RepoServer
repoServer:
# -- Image used for Pipy RepoServer
image: flomesh/pipy-repo:0.90.1-87
image: flomesh/pipy-repo:0.90.2-14
# -- if false , Pipy RepoServer is installed within osmController pod.
standalone: false
# -- ipaddr of host/service where Pipy RepoServer is installed
Expand Down

0 comments on commit 8d404f8

Please sign in to comment.