Skip to content

Commit

Permalink
Merge pull request #364 from catenax-ng/chore/update-aaswrapper
Browse files Browse the repository at this point in the history
chore(charts):[-] Update aaswrapper to 0.0.7
  • Loading branch information
ds-jhartmann authored Sep 29, 2022
2 parents 8414085 + 9145506 commit c4ecac4
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/irs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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: 1.1.0
version: 1.1.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
4 changes: 2 additions & 2 deletions charts/irs/charts/aaswrapper/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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: 1.0.1
version: 1.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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.0.6"
appVersion: "0.0.7"
2 changes: 1 addition & 1 deletion charts/irs/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ irs-aaswrapper:
wrapper.consumer.edc.apikey.name=X-Api-Key
wrapper.consumer.edc.apikey.value=123456
wrapper.callback.timeout=60
wrapper.cache.enabled=true
wrapper.cache.agreement.enabled=true
# wrapper.auth.basic.someuser=somepassword
# Values for grafana subchart.
Expand Down
2 changes: 1 addition & 1 deletion charts/irs/values-esr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ irs-aaswrapper:
wrapper.consumer.edc.apikey.name=X-Api-Key
wrapper.consumer.edc.apikey.value=123456
wrapper.callback.timeout=60
wrapper.cache.enabled=true
wrapper.cache.agreement.enabled=true
# wrapper.auth.basic.someuser=somepassword
# Values for minio subchart.
Expand Down
2 changes: 1 addition & 1 deletion charts/irs/values-int.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ irs-aaswrapper:
wrapper.consumer.edc.apikey.name=X-Api-Key
wrapper.consumer.edc.apikey.value=123456
wrapper.callback.timeout=60
wrapper.cache.enabled=true
wrapper.cache.agreement.enabled=true
# wrapper.auth.basic.someuser=somepassword
# Values for grafana subchart.
Expand Down
2 changes: 1 addition & 1 deletion charts/irs/values-pen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ irs-aaswrapper:
wrapper.consumer.edc.apikey.name=X-Api-Key
wrapper.consumer.edc.apikey.value=123456
wrapper.callback.timeout=60
wrapper.cache.enabled=true
wrapper.cache.agreement.enabled=true
# wrapper.auth.basic.someuser=somepassword
# Values for grafana subchart.
Expand Down

0 comments on commit c4ecac4

Please sign in to comment.