Skip to content

Commit

Permalink
chore(3.0.0-beta9): adding chart manifest for 3.0.0-beta9 (#602)
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Chaudhary <[email protected]>
  • Loading branch information
ispeakc0de authored Jul 19, 2023
1 parent e4f5d12 commit 6a69d79
Show file tree
Hide file tree
Showing 254 changed files with 1,702 additions and 1,702 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-beta9
links:
- name: Source Code
url: https://github.com/litmuschaos/litmus-go/tree/master/experiments/aws-ssm/aws-ssm-chaos-by-id
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-id/experiment.yaml
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-beta9
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-beta9"
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-beta9
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-beta9
links:
- name: Source Code
url: https://github.com/litmuschaos/litmus-go/tree/master/experiments/aws-ssm/aws-ssm-chaos-by-tag
Expand Down
34 changes: 17 additions & 17 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-beta9
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-beta9"
imagePullPolicy: Always
args:
- -c
Expand Down Expand Up @@ -73,37 +73,37 @@ 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'

# percentage of total instance to target
- name: INSTANCE_AFFECTED_PERC
value: ''
value: ''

# 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 @@ -117,12 +117,12 @@ spec:
# 0 will consume all the available cpu cores
- name: CPU_CORE
value: '0'

labels:
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-beta9
secrets:
- name: cloud-secret
mountPath: /tmp/
Loading

0 comments on commit 6a69d79

Please sign in to comment.