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
kalxas committed Aug 7, 2023
1 parent b5e43b4 commit f923d62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/data-access/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: 1.3.0-rc1
version: "1.3.0"

# 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
6 changes: 3 additions & 3 deletions charts/data-access/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ vs:
replicaCount: 2
image:
repository: eoepca/rm-data-access-core
tag: 1.3-rc1
tag: 1.3.0
ingress:
enabled: false

Expand All @@ -37,12 +37,12 @@ vs:
replicaCount: 1
image:
repository: eoepca/rm-data-access-core
tag: 1.3-rc1
tag: 1.3.0

harvester:
image:
repository: eoepca/rm-harvester
tag: 1.3-rc1
tag: 1.3.0

client:
image:
Expand Down

0 comments on commit f923d62

Please sign in to comment.