Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed fullnameOverride for device-provisioner and topo-discovery #724

Merged
merged 2 commits into from
Feb 10, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion device-provisioner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apiVersion: v2
name: device-provisioner
description: ONOS Device P4 pipeline and chassis provisioning service
type: application
version: 1.2.12
version: 1.2.13
appVersion: v1.2.10
keywords:
- onos
Expand Down
1 change: 0 additions & 1 deletion device-provisioner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ image:

imagePullSecrets: []
nameOverride: ""
fullnameOverride: "device-provisioner"

debug: false

Expand Down
4 changes: 2 additions & 2 deletions onos-umbrella/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ dependencies:
- name: device-provisioner
condition: import.device-provisioner.enabled
repository: file://../device-provisioner
version: 1.2.12
version: 1.2.13
- name: topo-discovery
condition: import.topo-discovery.enabled
repository: file://../topo-discovery
version: 1.1.5
version: 1.1.6
2 changes: 1 addition & 1 deletion topo-discovery/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apiVersion: v2
name: topo-discovery
description: ONOS Topology Discovery service
type: application
version: 1.1.5
version: 1.1.6
appVersion: v1.1.5
keywords:
- onos
Expand Down
1 change: 0 additions & 1 deletion topo-discovery/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ image:

imagePullSecrets: []
nameOverride: ""
fullnameOverride: "topo-discovery"

debug: false

Expand Down