From 06f7fb35b2d22f95ef58355a663f8d73a30f57ae Mon Sep 17 00:00:00 2001 From: Shubham Chaudhary Date: Mon, 16 Sep 2024 22:20:40 +0530 Subject: [PATCH] chore(3.11.0): Add the helm charts for 3.11.0 version (#402) Signed-off-by: Shubham Chaudhary --- charts/kube-aws/Chart.yaml | 4 ++-- charts/kube-aws/README.md | 2 +- charts/kube-azure/Chart.yaml | 4 ++-- charts/kube-azure/README.md | 4 ++-- charts/kube-azure/values.yaml | 2 +- charts/kube-gcp/Chart.yaml | 4 ++-- charts/kube-gcp/README.md | 4 ++-- charts/kube-gcp/values.yaml | 2 +- charts/kubernetes-chaos/Chart.yaml | 4 ++-- charts/kubernetes-chaos/README.md | 8 ++++---- charts/kubernetes-chaos/values.yaml | 6 +++--- charts/litmus-core/Chart.yaml | 4 ++-- charts/litmus-core/README.md | 8 ++++---- charts/litmus-core/values.yaml | 6 +++--- 14 files changed, 31 insertions(+), 31 deletions(-) diff --git a/charts/kube-aws/Chart.yaml b/charts/kube-aws/Chart.yaml index 0920c59b..7b666ba5 100644 --- a/charts/kube-aws/Chart.yaml +++ b/charts/kube-aws/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "3.10.0" +appVersion: "3.11.0" description: A Helm chart to install litmus aws chaos experiments name: kube-aws -version: 3.10.0 +version: 3.11.0 home: https://litmuschaos.io sources: - https://github.com/litmuschaos/litmus diff --git a/charts/kube-aws/README.md b/charts/kube-aws/README.md index d44bb6d8..0018ff51 100644 --- a/charts/kube-aws/README.md +++ b/charts/kube-aws/README.md @@ -1,6 +1,6 @@ # kube-aws -![Version: 3.10.0](https://img.shields.io/badge/Version-3.10.0-informational?style=flat-square) ![AppVersion: 3.10.0](https://img.shields.io/badge/AppVersion-3.10.0-informational?style=flat-square) +![Version: 3.11.0](https://img.shields.io/badge/Version-3.11.0-informational?style=flat-square) ![AppVersion: 3.11.0](https://img.shields.io/badge/AppVersion-3.11.0-informational?style=flat-square) A Helm chart to install litmus aws chaos experiments diff --git a/charts/kube-azure/Chart.yaml b/charts/kube-azure/Chart.yaml index ccb3f4fc..f15b5929 100644 --- a/charts/kube-azure/Chart.yaml +++ b/charts/kube-azure/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "3.10.0" +appVersion: "3.11.0" description: A Helm chart to install litmus Azure chaos experiments name: kube-azure -version: 3.10.0 +version: 3.11.0 home: https://litmuschaos.io sources: - https://github.com/litmuschaos/litmus diff --git a/charts/kube-azure/README.md b/charts/kube-azure/README.md index 723dbc5d..12791e21 100644 --- a/charts/kube-azure/README.md +++ b/charts/kube-azure/README.md @@ -1,6 +1,6 @@ # kube-azure -![Version: 3.10.0](https://img.shields.io/badge/Version-3.10.0-informational?style=flat-square) ![AppVersion: 3.10.0](https://img.shields.io/badge/AppVersion-3.10.0-informational?style=flat-square) +![Version: 3.11.0](https://img.shields.io/badge/Version-3.11.0-informational?style=flat-square) ![AppVersion: 3.11.0](https://img.shields.io/badge/AppVersion-3.11.0-informational?style=flat-square) A Helm chart to install litmus Azure chaos experiments @@ -27,7 +27,7 @@ A Helm chart to install litmus Azure chaos experiments | fullnameOverride | string | `"kube-azure"` | | | image.litmusGO.pullPolicy | string | `"Always"` | | | image.litmusGO.repository | string | `"litmuschaos.docker.scarf.sh/litmuschaos/go-runner"` | | -| image.litmusGO.tag | string | `"3.10.0"` | | +| image.litmusGO.tag | string | `"3.11.0"` | | | nameOverride | string | `"kube-azure"` | | ---------------------------------------------- diff --git a/charts/kube-azure/values.yaml b/charts/kube-azure/values.yaml index 168da5e6..f96762b7 100644 --- a/charts/kube-azure/values.yaml +++ b/charts/kube-azure/values.yaml @@ -11,7 +11,7 @@ customLabels: {} image: litmusGO: repository: litmuschaos.docker.scarf.sh/litmuschaos/go-runner - tag: 3.10.0 + tag: 3.11.0 pullPolicy: Always experiments: diff --git a/charts/kube-gcp/Chart.yaml b/charts/kube-gcp/Chart.yaml index 7db08b36..9d270226 100644 --- a/charts/kube-gcp/Chart.yaml +++ b/charts/kube-gcp/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "3.10.0" +appVersion: "3.11.0" description: A Helm chart to install litmus gcp chaos experiments name: kube-gcp -version: 3.10.0 +version: 3.11.0 home: https://litmuschaos.io sources: - https://github.com/litmuschaos/litmus diff --git a/charts/kube-gcp/README.md b/charts/kube-gcp/README.md index 34215fca..dde053de 100644 --- a/charts/kube-gcp/README.md +++ b/charts/kube-gcp/README.md @@ -1,6 +1,6 @@ # kube-gcp -![Version: 3.10.0](https://img.shields.io/badge/Version-3.10.0-informational?style=flat-square) ![AppVersion: 3.10.0](https://img.shields.io/badge/AppVersion-3.10.0-informational?style=flat-square) +![Version: 3.11.0](https://img.shields.io/badge/Version-3.11.0-informational?style=flat-square) ![AppVersion: 3.11.0](https://img.shields.io/badge/AppVersion-3.11.0-informational?style=flat-square) A Helm chart to install litmus gcp chaos experiments @@ -27,7 +27,7 @@ A Helm chart to install litmus gcp chaos experiments | fullnameOverride | string | `"kube-gcp"` | | | image.litmusGO.pullPolicy | string | `"Always"` | | | image.litmusGO.repository | string | `"litmuschaos.docker.scarf.sh/litmuschaos/go-runner"` | | -| image.litmusGO.tag | string | `"3.10.0"` | | +| image.litmusGO.tag | string | `"3.11.0"` | | | nameOverride | string | `"kube-gcp"` | | ---------------------------------------------- diff --git a/charts/kube-gcp/values.yaml b/charts/kube-gcp/values.yaml index d41758d9..2dd3c6a5 100644 --- a/charts/kube-gcp/values.yaml +++ b/charts/kube-gcp/values.yaml @@ -11,7 +11,7 @@ customLabels: {} image: litmusGO: repository: litmuschaos.docker.scarf.sh/litmuschaos/go-runner - tag: 3.10.0 + tag: 3.11.0 pullPolicy: Always experiments: diff --git a/charts/kubernetes-chaos/Chart.yaml b/charts/kubernetes-chaos/Chart.yaml index 478fa651..3accc651 100644 --- a/charts/kubernetes-chaos/Chart.yaml +++ b/charts/kubernetes-chaos/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "3.10.0" +appVersion: "3.11.0" description: A Helm chart to install litmus chaos experiments for kubernetes category (chaos-chart) name: kubernetes-chaos -version: 3.10.0 +version: 3.11.0 home: https://litmuschaos.io sources: - https://github.com/litmuschaos/litmus diff --git a/charts/kubernetes-chaos/README.md b/charts/kubernetes-chaos/README.md index 04d67ffb..13e6639e 100644 --- a/charts/kubernetes-chaos/README.md +++ b/charts/kubernetes-chaos/README.md @@ -1,6 +1,6 @@ # kubernetes-chaos -![Version: 3.10.0](https://img.shields.io/badge/Version-3.10.0-informational?style=flat-square) ![AppVersion: 3.10.0](https://img.shields.io/badge/AppVersion-3.10.0-informational?style=flat-square) +![Version: 3.11.0](https://img.shields.io/badge/Version-3.11.0-informational?style=flat-square) ![AppVersion: 3.11.0](https://img.shields.io/badge/AppVersion-3.11.0-informational?style=flat-square) A Helm chart to install litmus chaos experiments for kubernetes category (chaos-chart) @@ -29,12 +29,12 @@ A Helm chart to install litmus chaos experiments for kubernetes category (chaos- | fullnameOverride | string | `"k8s"` | | | image.litmus.pullPolicy | string | `"Always"` | | | image.litmus.repository | string | `"litmuschaos.docker.scarf.sh/litmuschaos/ansible-runner"` | | -| image.litmus.tag | string | `"3.10.0"` | | +| image.litmus.tag | string | `"3.11.0"` | | | image.litmusGO.pullPolicy | string | `"Always"` | | | image.litmusGO.repository | string | `"litmuschaos.docker.scarf.sh/litmuschaos/go-runner"` | | -| image.litmusGO.tag | string | `"3.10.0"` | | +| image.litmusGO.tag | string | `"3.11.0"` | | | image.litmusLIBImage.repository | string | `"litmuschaos.docker.scarf.sh/litmuschaos/go-runner"` | | -| image.litmusLIBImage.tag | string | `"3.10.0"` | | +| image.litmusLIBImage.tag | string | `"3.11.0"` | | | nameOverride | string | `"k8s"` | | ---------------------------------------------- diff --git a/charts/kubernetes-chaos/values.yaml b/charts/kubernetes-chaos/values.yaml index 2efbb4c5..4bf58e81 100644 --- a/charts/kubernetes-chaos/values.yaml +++ b/charts/kubernetes-chaos/values.yaml @@ -11,17 +11,17 @@ customLabels: {} image: litmus: repository: litmuschaos.docker.scarf.sh/litmuschaos/ansible-runner - tag: 3.10.0 + tag: 3.11.0 pullPolicy: Always litmusGO: repository: litmuschaos.docker.scarf.sh/litmuschaos/go-runner - tag: 3.10.0 + tag: 3.11.0 pullPolicy: Always litmusLIBImage: repository: litmuschaos.docker.scarf.sh/litmuschaos/go-runner - tag: 3.10.0 + tag: 3.11.0 environment: # supported: 'docker', 'containerd', 'crio' diff --git a/charts/litmus-core/Chart.yaml b/charts/litmus-core/Chart.yaml index 94228520..81e102aa 100644 --- a/charts/litmus-core/Chart.yaml +++ b/charts/litmus-core/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "3.10.0" +appVersion: "3.11.0" description: A Helm chart to install litmus infra components on Kubernetes name: litmus-core -version: 3.10.0 +version: 3.11.0 home: https://litmuschaos.io sources: - https://github.com/litmuschaos/litmus diff --git a/charts/litmus-core/README.md b/charts/litmus-core/README.md index 18d248dc..e5970ef6 100644 --- a/charts/litmus-core/README.md +++ b/charts/litmus-core/README.md @@ -1,6 +1,6 @@ # litmus-core -![Version: 3.10.0](https://img.shields.io/badge/Version-3.10.0-informational?style=flat-square) ![AppVersion: 3.10.0](https://img.shields.io/badge/AppVersion-3.10.0-informational?style=flat-square) +![Version: 3.11.0](https://img.shields.io/badge/Version-3.11.0-informational?style=flat-square) ![AppVersion: 3.11.0](https://img.shields.io/badge/AppVersion-3.11.0-informational?style=flat-square) A Helm chart to install litmus infra components on Kubernetes @@ -28,7 +28,7 @@ A Helm chart to install litmus infra components on Kubernetes | exporter.enabled | bool | `false` | | | exporter.image.pullPolicy | string | `"Always"` | | | exporter.image.repository | string | `"litmuschaos.docker.scarf.sh/litmuschaos/chaos-exporter"` | | -| exporter.image.tag | string | `"3.10.0"` | | +| exporter.image.tag | string | `"3.11.0"` | | | exporter.nodeSelector | object | `{}` | | | exporter.priorityClassName | string | `nil` | | | exporter.resources | object | `{}` | | @@ -48,7 +48,7 @@ A Helm chart to install litmus infra components on Kubernetes | nodeSelector | object | `{}` | | | operator.image.pullPolicy | string | `"Always"` | | | operator.image.repository | string | `"litmuschaos.docker.scarf.sh/litmuschaos/chaos-operator"` | | -| operator.image.tag | string | `"3.10.0"` | | +| operator.image.tag | string | `"3.11.0"` | | | operatorMode | string | `"standard"` | | | operatorName | string | `"chaos-operator"` | | | policies.monitoring.disabled | bool | `false` | | @@ -58,7 +58,7 @@ A Helm chart to install litmus infra components on Kubernetes | resources.requests.cpu | string | `"100m"` | | | resources.requests.memory | string | `"128Mi"` | | | runner.image.repository | string | `"litmuschaos.docker.scarf.sh/litmuschaos/chaos-runner"` | | -| runner.image.tag | string | `"3.10.0"` | | +| runner.image.tag | string | `"3.11.0"` | | | service.port | int | `80` | | | service.type | string | `"ClusterIP"` | | | tolerations | list | `[]` | | diff --git a/charts/litmus-core/values.yaml b/charts/litmus-core/values.yaml index cd6c5c91..b820b785 100644 --- a/charts/litmus-core/values.yaml +++ b/charts/litmus-core/values.yaml @@ -15,12 +15,12 @@ replicaCount: 1 operator: image: repository: litmuschaos.docker.scarf.sh/litmuschaos/chaos-operator - tag: 3.10.0 + tag: 3.11.0 pullPolicy: Always runner: image: repository: litmuschaos.docker.scarf.sh/litmuschaos/chaos-runner - tag: 3.10.0 + tag: 3.11.0 service: type: ClusterIP @@ -75,7 +75,7 @@ exporter: additionalLabels: {} image: repository: litmuschaos.docker.scarf.sh/litmuschaos/chaos-exporter - tag: 3.10.0 + tag: 3.11.0 pullPolicy: Always service: type: ClusterIP