Skip to content

Commit

Permalink
Sync appVersion: 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 11, 2024
1 parent 5179585 commit 96dfab2
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 deletions.
6 changes: 6 additions & 0 deletions charts/agent-docker/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

## [v0.5.19]

### Updated

- Bumping chart version to v0.5.19 for scalr-agent v0.25.0

## [v0.5.18]

### Updated
Expand Down
4 changes: 2 additions & 2 deletions charts/agent-docker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ description: |
where runs are executed in [dind](https://hub.docker.com/_/docker) sidecar container.
Run phases are isolated into docker containers.
type: application
version: 0.5.18
appVersion: 0.24.0
version: 0.5.19
appVersion: 0.25.0
home: https://github.com/Scalr/agent-helm/tree/master/charts/agent-docker
maintainers:
- name: scalr
Expand Down
4 changes: 2 additions & 2 deletions charts/agent-docker/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# agent-docker

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

A Helm chart for the scalr-agent deployment on ths Kubernetes cluster,
where runs are executed in [dind](https://hub.docker.com/_/docker) sidecar container.
Expand Down Expand Up @@ -59,4 +59,4 @@ Multiple Deployments can be created within a single Kubernetes cluster.
| tolerations | list | `[]` | Tolerations for the Scalr Agent pods, allowing them to run on tainted nodes |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
6 changes: 6 additions & 0 deletions charts/agent-k8s/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

## [v0.5.19]

### Updated

- Bumping chart version to v0.5.19 for scalr-agent v0.25.0

- Added the option to mount the EFS filesystem to the EKS cluster as the `agent.data_home` directory.
- Added the option to enable automatic mounting of service account tokens into the agent task pods.
- Added `agent.tokenExistingSecretKey` option to specify the custom secret key for the agent token.
Expand Down
4 changes: 2 additions & 2 deletions charts/agent-k8s/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ description: |
> It has many advantages over the [`agent-docker`](/charts/agent-docker) chart and
> would eventually replace it.
type: application
version: 0.5.18
appVersion: 0.24.0
version: 0.5.19
appVersion: 0.25.0
home: https://github.com/Scalr/agent-helm/tree/master/charts/agent-k8s
maintainers:
- name: scalr
Expand Down
4 changes: 2 additions & 2 deletions charts/agent-k8s/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# agent-k8s

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

A Helm chart for the scalr-agent deployment on the Kubernetes cluster,
where runs are executed in Pods in the same cluster.
Expand Down Expand Up @@ -164,4 +164,4 @@ as its data home.
| workerTolerations | list | `[]` | Kubernetes Node Tolerations for the agent worker and the agent task pods. Expects input structure as per specification <https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#toleration-v1-core>. Example: `--set workerTolerations[0].operator=Equal,workerTolerations[0].effect=NoSchedule,workerTolerations[0].key=dedicated,workerTolerations[0].value=scalr-agent-worker-pool` |

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

0 comments on commit 96dfab2

Please sign in to comment.