Skip to content

Commit

Permalink
update helm charts for OpenYurt v1.1.0 (#1047)
Browse files Browse the repository at this point in the history
  • Loading branch information
rambohe-ch authored Nov 8, 2022
1 parent 23f45da commit b586ebc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ configuration format is also supported in order to keep consistency.
- [@Lan-ce-lot](https://github.com/Lan-ce-lot)

And thank you very much to everyone else not listed here who contributed in other ways like filing issues,
giving feedback, helping users in community group, etc.
giving feedback, helping users in community group, etc.

## v1.0

Expand Down
4 changes: 2 additions & 2 deletions charts/openyurt/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ 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.2
version: 1.1.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
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: 1.0.0
appVersion: 1.1.0
6 changes: 3 additions & 3 deletions charts/openyurt/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yurtControllerManager:
registry: docker.io
repository: openyurt/yurt-controller-manager
pullPolicy: IfNotPresent
tag: v1.0.0
tag: v1.1.0
service:
type: ClusterIP
port: 80
Expand All @@ -22,7 +22,7 @@ yurtTunnelAgent:
registry: docker.io
repository: openyurt/yurt-tunnel-agent
pullPolicy: IfNotPresent
tag: v1.0.0
tag: v1.1.0

yurtTunnelServer:
replicaCount: 1
Expand All @@ -34,5 +34,5 @@ yurtTunnelServer:
registry: docker.io
repository: openyurt/yurt-tunnel-server
pullPolicy: IfNotPresent
tag: v1.0.0
tag: v1.1.0

0 comments on commit b586ebc

Please sign in to comment.