Skip to content

Commit

Permalink
Forward merge from release/kubernetes-agent/v1 (#302)
Browse files Browse the repository at this point in the history
Co-authored-by: Octopus Build Agent <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Aug 27, 2024
1 parent 4620523 commit 175382f
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/brown-actors-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"kubernetes-agent": patch
---

Forward merge from release/kubernetes-agent/v1 version `1.16.1`. Includes all changes in `1.16.1`
6 changes: 6 additions & 0 deletions charts/kubernetes-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ Version 2 has breaking changes and upgrading from Version 1 requires manual migr

- 05fa04c: Creating Kubernetes Agent v2 alpha prerelease

## 1.16.1

### Patch Changes

- d2f8ec0: Bump kubernetes-agent-nfs-watchdog default tag to 0.2.0

## 1.16.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion charts/kubernetes-agent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ This is documented [here](./migrations.md).
| persistence.nfs.metadata | object | `{"annotations":{},"labels":{}}` | Additional metadata to add to the NFS pod & container |
| persistence.nfs.tolerations | list | `[]` | The tolerations to apply to the NFS pod |
| persistence.nfs.watchdog.enabled | bool | `true` | If enabled, the NFS watchdog will monitor NFS availability and restart Tentacle and Script Pods if the NFS server is unresponsive |
| persistence.nfs.watchdog.image | object | `{"pullPolicy":"IfNotPresent","repository":"octopusdeploy/kubernetes-agent-nfs-watchdog","tag":"0.1.0"}` | The repository, pullPolicy & tag to use for the NFS watchdog |
| persistence.nfs.watchdog.image | object | `{"pullPolicy":"IfNotPresent","repository":"octopusdeploy/kubernetes-agent-nfs-watchdog","tag":"0.2.0"}` | The repository, pullPolicy & tag to use for the NFS watchdog |
| persistence.nfs.watchdog.initial_backoff_seconds | string | `""` | The initial backoff time in seconds to retry failed NFS checks @default 0.5 |
| persistence.nfs.watchdog.loop_seconds | string | `""` | The frequency in seconds to check the NFS server @default 5 |
| persistence.nfs.watchdog.timeout_seconds | string | `""` | The total time to retry failed NFS checks before giving up and deleting the pod @default 10 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ should match snapshot:
- name: OCTOPUS__K8STENTACLE__DISABLEPODEVENTSINTASKLOG
value: "false"
- name: OCTOPUS__K8STENTACLE__NFSWATCHDOGIMAGE
value: octopusdeploy/kubernetes-agent-nfs-watchdog:0.1.0
value: octopusdeploy/kubernetes-agent-nfs-watchdog:0.2.0
- name: OCTOPUS__TENTACLE__LOGLEVEL
value: Info
- name: TentacleHome
Expand Down Expand Up @@ -125,7 +125,7 @@ should match snapshot:
- env:
- name: watchdog_directory
value: /octopus
image: octopusdeploy/kubernetes-agent-nfs-watchdog:0.1.0
image: octopusdeploy/kubernetes-agent-nfs-watchdog:0.2.0
imagePullPolicy: IfNotPresent
name: nfs-watchdog
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion charts/kubernetes-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ persistence:
image:
repository: octopusdeploy/kubernetes-agent-nfs-watchdog
pullPolicy: IfNotPresent
tag: "0.1.0"
tag: "0.2.0"

# Used for integration testing to avoid registering with a real Octopus Server
# @ignored
Expand Down

0 comments on commit 175382f

Please sign in to comment.