Skip to content

Commit

Permalink
align with openyurt charts refs/heads/master from commit d9f74ab9dfe4…
Browse files Browse the repository at this point in the history
…9060ededa7a5458a30cb86188ea8
  • Loading branch information
openyurt-bot committed Jul 7, 2023
1 parent 9f627d0 commit a3fc745
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/yurt-coordinator/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.3.2
version: 1.3.4

# 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: "1.3.2"
appVersion: "1.3.4"
4 changes: 2 additions & 2 deletions charts/yurt-manager/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.3.2
version: 1.3.4

# 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: "1.3.2"
appVersion: "1.3.4"
2 changes: 1 addition & 1 deletion charts/yurt-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ nameOverride: ""
image:
registry: openyurt
repository: yurt-manager
tag: v1.3.2
tag: v1.3.4

ports:
metrics: 10271
Expand Down
4 changes: 2 additions & 2 deletions charts/yurthub/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.3.2
version: 1.3.4

# 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: "1.3.2"
appVersion: "1.3.4"
2 changes: 1 addition & 1 deletion charts/yurthub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ organizations: ""
image:
registry: openyurt
repository: yurthub
tag: v1.3.2
tag: v1.3.4

0 comments on commit a3fc745

Please sign in to comment.