Skip to content

Commit a988fb3

Browse files
authored
2 parents 224c063 + d74372f commit a988fb3

10 files changed

+17
-12
lines changed

.changeset/rude-terms-fold.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"kubernetes-agent": minor
3+
---
4+
5+
Updated tentacle to fix issue with registering agent behind a proxy

charts/kubernetes-agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ maintainers:
1111
type: application
1212
version: "1.20.1"
1313
# This version number should be the same as the agent.image.tag value as this is the primary application version
14-
appVersion: "8.2.2585"
14+
appVersion: "8.3.2727"

charts/kubernetes-agent/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# kubernetes-agent
22

3-
![Version: 1.20.1](https://img.shields.io/badge/Version-1.20.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.2.2585](https://img.shields.io/badge/AppVersion-8.2.2585-informational?style=flat-square) ![Octopus Deploy Version: 2024.2.6580+](https://img.shields.io/badge/Octopus_Deploy-2024.2.6580%2B-2F93E0?style=flat-square&logo=octopusdeploy&logoColor=%232F93E0&logoSize=auto)
3+
![Version: 1.20.1](https://img.shields.io/badge/Version-1.20.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.3.2727](https://img.shields.io/badge/AppVersion-8.3.2727-informational?style=flat-square) ![Octopus Deploy Version: 2024.2.6580+](https://img.shields.io/badge/Octopus_Deploy-2024.2.6580%2B-2F93E0?style=flat-square&logo=octopusdeploy&logoColor=%232F93E0&logoSize=auto)
44

55
A Helm chart for the Octopus Kubernetes Agent
66

@@ -31,7 +31,7 @@ A Helm chart for the Octopus Kubernetes Agent
3131
| agent.debug.disableAutoPodCleanup | bool | `false` | Disables automatic pod cleanup |
3232
| agent.defaultNamespace | string | `""` | The default Kubernetes namespace for deployments |
3333
| agent.enableMetricsCapture | bool | `true` | True if events should be scraped and added to the metrics config map |
34-
| agent.image | object | `{"pullPolicy":"IfNotPresent","repository":"octopusdeploy/kubernetes-agent-tentacle","tag":"8.2.2585","tagSuffix":""}` | The repository, pullPolicy, tag & tagSuffix to use for the agent image |
34+
| agent.image | object | `{"pullPolicy":"IfNotPresent","repository":"octopusdeploy/kubernetes-agent-tentacle","tag":"8.3.2727","tagSuffix":""}` | The repository, pullPolicy, tag & tagSuffix to use for the agent image |
3535
| agent.logLevel | string | `"Info"` | The log level of the agent. Logs are written to the pod logs as well as to file |
3636
| agent.machinePolicyName | string | `""` | The machine policy to register the agent with |
3737
| agent.metadata | object | `{"annotations":{},"labels":{}}` | Additional metadata to add to the agent pod & container |

charts/kubernetes-agent/tests/__snapshot__/auto-upgrader-serviceaccount_test.yaml.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ should match snapshot:
88
app.kubernetes.io/instance: RELEASE-NAME
99
app.kubernetes.io/managed-by: Helm
1010
app.kubernetes.io/name: octopus-agent
11-
app.kubernetes.io/version: 8.2.2585
11+
app.kubernetes.io/version: 8.3.2727
1212
helm.sh/chart: kubernetes-agent-1.20.1
1313
name: octopus-agent-auto-upgrader
1414
namespace: NAMESPACE

charts/kubernetes-agent/tests/__snapshot__/pod-serviceaccount_test.yaml.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ should match snapshot:
88
app.kubernetes.io/instance: RELEASE-NAME
99
app.kubernetes.io/managed-by: Helm
1010
app.kubernetes.io/name: octopus-agent
11-
app.kubernetes.io/version: 8.2.2585
11+
app.kubernetes.io/version: 8.3.2727
1212
helm.sh/chart: kubernetes-agent-1.20.1
1313
name: octopus-agent-scripts
1414
namespace: NAMESPACE

charts/kubernetes-agent/tests/__snapshot__/tentacle-deployment_test.yaml.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ should match snapshot:
77
app.kubernetes.io/instance: RELEASE-NAME
88
app.kubernetes.io/managed-by: Helm
99
app.kubernetes.io/name: octopus-agent
10-
app.kubernetes.io/version: 8.2.2585
10+
app.kubernetes.io/version: 8.3.2727
1111
helm.sh/chart: kubernetes-agent-1.20.1
1212
name: octopus-agent-tentacle
1313
namespace: NAMESPACE
@@ -23,7 +23,7 @@ should match snapshot:
2323
app.kubernetes.io/instance: RELEASE-NAME
2424
app.kubernetes.io/managed-by: Helm
2525
app.kubernetes.io/name: octopus-agent
26-
app.kubernetes.io/version: 8.2.2585
26+
app.kubernetes.io/version: 8.3.2727
2727
helm.sh/chart: kubernetes-agent-1.20.1
2828
spec:
2929
affinity:
@@ -100,7 +100,7 @@ should match snapshot:
100100
value: '{"nodeAffinity":{"requiredDuringSchedulingIgnoredDuringExecution":{"nodeSelectorTerms":[{"matchExpressions":[{"key":"kubernetes.io/os","operator":"In","values":["linux"]},{"key":"kubernetes.io/arch","operator":"In","values":["arm64","amd64"]}]}]}}}'
101101
- name: OCTOPUS__K8STENTACLE__PERSISTENTVOLUMESIZE
102102
value: 10Gi
103-
image: octopusdeploy/kubernetes-agent-tentacle:8.2.2585
103+
image: octopusdeploy/kubernetes-agent-tentacle:8.3.2727
104104
imagePullPolicy: IfNotPresent
105105
name: octopus-agent-tentacle
106106
resources:

charts/kubernetes-agent/tests/__snapshot__/tentacle-pvc_test.yaml.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ should match snapshot when storageClassName is set:
77
app.kubernetes.io/instance: RELEASE-NAME
88
app.kubernetes.io/managed-by: Helm
99
app.kubernetes.io/name: octopus-agent
10-
app.kubernetes.io/version: 8.2.2585
10+
app.kubernetes.io/version: 8.3.2727
1111
helm.sh/chart: kubernetes-agent-1.20.1
1212
name: octopus-agent-RELEASE-NAME-pvc
1313
spec:

charts/kubernetes-agent/tests/__snapshot__/tentacle-serviceaccount_test.yaml.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ should match snapshot:
88
app.kubernetes.io/instance: RELEASE-NAME
99
app.kubernetes.io/managed-by: Helm
1010
app.kubernetes.io/name: octopus-agent
11-
app.kubernetes.io/version: 8.2.2585
11+
app.kubernetes.io/version: 8.3.2727
1212
helm.sh/chart: kubernetes-agent-1.20.1
1313
name: octopus-agent-tentacle
1414
namespace: NAMESPACE

charts/kubernetes-agent/tests/tentacle-deployment_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,4 +266,4 @@ tests:
266266
asserts:
267267
- equal:
268268
path: spec.template.spec.containers[0].image
269-
value: "octopusdeploy/kubernetes-agent-tentacle:8.2.2585-bullseye-slim"
269+
value: "octopusdeploy/kubernetes-agent-tentacle:8.3.2727-bullseye-slim"

charts/kubernetes-agent/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ agent:
103103
image:
104104
repository: octopusdeploy/kubernetes-agent-tentacle
105105
pullPolicy: IfNotPresent
106-
tag: "8.2.2585"
106+
tag: "8.3.2727"
107107
tagSuffix: ""
108108

109109
# -- Credentials used during agent-upgrade tasks. To be populated if encountering rate-limiting failures.

0 commit comments

Comments
 (0)