Skip to content

Commit

Permalink
aether-roc-api: releasing v0.6.30 (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCondon committed Jun 8, 2021
1 parent add6e45 commit 59b0265
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions aether-roc-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ name: aether-roc-api
description: Aether ROC API
kubeVersion: ">=1.15.0"
type: application
version: 1.0.3
appVersion: v0.6.28
version: 1.0.4
appVersion: v0.6.30
keywords:
- aether
- config
Expand Down
6 changes: 2 additions & 4 deletions aether-roc-api/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ To learn more about the release, try:
$ helm -n {{.Release.Namespace}} status {{ .Release.Name }}
$ helm -n {{.Release.Namespace}} get all {{ .Release.Name }}

{{ .Release.Name }} depends on the "onos-config (with the RBAC 1.0.0 and Aether 1.0.0 model plugins and onos-topo" micro services.
{{ .Release.Name }} depends on the "onos-config (with the Aether 2.1.0 and 3.0.0 model plugins and onos-topo" micro services.

If you are using KinD as a Kubernetes server you will have to add a "port-forward" to access the aether-roc-api e.g.
$ kubectl -n {{.Release.Namespace}} port-forward $(kubectl -n {{.Release.Namespace}} get pods -l type=api -o name) 8181
and then access the API with:

curl http://localhost:8181/rbac/v1.0.0/rbac
OR
curl http://localhost:8181/aether/v1.0.0/subscriber
curl http://localhost:8181/aether/v3.0.0/connectivity-service-v3/enterprise
2 changes: 1 addition & 1 deletion aether-roc-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ replicaCount: 1

image:
repository: onosproject/aether-roc-api
tag: v0.6.28
tag: v0.6.30
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit 59b0265

Please sign in to comment.