diff --git a/charts/egeria-base/Chart.yaml b/charts/egeria-base/Chart.yaml index c359506..62642cb 100644 --- a/charts/egeria-base/Chart.yaml +++ b/charts/egeria-base/Chart.yaml @@ -4,8 +4,8 @@ name: egeria-base description: A Helm chart for Egeria simple platform deployment apiVersion: v2 -version: 4.1.0 -appVersion: "4.1" +version: "4.2.0" +appVersion: "4.2" icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png keywords: - odpi, egeria, base, simple @@ -17,7 +17,7 @@ maintainers: email: nigel.l.jones+git@gmail.com dependencies: - name: strimzi-kafka-operator - version: 0.35.0 + version: 0.35.1 repository: https://strimzi.io/charts/ condition: strimzi.enabled # TODO - reinstate dependencies after initial publish diff --git a/charts/egeria-base/values.yaml b/charts/egeria-base/values.yaml index 2714473..94331b8 100644 --- a/charts/egeria-base/values.yaml +++ b/charts/egeria-base/values.yaml @@ -54,7 +54,7 @@ global: egeria: # Set to INFO, WARNING, DEBUG if needed logging: - version: "4.0" + version: "4.2" # repositoryType: "local-graph-repository" repositoryType: "in-memory-repository" debug: false diff --git a/charts/egeria-cts/Chart.yaml b/charts/egeria-cts/Chart.yaml index f8bf32b..828028f 100644 --- a/charts/egeria-cts/Chart.yaml +++ b/charts/egeria-cts/Chart.yaml @@ -4,8 +4,8 @@ name: egeria-cts description: Egeria Conformance Test Suite deployment to Kubernetes apiVersion: v2 -version: 4.2-prerelease.2 -appVersion: "4.2-SNAPSHOT" +version: "4.2.0" +appVersion: "4.2" icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png keywords: - odpi, egeria, cts @@ -19,7 +19,7 @@ maintainers: email: nigel.l.jones+git@gmail.com dependencies: - name: strimzi-kafka-operator - version: 0.34.0 + version: 0.35.1 repository: https://strimzi.io/charts/ condition: strimzi.enabled diff --git a/charts/egeria-cts/values.yaml b/charts/egeria-cts/values.yaml index c00d58c..3ba0d61 100644 --- a/charts/egeria-cts/values.yaml +++ b/charts/egeria-cts/values.yaml @@ -68,7 +68,7 @@ resources: imageDefaults: registry: quay.io namespace: odpi - tag: "4.1" + tag: "4.2" pullPolicy: IfNotPresent # The following section defines all DOCKER images being used by this chart. Normally they should be left as is, diff --git a/charts/egeria-pts/Chart.yaml b/charts/egeria-pts/Chart.yaml index 4d31891..f68cf74 100644 --- a/charts/egeria-pts/Chart.yaml +++ b/charts/egeria-pts/Chart.yaml @@ -4,8 +4,8 @@ name: egeria-pts description: Egeria Performance Test Suite deployment to Kubernetes apiVersion: v2 -version: 4.1.0 -appVersion: "4.1" +version: "4.2.0" +appVersion: "4.2" icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png keywords: - odpi, egeria, pts @@ -19,7 +19,7 @@ maintainers: email: nigel.l.jones+git@gmail.com dependencies: - name: strimzi-kafka-operator - version: 0.34.0 + version: 0.35.1 repository: https://strimzi.io/charts/ condition: strimzi.enabled diff --git a/charts/egeria-pts/values.yaml b/charts/egeria-pts/values.yaml index fd10522..4418af5 100644 --- a/charts/egeria-pts/values.yaml +++ b/charts/egeria-pts/values.yaml @@ -74,7 +74,7 @@ resources: imageDefaults: registry: quay.io namespace: odpi - tag: "4.1" + tag: "4.2" pullPolicy: IfNotPresent # The following section defines all DOCKER images being used by this chart. Normally they should be left as is, diff --git a/charts/odpi-egeria-lab/Chart.yaml b/charts/odpi-egeria-lab/Chart.yaml index d4843b7..a374495 100644 --- a/charts/odpi-egeria-lab/Chart.yaml +++ b/charts/odpi-egeria-lab/Chart.yaml @@ -4,8 +4,8 @@ name: odpi-egeria-lab description: Egeria lab environment apiVersion: v2 -version: 4.2-prerelease.1 -appVersion: "4.2-SNAPSHOT" +version: "4.2.0" +appVersion: "4.2" icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png keywords: - odpi, egeria, lab, jupyter, notebook @@ -19,6 +19,6 @@ maintainers: email: nigel.l.jones+git@gmail.com dependencies: - name: strimzi-kafka-operator - version: 0.35.0 + version: 0.35.1 repository: https://strimzi.io/charts/ condition: strimzi.enabled diff --git a/charts/odpi-egeria-lab/values.yaml b/charts/odpi-egeria-lab/values.yaml index f0a0f58..f4f221b 100644 --- a/charts/odpi-egeria-lab/values.yaml +++ b/charts/odpi-egeria-lab/values.yaml @@ -31,7 +31,7 @@ service: egeria: #logging: OFF development: true - version: "4.2-SNAPSHOT" + version: "4.2" #repositoryType: "local-graph-repository" repositoryType: "in-memory-repository" # See https://github.com/odpi/egeria-charts/issues/56 for status of the Egeria UI (polymer) in this environment @@ -83,7 +83,7 @@ jupyter: # tokenPlain: # ---- # Git tag to checkout in the egeria-jupyter repo - gitTagForNotebooks: "V4.1" + gitTagForNotebooks: "V4.2" resources: {} # Strimzi is used to setup an operator which will manage the custom resource we define. @@ -128,10 +128,10 @@ image: #registry: docker.io #namespace: jupyter name: jupyter - tag: "lab-4.0.0" + tag: "lab-4.0.3" uistatic: name: egeria-ui - tag: "4.1.2" + tag: "4.1.8" nginx: registry: public.ecr.aws name: nginx/nginx