Update bess-upf to include fix for uplink SDF parsing
Also, remove bess-upf from SD-Fabric umbrella. Bess-upf is still deployed independently of SD-Fabric.
Change-Id: I3fc0aeebac68ccc0dade132bf764af35cd81d058
diff --git a/bess-upf/Chart.yaml b/bess-upf/Chart.yaml
index 7116d90..9cb42b8 100644
--- a/bess-upf/Chart.yaml
+++ b/bess-upf/Chart.yaml
@@ -7,4 +7,4 @@
name: bess-upf
icon: https://guide.opencord.org/logos/cord.svg
-version: 0.0.4
+version: 0.0.5
diff --git a/bess-upf/values.yaml b/bess-upf/values.yaml
index df8540e..e48d0b3 100644
--- a/bess-upf/values.yaml
+++ b/bess-upf/values.yaml
@@ -4,8 +4,8 @@
images:
tags:
- bess: "omecproject/upf-epc-bess:master-9cb736e"
- pfcpiface: "omecproject/upf-epc-pfcpiface:master-9cb736e"
+ bess: "omecproject/upf-epc-bess:master-9a4d86c"
+ pfcpiface: "omecproject/upf-epc-pfcpiface:master-9a4d86c"
tools: registry.aetherproject.org/tools/busybox:stable
pullPolicy: IfNotPresent
# Secrets must be manually created in the namespace.
diff --git a/sdfabric/Chart.yaml b/sdfabric/Chart.yaml
index 69cd3aa..5471705 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.31
+version: 1.0.32
keywords:
- aether
- sdn
@@ -45,7 +45,3 @@
repository: file://../di-metrics-exporter
version: 0.0.3
condition: import.di-metrics-exporter.enabled
- - name: bess-upf
- repository: file://../bess-upf
- version: 0.0.4
- condition: import.bess-upf.enabled
diff --git a/sdfabric/values.yaml b/sdfabric/values.yaml
index 90146f8..f11ebc5 100644
--- a/sdfabric/values.yaml
+++ b/sdfabric/values.yaml
@@ -17,10 +17,6 @@
enabled: false
di-metrics-exporter:
enabled: false
- bess-upf:
- enabled: false
- bess-upf-cni:
- enabled: false
onos-classic:
java_opts: -Xmx4G -Dlog4j2.formatMsgNoLookups=true -XX:+UnlockExperimentalVMOptions -XX:+UseZGC