Skip to content

Commit

Permalink
Merge pull request #29 from bci-oss/feature/chart-app-version-0.1.0-M2
Browse files Browse the repository at this point in the history
Adjust appVersion in Helm Chart
  • Loading branch information
LuLeRoemer authored Sep 22, 2022
2 parents 74bda72 + 7aef15b commit b9e1136
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions backend/deployment/semantic-hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: semantic-hub
description: Helm Chart for the Catena-X Semantic Hub Application

type: application
version: 0.1.0
appVersion: 0.1.0-M1
version: 0.1.1
appVersion: 0.1.0-M2
2 changes: 1 addition & 1 deletion backend/deployment/semantic-hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
###############################################################

hub:
image: semantic-hub:0.1.0-M1
image: semantic-hub:0.1.0-M2
imagePullPolicy: IfNotPresent
replicaCount: 1
containerPort: 4242
Expand Down

0 comments on commit b9e1136

Please sign in to comment.