Skip to content

Commit

Permalink
Merge pull request #253 from planetf1/pts
Browse files Browse the repository at this point in the history
  • Loading branch information
planetf1 authored Mar 24, 2023
2 parents 4c5859e + 509076d commit cb77cc8
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 12 deletions.
2 changes: 1 addition & 1 deletion charts/egeria-base/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: egeria-base
description: A Helm chart for Egeria simple platform deployment
apiVersion: v2
version: 4.0-prerelease.3
version: 4.0-prerelease.4
appVersion: "4.0"
icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/egeria-base/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ global:
egeria:
# Set to INFO, WARNING, DEBUG if needed
logging:
version: "4.0-SNAPSHOT"
version: "4.0"
# repositoryType: "local-graph-repository"
repositoryType: "in-memory-repository"
debug: false
Expand Down
2 changes: 1 addition & 1 deletion charts/egeria-cts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: egeria-cts
description: Egeria Conformance Test Suite deployment to Kubernetes
apiVersion: v2
version: 4.0-prerelease.1
version: 4.0-prerelease.2
appVersion: "4.0"
icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/egeria-cts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ resources:
imageDefaults:
registry: quay.io
namespace: odpi
tag: "4.0-SNAPSHOT"
tag: "4.0"
pullPolicy: IfNotPresent

# The following section defines all DOCKER images being used by this chart. Normally they should be left as is,
Expand Down
2 changes: 1 addition & 1 deletion charts/egeria-lineage/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apiVersion: v2
name: egeria-lineage
description: A Helm chart for the egeria integration lineage event driven connector sample
type: application
version: 4.0-prerelease.1
version: 4.0-prerelease.2
appVersion: "4.0"
icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/egeria-pts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: egeria-pts
description: Egeria Performance Test Suite deployment to Kubernetes
apiVersion: v2
version: 4.0-prerelease.1
version: 4.0-prerelease.2
appVersion: "4.0"
icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png
keywords:
Expand Down
13 changes: 12 additions & 1 deletion charts/egeria-pts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,20 @@ resources:
imageDefaults:
registry: quay.io
namespace: odpi
tag: "4.0-SNAPSHOT"
tag: "4.0"
pullPolicy: IfNotPresent

# The following section defines all DOCKER images being used by this chart. Normally they should be left as is,
# but are exposed here in case the user wishes to extend. By default, each will use the 'imageDefaults' above, but
# these can be individually overridden for each image, if desired, by providing a subkey for 'namespace', 'tag' or
# 'pullPolicy' with the value to use for the override (if you want to use the public Docker registry, use
# 'docker.io/library' as the registry override, and set namespace to be your user or organization id).
image:
egeria:
name: egeria
configure:
name: egeria-configure

# Normally we install the strimzi operator as part of the Chart. However this requires admin permissions, and
# will create cluster-scoped resources. Set to false to skip this when in a restricted environment, or needing multiple
# installs of egeria charts in the same cluster. Requires the strimzi operator to be
Expand Down
2 changes: 1 addition & 1 deletion charts/odpi-egeria-lab/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: odpi-egeria-lab
description: Egeria lab environment
apiVersion: v2
version: 4.0.0-prerelease.10
version: 4.0.0-prerelease.11gi
appVersion: "4.0"
icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/odpi-egeria-lab/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ service:
egeria:
#logging: OFF
development: true
version: "4.0-SNAPSHOT"
version: "4.0"
#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
Expand Down
6 changes: 3 additions & 3 deletions config/values/lab-mainversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
# Example of showing how to use a specific version of egeria. This can include snapshots

egeria:
version: "4.0-SNAPSHOT"
version: "4.0"
image:
egeria:
tag: 4.0-SNAPSHOT
tag: 4.0
pullPolicy: Always
imageDefaults:
tag: 4.0-SNAPSHOT
tag: 4.0
jupyter:
gitTagForNotebooks: main

0 comments on commit cb77cc8

Please sign in to comment.