Skip to content

Commit

Permalink
Update Kubernetes Agent readme with Octopus Deploy version
Browse files Browse the repository at this point in the history
  • Loading branch information
APErebus committed May 13, 2024
1 parent 8707f58 commit c0df763
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
12 changes: 9 additions & 3 deletions charts/kubernetes-agent/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# kubernetes-agent

![Version: 1.0.4](https://img.shields.io/badge/Version-1.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.1.1617](https://img.shields.io/badge/AppVersion-8.1.1617-informational?style=flat-square)

![Version: 1.0.4](https://img.shields.io/badge/Version-1.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.1.1617](https://img.shields.io/badge/AppVersion-8.1.1617-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)

A Helm chart for the Octopus Kubernetes Agent

**Homepage:** <https://octopus.com>
**Homepage:** <https://octopus.com>
**Documentation:** [https://octopus.com/docs/](https://octopus.com/docs/infrastructure/deployment-targets/kubernetes/kubernetes-agent)

## Maintainers

Expand Down Expand Up @@ -73,4 +75,8 @@ A Helm chart for the Octopus Kubernetes Agent
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| imagePullSecrets | list | `[]` | custom registry pullSecret<br> See https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod |
| nameOverride | string | `""` | Override the name of the app |
| nameOverride | string | `""` | Override the name of the app |


----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
9 changes: 6 additions & 3 deletions charts/kubernetes-agent/README.md.gotmpl
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{{ template "chart.header" . }}

{{ template "chart.badgesSection" . }}
{{ template "chart.badgesSection" . }}![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)

{{ template "chart.description" . }}

{{ template "chart.homepageLine" . }}
{{ template "chart.homepageLine" . }}
**Documentation:** [https://octopus.com/docs/](https://octopus.com/docs/infrastructure/deployment-targets/kubernetes/kubernetes-agent)

{{ template "chart.maintainersSection" . }}

{{ template "chart.sourcesSection" . }}

{{ template "chart.valuesSection" . }}
{{ template "chart.valuesSection" . }}

{{ template "helm-docs.versionFooter" . }}

0 comments on commit c0df763

Please sign in to comment.