Skip to content

Commit

Permalink
Update service image tags (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuujo authored May 22, 2020
1 parent 154fcc0 commit 662110c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion onos-config/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: onos-config
version: 0.0.5
kubeVersion: ">=1.17.0"
appVersion: v0.6.3
appVersion: v0.6.4
description: ONOS Config Manager
keywords:
- onos
Expand Down
2 changes: 1 addition & 1 deletion onos-config/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ replicaCount: 1

image:
repository: onosproject/onos-config
tag: v0.6.3
tag: v0.6.4
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down
2 changes: 1 addition & 1 deletion onos-ric/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: ONOS Radio Access Network Intelligent Controller
kubeVersion: ">=1.17.0"
type: application
version: 0.0.7
appVersion: v0.6.5
appVersion: v0.6.6
keywords:
- onos
- sdn
Expand Down
2 changes: 1 addition & 1 deletion onos-ric/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ replicaCount: 1
image:
depCheck: quay.io/stackanetes/kubernetes-entrypoint:v0.3.1
repository: onosproject/onos-ric
tag: v0.6.5
tag: v0.6.6
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down
2 changes: 1 addition & 1 deletion onos-topo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: ONOS Topology service
kubeVersion: ">=1.17.0"
type: application
version: 0.0.4
appVersion: v0.6.3
appVersion: v0.6.4
keywords:
- onos
- sdn
Expand Down
2 changes: 1 addition & 1 deletion onos-topo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ replicaCount: 1

image:
repository: onosproject/onos-topo
tag: v0.6.3
tag: v0.6.4
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down

0 comments on commit 662110c

Please sign in to comment.