diff --git a/charts/connector/Chart.yaml b/charts/connector/Chart.yaml index 21447f94..cfeac1b6 100644 --- a/charts/connector/Chart.yaml +++ b/charts/connector/Chart.yaml @@ -16,10 +16,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.9 +version: 1.3.10 # 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.9" +appVersion: "1.3.10" diff --git a/charts/connector/README.md b/charts/connector/README.md index 82dbad14..a6d48d31 100644 --- a/charts/connector/README.md +++ b/charts/connector/README.md @@ -1,6 +1,6 @@ # Flomesh Service Mesh Helm Chart -![Version: 1.3.9](https://img.shields.io/badge/Version-1.3.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.9](https://img.shields.io/badge/AppVersion-1.3.9-informational?style=flat-square) +![Version: 1.3.10](https://img.shields.io/badge/Version-1.3.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.10](https://img.shields.io/badge/AppVersion-1.3.10-informational?style=flat-square) A Helm chart to install the [fsm](https://github.com/flomesh-io/fsm) control plane on Kubernetes. @@ -98,7 +98,7 @@ The following table lists the configurable parameters of the fsm chart and their | fsm.image.name.fsmCurl | string | `"fsm-curl"` | fsm-curl's image name | | fsm.image.pullPolicy | string | `"IfNotPresent"` | Container image pull policy for control plane containers | | fsm.image.registry | string | `"flomesh"` | Container image registry for control plane images | -| fsm.image.tag | string | `"1.3.9"` | Container image tag for control plane images | +| fsm.image.tag | string | `"1.3.10"` | Container image tag for control plane images | | fsm.imagePullSecrets | list | `[]` | `fsm-connector` image pull secret | | fsm.meshName | string | `"fsm"` | Identifier for the instance of a service mesh within a cluster | | fsm.trustDomain | string | `"cluster.local"` | The trust domain to use as part of the common name when requesting new certificates. | diff --git a/charts/connector/values.yaml b/charts/connector/values.yaml index 048729bf..c6e04485 100644 --- a/charts/connector/values.yaml +++ b/charts/connector/values.yaml @@ -7,7 +7,7 @@ fsm: # -- Container image pull policy for control plane containers pullPolicy: IfNotPresent # -- Container image tag for control plane images - tag: "1.3.9" + tag: "1.3.10" # -- Image name defaults name: # -- fsm-connector's image name diff --git a/charts/fsm/Chart.yaml b/charts/fsm/Chart.yaml index de701b04..b12e7a54 100644 --- a/charts/fsm/Chart.yaml +++ b/charts/fsm/Chart.yaml @@ -14,11 +14,11 @@ 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. -version: 1.3.9 +version: 1.3.10 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: v1.3.9 +appVersion: v1.3.10 # This specifies the minimum Kubernetes version FSM is compatible with. kubeVersion: ">= 1.19.0-0" \ No newline at end of file diff --git a/charts/fsm/README.md b/charts/fsm/README.md index e26bcb7f..c2fa8539 100644 --- a/charts/fsm/README.md +++ b/charts/fsm/README.md @@ -1,6 +1,6 @@ # Flomesh Service Mesh Helm Chart -![Version: 1.3.9](https://img.shields.io/badge/Version-1.3.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.3.9](https://img.shields.io/badge/AppVersion-v1.3.9-informational?style=flat-square) +![Version: 1.3.10](https://img.shields.io/badge/Version-1.3.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.3.10](https://img.shields.io/badge/AppVersion-v1.3.10-informational?style=flat-square) A Helm chart to install the [fsm](https://github.com/flomesh-io/fsm) control plane on Kubernetes. @@ -320,7 +320,7 @@ The following table lists the configurable parameters of the fsm chart and their | fsm.image.name.fsmSidecarInit | string | `"fsm-sidecar-init"` | Sidecar init container's image name | | fsm.image.pullPolicy | string | `"IfNotPresent"` | Container image pull policy for control plane containers | | fsm.image.registry | string | `"flomesh"` | Container image registry for control plane images | -| fsm.image.tag | string | `"1.3.9"` | Container image tag for control plane images | +| fsm.image.tag | string | `"1.3.10"` | Container image tag for control plane images | | fsm.imagePullSecrets | list | `[]` | `fsm-controller` image pull secret | | fsm.inboundPortExclusionList | list | `[]` | Specifies a global list of ports to exclude from inbound traffic interception by the sidecar proxy. If specified, must be a list of positive integers. | | fsm.injector.affinity.nodeAffinity.requiredDuringSchedulingIgnoredDuringExecution.nodeSelectorTerms[0].matchExpressions[0].key | string | `"kubernetes.io/os"` | | diff --git a/charts/fsm/values.schema.json b/charts/fsm/values.schema.json index 8d9eb396..df171945 100644 --- a/charts/fsm/values.schema.json +++ b/charts/fsm/values.schema.json @@ -852,7 +852,7 @@ "title": "The codebase schema for pipy repo server", "description": "Codebase is the folder used by fsmController.", "examples": [ - "/fsm1.3.9" + "/fsm1.3.10" ] } } diff --git a/charts/fsm/values.yaml b/charts/fsm/values.yaml index d8d249ac..9e3c67a2 100644 --- a/charts/fsm/values.yaml +++ b/charts/fsm/values.yaml @@ -12,7 +12,7 @@ fsm: # -- Container image pull policy for control plane containers pullPolicy: IfNotPresent # -- Container image tag for control plane images - tag: "1.3.9" + tag: "1.3.10" # -- Image name defaults name: # -- fsm-controller's image name diff --git a/charts/gateway/Chart.yaml b/charts/gateway/Chart.yaml index d27f0338..c0a01e6c 100644 --- a/charts/gateway/Chart.yaml +++ b/charts/gateway/Chart.yaml @@ -16,10 +16,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.9 +version: 1.3.10 # 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.9" +appVersion: "1.3.10" diff --git a/charts/gateway/README.md b/charts/gateway/README.md index 61747cda..b4ea5c4e 100644 --- a/charts/gateway/README.md +++ b/charts/gateway/README.md @@ -1,6 +1,6 @@ # Flomesh Service Mesh Helm Chart -![Version: 1.3.9](https://img.shields.io/badge/Version-1.3.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.9](https://img.shields.io/badge/AppVersion-1.3.9-informational?style=flat-square) +![Version: 1.3.10](https://img.shields.io/badge/Version-1.3.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.10](https://img.shields.io/badge/AppVersion-1.3.10-informational?style=flat-square) A Helm chart to install the [fsm](https://github.com/flomesh-io/fsm) control plane on Kubernetes. @@ -105,7 +105,7 @@ The following table lists the configurable parameters of the fsm chart and their | fsm.image.name.fsmGateway | string | `"fsm-gateway"` | fsm-gateway's image name | | fsm.image.pullPolicy | string | `"IfNotPresent"` | Container image pull policy for control plane containers | | fsm.image.registry | string | `"flomesh"` | Container image registry for control plane images | -| fsm.image.tag | string | `"1.3.9"` | Container image tag for control plane images | +| fsm.image.tag | string | `"1.3.10"` | Container image tag for control plane images | | fsm.imagePullSecrets | list | `[]` | `fsm-gateway` image pull secret | | fsm.meshName | string | `"fsm"` | Identifier for the instance of a service mesh within a cluster | diff --git a/charts/gateway/values.yaml b/charts/gateway/values.yaml index 1e89ee28..a80e4b98 100644 --- a/charts/gateway/values.yaml +++ b/charts/gateway/values.yaml @@ -7,7 +7,7 @@ fsm: # -- Container image pull policy for control plane containers pullPolicy: IfNotPresent # -- Container image tag for control plane images - tag: "1.3.9" + tag: "1.3.10" # -- Image name defaults name: # -- fsm-gateway's image name diff --git a/charts/namespaced-ingress/Chart.yaml b/charts/namespaced-ingress/Chart.yaml index ebe59c90..9042f57b 100644 --- a/charts/namespaced-ingress/Chart.yaml +++ b/charts/namespaced-ingress/Chart.yaml @@ -16,10 +16,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.9 +version: 1.3.10 # 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.9" +appVersion: "1.3.10" diff --git a/charts/namespaced-ingress/README.md b/charts/namespaced-ingress/README.md index f94f5c59..3bcc011b 100644 --- a/charts/namespaced-ingress/README.md +++ b/charts/namespaced-ingress/README.md @@ -1,6 +1,6 @@ # Flomesh Service Mesh Helm Chart -![Version: 1.3.9](https://img.shields.io/badge/Version-1.3.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.9](https://img.shields.io/badge/AppVersion-1.3.9-informational?style=flat-square) +![Version: 1.3.10](https://img.shields.io/badge/Version-1.3.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.3.10](https://img.shields.io/badge/AppVersion-1.3.10-informational?style=flat-square) A Helm chart to install the [fsm](https://github.com/flomesh-io/fsm) control plane on Kubernetes. @@ -96,7 +96,7 @@ The following table lists the configurable parameters of the fsm chart and their | fsm.image.name.fsmIngress | string | `"fsm-ingress"` | fsm-ingress's image name | | fsm.image.pullPolicy | string | `"IfNotPresent"` | Container image pull policy for control plane containers | | fsm.image.registry | string | `"flomesh"` | Container image registry for control plane images | -| fsm.image.tag | string | `"1.3.9"` | Container image tag for control plane images | +| fsm.image.tag | string | `"1.3.10"` | Container image tag for control plane images | | fsm.imagePullSecrets | list | `[]` | `fsm-controller` image pull secret | | fsm.meshName | string | `"fsm"` | Identifier for the instance of a service mesh within a cluster | diff --git a/charts/namespaced-ingress/values.yaml b/charts/namespaced-ingress/values.yaml index 96af65f5..760b74e3 100644 --- a/charts/namespaced-ingress/values.yaml +++ b/charts/namespaced-ingress/values.yaml @@ -7,7 +7,7 @@ fsm: # -- Container image pull policy for control plane containers pullPolicy: IfNotPresent # -- Container image tag for control plane images - tag: "1.3.9" + tag: "1.3.10" # -- Image name defaults name: # -- fsm-ingress's image name