Skip to content

Commit

Permalink
Merge pull request #5 from eclipse-tractusx/feat/charts/txbpdm-images
Browse files Browse the repository at this point in the history
cicd(Charts): set docker images for pool and gate to tx-bpdm
  • Loading branch information
nicoprow authored Jan 23, 2023
2 parents 7bbd31d + 03ab1f3 commit 72fe4f9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/gate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.0.1
version: 3.0.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/gate/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replicaCount: 1

image:
registry: ghcr.io
repository: catenax-ng/product-bpdm/gate
repository: catenax-ng/tx-bpdm/gate
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "v3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion charts/pool/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 4.0.0
version: 4.0.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/pool/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
registry: ghcr.io
repository: catenax-ng/product-bpdm/pool
repository: catenax-ng/tx-bpdm/pool
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "v3.0.0"
Expand Down

0 comments on commit 72fe4f9

Please sign in to comment.