Skip to content

Commit

Permalink
bump images to v0.17.1 (#67)
Browse files Browse the repository at this point in the history
#release
Signed-off-by: Di Xu <[email protected]>
  • Loading branch information
dixudx authored Jul 9, 2024
1 parent a02bdb3 commit e0682d1
Show file tree
Hide file tree
Showing 23 changed files with 1,085 additions and 1,023 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.13.0
version: 0.14.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.
# It is recommended to use it with quotes.
appVersion: "v0.16.0"
appVersion: "v0.17.1"
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.16.0` |
| `image.tag` | clusternet-agent image tag (immutable tags are recommended) | `v0.17.1` |
| `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.16.0
tag: v0.17.1
## 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.13.0
version: 0.14.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.
# It is recommended to use it with quotes.
appVersion: "v0.16.0"
appVersion: "v0.17.1"
60 changes: 30 additions & 30 deletions charts/clusternet-controller-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,34 +57,34 @@ chart and deletes the release.

#### Exposure parameters

| Name | Description | Value |
|:----------------------------|:------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|
| `replicaCount` | Specify number of clusternet-controller-manager replicas | `3` |
| `serviceAccount.name` | The name of the ServiceAccount to create | `"clusternet-controller-manager"` |
| `securePort` | Port where clusternet-controller-manager will be running | `443` |
| `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.16.0` |
| `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` |
| `anonymousAuthSupported` | Whether the anonymous access is allowed by the 'core' kubernetes server | `true` |
| `leaderElect` | Enable or disable leader elect | `true` |
| `featureGates` | Enable or disable feature gates | `SocketConnection=true,Deployer=true,FeedInUseProtection=true,FeedInventory=true` |
| `kubeAPI.burst` | Kubernetes API client Burst limit to use while talking with 'core' kubernetes apiserver | `100` |
| `kubeAPI.qps` | Kubernetes API client QPS limit to use while talking with the 'core' kubernetes apiserver | `50.0` |
| `extraArgs` | Additional command line arguments to pass to clusternet-controller-manager | `{}` |
| `resources.limits` | The resources limits for the container | `{}` |
| `resources.requests` | The requested resources for the container | `{}` |
| `nodeSelector` | Node labels for pod assignment | `{}` |
| `priorityClassName` | Set Priority Class Name to allow priority control over other pods | `""` |
| `hostNetwork` | Specify whether to use the host's networking stack | `false` |
| `tolerations` | Tolerations for pod assignment | `[]` |
| `podAffinityPreset` | Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `nodeAffinityPreset.type` | Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `nodeAffinityPreset.key` | Node label key to match. Ignored if `affinity` is set. | `""` |
| `nodeAffinityPreset.values` | Node label values to match. Ignored if `affinity` is set. | `[]` |
| `affinity` | Affinity for pod assignment | `{}` |
| Name | Description | Value |
|:----------------------------|:------------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------------------|
| `replicaCount` | Specify number of clusternet-controller-manager replicas | `3` |
| `serviceAccount.name` | The name of the ServiceAccount to create | `"clusternet-controller-manager"` |
| `securePort` | Port where clusternet-controller-manager will be running | `443` |
| `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.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` |
| `anonymousAuthSupported` | Whether the anonymous access is allowed by the 'core' kubernetes server | `true` |
| `leaderElect` | Enable or disable leader elect | `true` |
| `featureGates` | Enable or disable feature gates | `SocketConnection=true,Deployer=true,FeedInUseProtection=true,FeedInventory=true,ClusterInit=false` |
| `kubeAPI.burst` | Kubernetes API client Burst limit to use while talking with 'core' kubernetes apiserver | `100` |
| `kubeAPI.qps` | Kubernetes API client QPS limit to use while talking with the 'core' kubernetes apiserver | `50.0` |
| `extraArgs` | Additional command line arguments to pass to clusternet-controller-manager | `{}` |
| `resources.limits` | The resources limits for the container | `{}` |
| `resources.requests` | The requested resources for the container | `{}` |
| `nodeSelector` | Node labels for pod assignment | `{}` |
| `priorityClassName` | Set Priority Class Name to allow priority control over other pods | `""` |
| `hostNetwork` | Specify whether to use the host's networking stack | `false` |
| `tolerations` | Tolerations for pod assignment | `[]` |
| `podAffinityPreset` | Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` |
| `nodeAffinityPreset.type` | Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` |
| `nodeAffinityPreset.key` | Node label key to match. Ignored if `affinity` is set. | `""` |
| `nodeAffinityPreset.values` | Node label values to match. Ignored if `affinity` is set. | `[]` |
| `affinity` | Affinity for pod assignment | `{}` |

4 changes: 2 additions & 2 deletions 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.16.0
tag: v0.17.1
## 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 All @@ -61,7 +61,7 @@ anonymousAuthSupported: true
## @param leaderElect Enable or disable leader elect
leaderElect: true
## @param featureGates Enable or disable feature gates
featureGates: "SocketConnection=true,Deployer=true,FeedInUseProtection=true,FeedInventory=true"
featureGates: "SocketConnection=true,Deployer=true,FeedInUseProtection=true,FeedInventory=true,ClusterInit=false"
## @param kubeAPI.burst Kubernetes API client Burst limit to use while talking with 'core' kubernetes apiserver
## @param kubeAPI.qps Kubernetes API client QPS limit to use while talking with the 'core' kubernetes apiserver
kubeAPI:
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.13.0
version: 0.14.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.
# It is recommended to use it with quotes.
appVersion: "v0.16.0"
appVersion: "v0.17.1"
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.16.0` |
| `image.tag` | clusternet-hub image tag (immutable tags are recommended) | `v0.17.1` |
| `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
Loading

0 comments on commit e0682d1

Please sign in to comment.