Skip to content

Commit

Permalink
release (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfriesen authored Feb 11, 2025
1 parent bc3d61d commit e8787da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
4 changes: 2 additions & 2 deletions charts/qpoint-tap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit e8787da

Please sign in to comment.