Skip to content

Commit

Permalink
Commit triggered by a change on the main branch of helm-charts-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-pimenta-DME committed Feb 27, 2024
1 parent 5f32758 commit 595d01e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/identity-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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.0.96
version: 1.0.97

# 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 All @@ -32,9 +32,9 @@ dependencies:
version: 1.0.2
- name: identity-api
condition: identity-api.enabled
version: 1.0.5
version: 1.0.6
- name: identity-gatekeeper
condition: identity-gatekeeper.enabled
version: 1.0.11
repository: "https://eoepca.github.io/helm-charts/"
alias: identity-api-gatekeeper
alias: identity-api-gatekeeper
4 changes: 2 additions & 2 deletions charts/identity-service/charts/identity-api/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.5
version: 1.0.6

# 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: "v1.0.17"
appVersion: "v1.0.18"

0 comments on commit 595d01e

Please sign in to comment.