Skip to content

Commit b6ab752

Browse files
Sync appVersion: 0.30.0
1 parent fb23faa commit b6ab752

File tree

6 files changed

+20
-8
lines changed

6 files changed

+20
-8
lines changed

charts/agent-docker/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [UNRELEASED]
1111

12+
## [v0.5.26]
13+
14+
### Updated
15+
16+
- Bumping chart version to v0.5.26 for scalr-agent v0.30.0
17+
1218
## [v0.5.25]
1319

1420
### Updated

charts/agent-docker/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: |
55
where runs are executed in [dind](https://hub.docker.com/_/docker) sidecar container.
66
Run phases are isolated into docker containers.
77
type: application
8-
version: 0.5.25
9-
appVersion: 0.29.0
8+
version: 0.5.26
9+
appVersion: 0.30.0
1010
home: https://github.com/Scalr/agent-helm/tree/master/charts/agent-docker
1111
maintainers:
1212
- name: scalr

charts/agent-docker/README.md

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

3-
![Version: 0.5.25](https://img.shields.io/badge/Version-0.5.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.29.0](https://img.shields.io/badge/AppVersion-0.29.0-informational?style=flat-square)
3+
![Version: 0.5.26](https://img.shields.io/badge/Version-0.5.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.30.0](https://img.shields.io/badge/AppVersion-0.30.0-informational?style=flat-square)
44

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

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

charts/agent-k8s/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [UNRELEASED]
1111

12+
## [v0.5.26]
13+
14+
### Updated
15+
16+
- Bumping chart version to v0.5.26 for scalr-agent v0.30.0
17+
1218
## [v0.5.25]
1319

1420
### Updated

charts/agent-k8s/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ description: |
1010
> It has many advantages over the [`agent-docker`](/charts/agent-docker) chart and
1111
> would eventually replace it.
1212
type: application
13-
version: 0.5.25
14-
appVersion: 0.29.0
13+
version: 0.5.26
14+
appVersion: 0.30.0
1515
home: https://github.com/Scalr/agent-helm/tree/master/charts/agent-k8s
1616
maintainers:
1717
- name: scalr

charts/agent-k8s/README.md

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

3-
![Version: 0.5.25](https://img.shields.io/badge/Version-0.5.25-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.29.0](https://img.shields.io/badge/AppVersion-0.29.0-informational?style=flat-square)
3+
![Version: 0.5.26](https://img.shields.io/badge/Version-0.5.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.30.0](https://img.shields.io/badge/AppVersion-0.30.0-informational?style=flat-square)
44

55
A Helm chart for the scalr-agent deployment on the Kubernetes cluster,
66
where runs are executed in Pods in the same cluster.
@@ -185,4 +185,4 @@ If your cluster doesn't currently support egress NetworkPolicies, you may need t
185185
| 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` |
186186

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

0 commit comments

Comments
 (0)