Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/violet-games-send.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"kubernetes-agent": minor
"kubernetes-monitor": minor
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not 100% sure if this will chuck a hissy fit or just ignore it - changesets has no concept of the monitor as a versioned entity

---

Enable PVM for Agent secrets
6 changes: 3 additions & 3 deletions charts/kubernetes-agent/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: kubernetes-monitor-chart
repository: oci://docker.io/octopusdeploy
version: 0.22.0
digest: sha256:fc07f06fc0ba6b0a0191dfceb31fbf7f6f33544097539e793e15357520ab4cf6
generated: "2025-11-24T15:30:08.088071+10:00"
version: 0.23.0
digest: sha256:f1878989e57b4d1913803619b71271f53354234699ecdf5c7d073f16e8525085
generated: "2025-12-10T16:42:47.865765+11:00"
2 changes: 1 addition & 1 deletion charts/kubernetes-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ maintainers:
url: "https://octopus.com"
dependencies:
- name: kubernetes-monitor-chart
version: "0.22.0"
version: "0.23.0"
repository: "oci://docker.io/octopusdeploy"
condition: kubernetesMonitor.enabled
alias: kubernetesMonitor
Expand Down
4 changes: 3 additions & 1 deletion charts/kubernetes-agent/kubernetes-monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ The Kubernetes Monitor Helm chart follows [Semantic Versioning](https://semver.o
| registration.serviceAccount.automountServiceAccountToken | bool | `true` | Auto-mount service account token |
| registration.serviceAccount.create | bool | `true` | Specifies whether a service account should be created for the registration hook |
| registration.serviceAccount.name | string | `""` | Custom service account name |
| registration.serviceAccount.projectedVolumeDefaultMode | int | `292` | Default file mode for projected volume (only used when automountServiceAccountToken is false) Uses octal notation. Default: 0444 |
| registration.spaceId | string | `""` | The space id that the monitor is registering with |

### Other Values
Expand All @@ -75,6 +76,7 @@ The Kubernetes Monitor Helm chart follows [Semantic Versioning](https://semver.o
| serviceAccount.automountServiceAccountToken | bool | `true` | Auto-mount service account token or not |
| serviceAccount.create | bool | `true` | Specifies whether a service account should be created |
| serviceAccount.name | string | `""` | Custom service account name |
| serviceAccount.projectedVolumeDefaultMode | int | `292` | Default file mode for projected volume (only used when automountServiceAccountToken is false) Uses octal notation. Default: 0444 |
| tolerations | list | `[]` | Custom tolerations for kubernetes monitor pods |

Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs)
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs)