diff --git a/README.md b/README.md index 4654de4..4ef2822 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,8 @@ The following table lists the configurable parameters of the Qpoint TAP chart an | `resources.requests.memory` | Memory resource request | `128Mi` | Valid Kubernetes memory resource | | `volumes` | Additional volumes | See values.yaml | List of volume definitions | | `volumeMounts` | Additional volume mounts | See values.yaml | List of volume mount definitions | +| `integrations.containerd.enabled` | Enable containerd integration | `true` | `true`, `false` | +| `integrations.containerd.hostSocketPath` | Path to containerd socket on host | `/run/containerd/containerd.sock` | Valid file path | | `nodeSelector` | Node labels for pod assignment | `{}` | Valid node selector | | `tolerations` | Tolerations for pod assignment | `[]` | List of tolerations | | `affinity` | Affinity rules for pod assignment | `{}` | Valid affinity rules | diff --git a/charts/qpoint-tap/Chart.yaml b/charts/qpoint-tap/Chart.yaml index f20efc1..c7f26fe 100644 --- a/charts/qpoint-tap/Chart.yaml +++ b/charts/qpoint-tap/Chart.yaml @@ -8,10 +8,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: 0.0.22 +version: 0.0.23 # 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.6.3" +appVersion: "v0.7.0"