Skip to content

Commit

Permalink
chore(3.0.0-beta11): Adding the charts for 3.0.0-beta11 (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
ispeakc0de committed Sep 15, 2023
1 parent e4f5d12 commit b4de62a
Show file tree
Hide file tree
Showing 254 changed files with 1,638 additions and 1,638 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
name: ChaosNative
labels:
app.kubernetes.io/component: chartserviceversion
app.kubernetes.io/version: latest
app.kubernetes.io/version: 3.0.0-beta11
links:
- name: Source Code
url: https://github.com/litmuschaos/litmus-go/tree/master/experiments/aws-ssm/aws-ssm-chaos-by-id
Expand Down
34 changes: 17 additions & 17 deletions charts/aws-ssm/aws-ssm-chaos-by-id/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
name: aws-ssm-chaos-by-id
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: chaosexperiment
app.kubernetes.io/version: latest
app.kubernetes.io/version: 3.0.0-beta11
spec:
definition:
scope: Cluster
Expand All @@ -26,10 +26,10 @@ spec:
- apiGroups: [""]
resources: ["secrets","configmaps"]
verbs: ["get","list",]
# Track and get the runner, experiment, and helper pods log
# Track and get the runner, experiment, and helper pods log
- apiGroups: [""]
resources: ["pods/log"]
verbs: ["get","list","watch"]
verbs: ["get","list","watch"]
# for creating and managing to execute comands inside target container
- apiGroups: [""]
resources: ["pods/exec"]
Expand All @@ -42,7 +42,7 @@ spec:
- apiGroups: ["litmuschaos.io"]
resources: ["chaosengines","chaosexperiments","chaosresults"]
verbs: ["create","list","get","patch","update","delete"]
image: "litmuschaos/go-runner:latest"
image: "litmuschaos/go-runner:3.0.0-beta11"
imagePullPolicy: Always
args:
- -c
Expand All @@ -55,7 +55,7 @@ spec:

- name: CHAOS_INTERVAL
value: '60'

# Period to wait before and after injection of chaos in sec
- name: RAMP_TIME
value: ''
Expand All @@ -73,33 +73,33 @@ spec:
- name: SEQUENCE
value: 'parallel'

# Provide the path of aws credentials mounted from secret
# Provide the path of aws credentials mounted from secret
- name: AWS_SHARED_CREDENTIALS_FILE
value: '/tmp/cloud_config.yml'
value: '/tmp/cloud_config.yml'

# Provide the name of ssm doc
# if not using the default stress docs
# Provide the name of ssm doc
# if not using the default stress docs
- name: DOCUMENT_NAME
value: ''

# Provide the type of ssm doc
# if not using the default stress docs
# Provide the type of ssm doc
# if not using the default stress docs
- name: DOCUMENT_TYPE
value: ''

# Provide the format of ssm doc
# if not using the default stress docs
# if not using the default stress docs
- name: DOCUMENT_FORMAT
value: ''

# Provide the path of ssm doc
# if not using the default stress docs
# Provide the path of ssm doc
# if not using the default stress docs
- name: DOCUMENT_PATH
value: ''

# if you want to install dependencies to run default ssm docs
- name: INSTALL_DEPENDENCIES
value: 'True'
value: 'True'

# provide the number of workers for memory stress
- name: NUMBER_OF_WORKERS
Expand All @@ -113,12 +113,12 @@ spec:
# 0 will consume all the available cpu cores
- name: CPU_CORE
value: '0'

labels:
name: aws-ssm-chaos-by-id
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: experiment-job
app.kubernetes.io/version: latest
app.kubernetes.io/version: 3.0.0-beta11
secrets:
- name: cloud-secret
mountPath: /tmp/
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
name: ChaosNative
labels:
app.kubernetes.io/component: chartserviceversion
app.kubernetes.io/version: latest
app.kubernetes.io/version: 3.0.0-beta11
links:
- name: Source Code
url: https://github.com/litmuschaos/litmus-go/tree/master/experiments/aws-ssm/aws-ssm-chaos-by-tag
Expand All @@ -38,6 +38,6 @@ spec:
- name: Video
url:
icon:
- url:
- url:
mediatype: ""
chaosexpcrdlink: https://raw.githubusercontent.com/litmuschaos/chaos-charts/master/charts/aws-ssm/aws-ssm-chaos-by-tag/experiment.yaml
6 changes: 3 additions & 3 deletions charts/aws-ssm/aws-ssm-chaos-by-tag/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
name: aws-ssm-chaos-by-tag
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: chaosexperiment
app.kubernetes.io/version: latest
app.kubernetes.io/version: 3.0.0-beta11
spec:
definition:
scope: Cluster
Expand Down Expand Up @@ -42,7 +42,7 @@ spec:
- apiGroups: ["litmuschaos.io"]
resources: ["chaosengines","chaosexperiments","chaosresults"]
verbs: ["create","list","get","patch","update","delete"]
image: "litmuschaos/go-runner:latest"
image: "litmuschaos/go-runner:3.0.0-beta11"
imagePullPolicy: Always
args:
- -c
Expand Down Expand Up @@ -122,7 +122,7 @@ spec:
name: aws-ssm-chaos-by-tag
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: experiment-job
app.kubernetes.io/version: latest
app.kubernetes.io/version: 3.0.0-beta11
secrets:
- name: cloud-secret
mountPath: /tmp/
12 changes: 6 additions & 6 deletions charts/aws-ssm/experiments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
name: aws-ssm-chaos-by-id
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: chaosexperiment
app.kubernetes.io/version: latest
app.kubernetes.io/version: 3.0.0-beta11
spec:
definition:
scope: Cluster
Expand Down Expand Up @@ -42,7 +42,7 @@ spec:
- apiGroups: ["litmuschaos.io"]
resources: ["chaosengines","chaosexperiments","chaosresults"]
verbs: ["create","list","get","patch","update","delete"]
image: "litmuschaos/go-runner:latest"
image: "litmuschaos/go-runner:3.0.0-beta11"
imagePullPolicy: Always
args:
- -c
Expand Down Expand Up @@ -118,7 +118,7 @@ spec:
name: aws-ssm-chaos-by-id
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: experiment-job
app.kubernetes.io/version: latest
app.kubernetes.io/version: 3.0.0-beta11
secrets:
- name: cloud-secret
mountPath: /tmp/
Expand All @@ -135,7 +135,7 @@ metadata:
name: aws-ssm-chaos-by-tag
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: chaosexperiment
app.kubernetes.io/version: latest
app.kubernetes.io/version: 3.0.0-beta11
spec:
definition:
scope: Cluster
Expand Down Expand Up @@ -168,7 +168,7 @@ spec:
- apiGroups: ["litmuschaos.io"]
resources: ["chaosengines","chaosexperiments","chaosresults"]
verbs: ["create","list","get","patch","update","delete"]
image: "litmuschaos/go-runner:latest"
image: "litmuschaos/go-runner:3.0.0-beta11"
imagePullPolicy: Always
args:
- -c
Expand Down Expand Up @@ -248,7 +248,7 @@ spec:
name: aws-ssm-chaos-by-tag
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: experiment-job
app.kubernetes.io/version: latest
app.kubernetes.io/version: 3.0.0-beta11
secrets:
- name: cloud-secret
mountPath: /tmp/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
apiVersion: litmuchaos.io/v1alpha1
kind: ChartServiceVersion
metadata:
name: azure-disk-loss
name: azure-disk-loss
version: 0.1.0
annotations:
categories: Azure
vendor: ChaosNative
support: https://app.slack.com/client/T09NY5SBT/CNXNB0ZTN
spec:
displayName: azure-disk-loss
displayName: azure-disk-loss
categoryDescription: |
This experiment causes the detachment of the disk from the VM for a certain chaos duration
- Causes detachment of the disk from the VM and then reattachment of the disk to the VM
- It helps to check the performance of the application on the instance.
keywords:
- It helps to check the performance of the application on the instance.
keywords:
- Azure
- Disk
- AKS
platforms:
platforms:
- Azure
maturity: alpha
maintainers:
- name: avaakash
email: akash@chaosnative.com
minKubeVersion: 1.12.0
provider:
maintainers:
- name: avaakash
email: akash@chaosnative.com
minKubeVersion: 1.12.0
provider:
name: ChaosNative
labels:
app.kubernetes.io/component: chartserviceversion
app.kubernetes.io/version: latest
links:
app.kubernetes.io/version: 3.0.0-beta11
links:
- name: Source Code
url: https://github.com/litmuschaos/litmus-go/tree/master/experiments/azure/disk-loss/experiment
- name: Documentation
- name: Documentation
url: https://litmuschaos.github.io/litmus/experiments/categories/azure/azure-disk-loss/
# - name: Video
# url:
# url:
icon:
- url:
- url:
mediatype: ""
chaosexpcrdlink: https://raw.githubusercontent.com/litmuschaos/chaos-charts/master/charts/azure/azure-disk-loss/experiment.yaml
6 changes: 3 additions & 3 deletions charts/azure/azure-disk-loss/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
name: azure-disk-loss
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: chaosexperiment
app.kubernetes.io/version: latest
app.kubernetes.io/version: 3.0.0-beta11
spec:
definition:
scope: Cluster
Expand Down Expand Up @@ -42,7 +42,7 @@ spec:
- apiGroups: ["litmuschaos.io"]
resources: ["chaosengines","chaosexperiments","chaosresults"]
verbs: ["create","list","get","patch","update","delete"]
image: "litmuschaos/go-runner:latest"
image: "litmuschaos/go-runner:3.0.0-beta11"
imagePullPolicy: Always
args:
- -c
Expand Down Expand Up @@ -85,7 +85,7 @@ spec:
name: azure-disk-loss
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: experiment-job
app.kubernetes.io/version: latest
app.kubernetes.io/version: 3.0.0-beta11

secrets:
- name: cloud-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
name: Chaos Native
labels:
app.kubernetes.io/component: chartserviceversion
app.kubernetes.io/version: latest
app.kubernetes.io/version: 3.0.0-beta11
links:
- name: Source Code
url: https://github.com/litmuschaos/litmus-go/tree/master/experiments/azure/instance-stop/experiment
Expand Down
18 changes: 9 additions & 9 deletions charts/azure/azure-instance-stop/experiment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ metadata:
name: azure-instance-stop
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: chaosexperiment
app.kubernetes.io/version: latest
app.kubernetes.io/version: 3.0.0-beta11
spec:
definition:
scope: Cluster
Expand All @@ -26,10 +26,10 @@ spec:
- apiGroups: [""]
resources: ["secrets","configmaps"]
verbs: ["get","list",]
# Track and get the runner, experiment, and helper pods log
# Track and get the runner, experiment, and helper pods log
- apiGroups: [""]
resources: ["pods/log"]
verbs: ["get","list","watch"]
verbs: ["get","list","watch"]
# for creating and managing to execute comands inside target container
- apiGroups: [""]
resources: ["pods/exec"]
Expand All @@ -42,7 +42,7 @@ spec:
- apiGroups: ["litmuschaos.io"]
resources: ["chaosengines","chaosexperiments","chaosresults"]
verbs: ["create","list","get","patch","update","delete"]
image: "litmuschaos/go-runner:latest"
image: "litmuschaos/go-runner:3.0.0-beta11"
imagePullPolicy: Always
args:
- -c
Expand All @@ -68,23 +68,23 @@ spec:
# provide the resource group of the instance
- name: RESOURCE_GROUP
value: ''

# accepts enable/disable, default is disable
- name: SCALE_SET
value: ''

# Provide the path of aks credentials mounted from secret
# Provide the path of aks credentials mounted from secret
- name: AZURE_AUTH_LOCATION
value: '/tmp/azure.auth'

- name: SEQUENCE
value: 'parallel'
value: 'parallel'

labels:
name: azure-instance-stop
app.kubernetes.io/part-of: litmus
app.kubernetes.io/component: experiment-job
app.kubernetes.io/version: latest
app.kubernetes.io/version: 3.0.0-beta11
secrets:
- name: cloud-secret
mountPath: /tmp/
Expand Down
Loading

0 comments on commit b4de62a

Please sign in to comment.