Releasing 3.0.0 with updated charts and components for voltha 2.9 release
Change-Id: I35800b546f46cc60a46b9ea3d3c793bf2712dfce
diff --git a/voltha/Chart.yaml b/voltha/Chart.yaml
index 674d8f2..6c6dc54 100644
--- a/voltha/Chart.yaml
+++ b/voltha/Chart.yaml
@@ -14,7 +14,7 @@
---
apiVersion: "v1"
name: "voltha"
-version: "2.10.8"
+version: "2.10.9"
description: "A Helm chart for Voltha based on K8S resources in Voltha project"
keywords:
- "onf"
@@ -33,4 +33,4 @@
# app version applies to multiple components with potentially different
# container image versions
-appVersion: "2.9-dev"
+appVersion: "2.9"
diff --git a/voltha/values.yaml b/voltha/values.yaml
index 345f088..08d546c 100644
--- a/voltha/values.yaml
+++ b/voltha/values.yaml
@@ -108,13 +108,13 @@
ofagent:
registry: '{{ .Values.global.image_registry }}'
repository: '{{ .Values.global.image_org }}voltha-ofagent-go'
- tag: '{{- if hasKey .Values.global "image_tag" }}{{- if .Values.global.image_tag }}{{ .Values.global.image_tag }}{{- else }}2.0.0{{- end }}{{- else }}2.0.0{{- end }}'
+ tag: '{{- if hasKey .Values.global "image_tag" }}{{- if .Values.global.image_tag }}{{ .Values.global.image_tag }}{{- else }}2.0.1{{- end }}{{- else }}2.0.1{{- end }}'
pullPolicy: '{{ .Values.global.image_pullPolicy }}'
rw_core:
registry: '{{ .Values.global.image_registry }}'
repository: '{{ .Values.global.image_org }}voltha-rw-core'
- tag: '{{- if hasKey .Values.global "image_tag" }}{{- if .Values.global.image_tag }}{{ .Values.global.image_tag }}{{- else }}3.0.1{{- end }}{{- else }}3.0.1{{- end }}'
+ tag: '{{- if hasKey .Values.global "image_tag" }}{{- if .Values.global.image_tag }}{{ .Values.global.image_tag }}{{- else }}3.0.2{{- end }}{{- else }}3.0.2{{- end }}'
pullPolicy: '{{ .Values.global.image_pullPolicy }}'
ingress: