Skip to content

Commit

Permalink
Merge pull request #45 from eclipse-tractusx/feat/charts/trg-fixes
Browse files Browse the repository at this point in the history
Feat/charts/trg fixes
  • Loading branch information
nicoprow authored Feb 15, 2023
2 parents 96ad2e2 + 0135ef5 commit ce2caac
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 27 deletions.
26 changes: 26 additions & 0 deletions charts/gate/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Patterns to ignore when building packages.
# This supports shell glob matching, relative path matching, and
# negation (prefixed with !). Only one pattern per line.
.DS_Store
# Common VCS dirs
.git/
.gitignore
.bzr/
.bzrignore
.hg/
.hgignore
.svn/
# Common backup files
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project
.idea/
*.tmproj
.vscode/
# Accept only values.yaml
values-*.yaml
values-*.yml
18 changes: 6 additions & 12 deletions charts/gate/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,14 @@
################################################################################

apiVersion: v2
name: bpdm-gate
description: A Helm chart for deploying the BPDM gate service

type: application

# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 3.0.5-alpha.4

# This is the version number of the application being deployed.
# Versions are not expected to follow Semantic Versioning.
# They should reflect the version the application is using.
# It is recommended to use it with quotes.
name: bpdm-gate
appVersion: "3.0.2-alpha.2"

version: 3.0.5-alpha.5
description: A Helm chart for deploying the BPDM gate service
home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View
sources:
- https://github.com/eclipse-tractusx/bpdm
maintainers:
- name: Nico Koprowski
- name: Patrick Zeller
2 changes: 1 addition & 1 deletion charts/gate/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ image:
repository: catenax-ng/tx-bpdm/gate
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "3.0.2-alpha.2"
tag: ""

imagePullSecrets: []

Expand Down
3 changes: 3 additions & 0 deletions charts/pool/.helmignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,6 @@
.idea/
*.tmproj
.vscode/
# Accept only values.yaml
values-*.yaml
values-*.yml
19 changes: 6 additions & 13 deletions charts/pool/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,14 @@
################################################################################

apiVersion: v2
name: bpdm-pool
description: A Helm chart for deploying the BPDM pool service

type: application

# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 4.0.5-alpha.3

# This is the version number of the application being deployed.
# Versions are not expected to follow Semantic Versioning.
# They should reflect the version the application is using.
# It is recommended to use it with quotes.
name: bpdm-pool
appVersion: "3.0.2-alpha.2"

version: 4.0.5-alpha.4
description: A Helm chart for deploying the BPDM pool service
home: https://eclipse-tractusx.github.io/docs/kits/Business%20Partner%20Kit/Adoption%20View
sources:
- https://github.com/eclipse-tractusx/bpdm
dependencies:
- name: opensearch
version: 2.4.0
Expand All @@ -44,7 +38,6 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
alias: postgres
condition: postgres.enabled

maintainers:
- name: Nico Koprowski
- name: Patrick Zeller
2 changes: 1 addition & 1 deletion charts/pool/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ image:
repository: catenax-ng/tx-bpdm/pool
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "3.0.2-alpha.2"
tag: ""

imagePullSecrets: []

Expand Down

0 comments on commit ce2caac

Please sign in to comment.