Skip to content

Commit

Permalink
Merge pull request #13 from planetf1/main
Browse files Browse the repository at this point in the history
ensure numeric versions are quoted
  • Loading branch information
planetf1 authored Jul 30, 2021
2 parents 1de41ff + e8c5469 commit b9c0d5f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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: Egeria simple deployment to Kubernetes
apiVersion: v2
version: 3.0.0-prerelease.0
version: 3.0.0-prerelease.1
icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png
keywords:
- odpi, egeria, base, simple
Expand Down
6 changes: 3 additions & 3 deletions charts/egeria-base/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ imageDefaults:
image:
egeria:
name: egeria
tag: 3.0
tag: "3.0"
presentation:
name: egeria-react-ui
tag: 3.0.0
tag: "3.0.0"
configure:
name: egeria-configure
tag: 3.0
tag: "3.0"

# --- Kafka Configuration ---

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: v1
version: 3.0.0-prerelease.0
version: 3.0.0-prerelease.1
icon: https://raw.githubusercontent.com/odpi/egeria/99016e77167fa30dcfade809b061358a92a59973/assets/img/egeria.png
keywords:
- odpi, egeria, lab, jupyter, notebook
Expand Down
10 changes: 5 additions & 5 deletions charts/odpi-egeria-lab/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,19 @@ imageDefaults:
image:
egeria:
name: egeria
tag: 3.0
tag: "3.0"
presentation:
name: egeria-react-ui
tag: 3.0.0
tag: "3.0.0"
configure:
name: egeria-configure
tag: 3.0
tag: "3.0"
jupyter:
name: jupyter
tag: 3.0
tag: "3.0"
uistatic:
name: egeria-ui
tag: 3.0.0
tag: "3.0.0"
nginx:
name: nginx
namespace:
Expand Down

0 comments on commit b9c0d5f

Please sign in to comment.