Skip to content

Commit

Permalink
bump chart version and image version to 0.17.2 (#68)
Browse files Browse the repository at this point in the history
#release
Signed-off-by: lmxia <[email protected]>
  • Loading branch information
lmxia authored Sep 10, 2024
1 parent 1f4b2d4 commit 57b922c
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions charts/clusternet-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ kubeVersion: ""
# 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: 0.14.0
version: 0.14.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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.17.1"
appVersion: "v0.17.2"
2 changes: 1 addition & 1 deletion charts/clusternet-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ chart and deletes the release.
| `serviceAccount.name` | The name of the ServiceAccount to create | `"clusternet-agent"` |
| `image.registry` | clusternet-agent image registry | `ghcr.io` |
| `image.repository` | clusternet-agent image repository | `clusternet/clusternet-agent` |
| `image.tag` | clusternet-agent image tag (immutable tags are recommended) | `v0.17.1` |
| `image.tag` | clusternet-agent image tag (immutable tags are recommended) | `v0.17.2` |
| `image.pullPolicy` | clusternet-agent image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `leaderElect` | Enable or disable leader elect | `true` |
Expand Down
2 changes: 1 addition & 1 deletion charts/clusternet-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ serviceAccount:
image:
registry: ghcr.io
repository: clusternet/clusternet-agent
tag: v0.17.1
tag: v0.17.2
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
4 changes: 2 additions & 2 deletions charts/clusternet-controller-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ kubeVersion: ""
# 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: 0.14.0
version: 0.14.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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.17.1"
appVersion: "v0.17.2"
2 changes: 1 addition & 1 deletion charts/clusternet-controller-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ chart and deletes the release.
| `controller` | Controller a list of controllers to enable | `"*"` |
| `image.registry` | clusternet-controller-manager image registry | `ghcr.io` |
| `image.repository` | clusternet-controller-manager image repository | `clusternet/clusternet-controller-manager` |
| `image.tag` | clusternet-controller-manager image tag (immutable tags are recommended) | `v0.17.1` |
| `image.tag` | clusternet-controller-manager image tag (immutable tags are recommended) | `v0.17.2` |
| `image.pullPolicy` | clusternet-controller-manager image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `reservedNamespace` | Reserved namespace used for creating Manifest by clusternet-controller-manager | `clusternet-reserved` |
Expand Down
2 changes: 1 addition & 1 deletion charts/clusternet-controller-manager/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ controllers: "*"
image:
registry: ghcr.io
repository: clusternet/clusternet-controller-manager
tag: v0.17.1
tag: v0.17.2
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
4 changes: 2 additions & 2 deletions charts/clusternet-hub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ kubeVersion: ""
# 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: 0.14.0
version: 0.14.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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.17.1"
appVersion: "v0.17.2"
2 changes: 1 addition & 1 deletion charts/clusternet-hub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ chart and deletes the release.
| `peerPort` | Port where clusternet-hub peer will be advertised | `8123` |
| `image.registry` | clusternet-hub image registry | `ghcr.io` |
| `image.repository` | clusternet-hub image repository | `clusternet/clusternet-hub` |
| `image.tag` | clusternet-hub image tag (immutable tags are recommended) | `v0.17.1` |
| `image.tag` | clusternet-hub image tag (immutable tags are recommended) | `v0.17.2` |
| `image.pullPolicy` | clusternet-hub image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `reservedNamespace` | Reserved namespace used for creating Manifest by clusternet-hub | `clusternet-reserved` |
Expand Down
2 changes: 1 addition & 1 deletion charts/clusternet-hub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ peerPort: 8123
image:
registry: ghcr.io
repository: clusternet/clusternet-hub
tag: v0.17.1
tag: v0.17.2
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
4 changes: 2 additions & 2 deletions charts/clusternet-scheduler/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ kubeVersion: ""
# 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: 0.14.0
version: 0.14.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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.17.1"
appVersion: "v0.17.2"
2 changes: 1 addition & 1 deletion charts/clusternet-scheduler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ chart and deletes the release.
| `serviceAccount.name` | The name of the ServiceAccount to create | `clusternet-scheduler` |
| `image.registry` | clusternet-scheduler image registry | `ghcr.io` |
| `image.repository` | clusternet-scheduler image repository | `clusternet/clusternet-scheduler` |
| `image.tag` | clusternet-scheduler image tag (immutable tags are recommended) | `v0.17.1` |
| `image.tag` | clusternet-scheduler image tag (immutable tags are recommended) | `v0.17.2` |
| `image.pullPolicy` | clusternet-scheduler image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
| `leaderElect` | Enable or disable leader elect | `true` |
Expand Down
2 changes: 1 addition & 1 deletion charts/clusternet-scheduler/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ serviceAccount:
image:
registry: ghcr.io
repository: clusternet/clusternet-scheduler
tag: v0.17.1
tag: v0.17.2
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down

0 comments on commit 57b922c

Please sign in to comment.