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

Commit

Permalink
fix: bump pipy-repo to 0.90.0-54
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Yang <[email protected]>
  • Loading branch information
reaver-flomesh committed Feb 22, 2023
1 parent 409be97 commit 0948b1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/osm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,9 @@ 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.0-18","ipaddr":"127.0.0.1","standalone":false}` | Pipy RepoServer |
| osm.repoServer | object | `{"codebase":"","image":"flomesh/pipy-repo:0.90.0-54","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.0-18"` | Image used for Pipy RepoServer |
| osm.repoServer.image | string | `"flomesh/pipy-repo:0.90.0-54"` | 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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/osm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ osm:
# -- Pipy RepoServer
repoServer:
# -- Image used for Pipy RepoServer
image: flomesh/pipy-repo:0.90.0-18
image: flomesh/pipy-repo:0.90.0-54
# -- if false , Pipy RepoServer is installed within osmController pod.
standalone: false
# -- ipaddr of host/service where Pipy RepoServer is installed
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/e2e_upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var _ = OSMDescribe("Upgrade from latest",
// release branches, it should specify the most recent patch of the
// previous minor release. e.g. on the release-v1.0 branch, this
// should be "0.11".
i.Version = "1.3.0"
i.Version = "1.3.1"
i.Namespace = Td.OsmNamespace
i.Wait = true
i.ReleaseName = releaseName
Expand Down

0 comments on commit 0948b1e

Please sign in to comment.