Update sdfabric helm chart
- Remove unused component config
- Update ONOS and PFCP agent tag
Change-Id: Ibffa947ebaeaf3e8ab0233527bd78f9f2b7c153b
diff --git a/VERSION b/VERSION
index b112f91..c787b21 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.21
+1.0.22
diff --git a/pfcp-agent/Chart.yaml b/pfcp-agent/Chart.yaml
index f6d8147..1392169 100644
--- a/pfcp-agent/Chart.yaml
+++ b/pfcp-agent/Chart.yaml
@@ -5,4 +5,4 @@
apiVersion: v1
description: PFCP Agent for SD-Fabric's P4 UPF
name: pfcp-agent
-version: 0.0.6
+version: 0.0.7
diff --git a/pfcp-agent/values.yaml b/pfcp-agent/values.yaml
index 6c854fe..f5437b5 100644
--- a/pfcp-agent/values.yaml
+++ b/pfcp-agent/values.yaml
@@ -5,7 +5,7 @@
images:
tags:
init: registry.aetherproject.org/tools/busybox:stable
- pfcpiface: omecproject/upf-epc-pfcpiface:master-675c303
+ pfcpiface: omecproject/upf-epc-pfcpiface:master-362f8ab
pullPolicy: Always
nodeSelectors:
diff --git a/sdfabric/Chart.yaml b/sdfabric/Chart.yaml
index 8a96abf..96db8f4 100644
--- a/sdfabric/Chart.yaml
+++ b/sdfabric/Chart.yaml
@@ -7,7 +7,7 @@
description: A chart to deploy all SD-Fabric components
kubeVersion: ">=1.18.0"
type: application
-version: 1.0.21
+version: 1.0.22
keywords:
- aether
- sdn
@@ -27,7 +27,7 @@
condition: import.stratum.enabled
- name: pfcp-agent
repository: file://../pfcp-agent
- version: 0.0.6
+ version: 0.0.7
condition: import.pfcp-agent.enabled
- name: dbuf
repository: file://../dbuf
diff --git a/sdfabric/values.yaml b/sdfabric/values.yaml
index 4edb01a..70bd262 100644
--- a/sdfabric/values.yaml
+++ b/sdfabric/values.yaml
@@ -22,7 +22,7 @@
java_opts: -Xmx4G -Dlog4j2.formatMsgNoLookups=true -XX:+UnlockExperimentalVMOptions -XX:+UseZGC
image:
repository: opennetworking/sdfabric-onos
- tag: master-2022-02-10
+ tag: master-2022-02-18
replicas: 3
@@ -94,10 +94,6 @@
"monitorHosts": "true",
"probeRate": "10000"
}
- "org.onosproject.provider.general.device.impl.GeneralDeviceProvider": >
- {
- "readPortId": true
- }
# Please check the README to learn more
# netcfg: >
# {