Skip to content

Commit

Permalink
Update charts manifest for 2.3.0 version (#516)
Browse files Browse the repository at this point in the history
* updating version to 2.3.0

Signed-off-by: Oum Kale <[email protected]>
  • Loading branch information
oumkale authored Nov 17, 2021
1 parent 19c784a commit df0f651
Show file tree
Hide file tree
Showing 23 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion workflows/bank-of-anthos/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
image: litmuschaos/k8s:latest
command: [sh, -c]
args:
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/master?file=charts/generic/experiments.yaml -n
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/2.3.0?file=charts/generic/experiments.yaml -n
{{workflow.parameters.adminModeNamespace}} ; sleep 30"

- name: pod-network-loss
Expand Down
2 changes: 1 addition & 1 deletion workflows/bank-of-anthos/workflow_cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
image: litmuschaos/k8s:latest
command: [sh, -c]
args:
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/master?file=charts/generic/experiments.yaml -n
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/2.3.0?file=charts/generic/experiments.yaml -n
{{workflow.parameters.adminModeNamespace}} ; sleep 30"

- name: pod-network-loss
Expand Down
8 changes: 4 additions & 4 deletions workflows/k8-pod-delete/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ spec:
image: litmuschaos/k8s:latest
command: [sh, -c]
args:
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/1.9.0?file=charts/generic/byoc-pod-delete/experiment.yaml -n
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/2.3.0?file=charts/generic/byoc-pod-delete/experiment.yaml -n
{{workflow.parameters.appNamespace}} | sleep 30"

- name: install-chaos-rbac
container:
image: litmuschaos/k8s:latest
command: [sh, -c]
args:
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/1.9.0?file=charts/generic/byoc-pod-delete/rbac.yaml -n
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/2.3.0?file=charts/generic/byoc-pod-delete/rbac.yaml -n
{{workflow.parameters.appNamespace}} | sleep 30"

- name: run-chaos
Expand Down Expand Up @@ -179,13 +179,13 @@ spec:
image: litmuschaos/k8s:latest
command: [sh, -c]
args:
- "kubectl delete -f https://hub.litmuschaos.io/api/chaos/1.9.0?file=charts/generic/byoc-pod-delete/experiment.yaml -n
- "kubectl delete -f https://hub.litmuschaos.io/api/chaos/2.3.0?file=charts/generic/byoc-pod-delete/experiment.yaml -n
{{workflow.parameters.appNamespace}} | sleep 30"

- name: revert-chaos-rbac
container:
image: litmuschaos/k8s:latest
command: [sh, -c]
args:
- "kubectl delete -f https://hub.litmuschaos.io/api/chaos/1.9.0?file=charts/generic/byoc-pod-delete/rbac.yaml -n
- "kubectl delete -f https://hub.litmuschaos.io/api/chaos/2.3.0?file=charts/generic/byoc-pod-delete/rbac.yaml -n
{{workflow.parameters.appNamespace}} | sleep 30"
2 changes: 1 addition & 1 deletion workflows/kube-proxy-all/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
image: litmuschaos/k8s:latest
command: [sh, -c]
args:
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/master?file=charts/generic/experiments.yaml -n
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/2.3.0?file=charts/generic/experiments.yaml -n
{{workflow.parameters.adminModeNamespace}} | sleep 30"

- name: node-cpu-hog
Expand Down
2 changes: 1 addition & 1 deletion workflows/kube-proxy-all/workflow_cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
image: litmuschaos/k8s:latest
command: [sh, -c]
args:
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/master?file=charts/generic/experiments.yaml -n
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/2.3.0?file=charts/generic/experiments.yaml -n
{{workflow.parameters.adminModeNamespace}} | sleep 30"

- name: node-cpu-hog
Expand Down
2 changes: 1 addition & 1 deletion workflows/namespaced-scope-chaos/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
verbs:
- "get"
- "list"
image: "litmuschaos/go-runner:latest"
image: "litmuschaos/go-runner:2.3.0"
imagePullPolicy: Always
args:
- -c
Expand Down
2 changes: 1 addition & 1 deletion workflows/namespaced-scope-chaos/workflow_cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
verbs:
- "get"
- "list"
image: "litmuschaos/go-runner:latest"
image: "litmuschaos/go-runner:2.3.0"
imagePullPolicy: Always
args:
- -c
Expand Down
4 changes: 2 additions & 2 deletions workflows/node-cpu-hog/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
verbs:
- "get"
- "list"
image: "litmuschaos/go-runner:latest"
image: "litmuschaos/go-runner:2.3.0"
imagePullPolicy: Always
args:
- -c
Expand Down Expand Up @@ -100,7 +100,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest'
value: 'litmuschaos/go-runner:2.3.0'
labels:
name: node-cpu-hog
Expand Down
4 changes: 2 additions & 2 deletions workflows/node-cpu-hog/workflow_cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
verbs:
- "get"
- "list"
image: "litmuschaos/go-runner:latest"
image: "litmuschaos/go-runner:2.3.0"
imagePullPolicy: Always
args:
- -c
Expand Down Expand Up @@ -104,7 +104,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest'
value: 'litmuschaos/go-runner:2.3.0'
labels:
name: node-cpu-hog
Expand Down
4 changes: 2 additions & 2 deletions workflows/node-memory-hog/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
verbs:
- "get"
- "list"
image: "litmuschaos/go-runner:latest"
image: "litmuschaos/go-runner:2.3.0"
imagePullPolicy: Always
args:
- -c
Expand Down Expand Up @@ -100,7 +100,7 @@ spec:
# provide lib image
- name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest'
value: 'litmuschaos/go-runner:2.3.0'
labels:
name: node-memory-hog
Expand Down
4 changes: 2 additions & 2 deletions workflows/node-memory-hog/workflow_cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
verbs:
- "get"
- "list"
image: "litmuschaos/go-runner:latest"
image: "litmuschaos/go-runner:2.3.0"
imagePullPolicy: Always
args:
- -c
Expand All @@ -98,7 +98,7 @@ spec:
value: 'litmus'
# provide lib image
- name: LIB_IMAGE
value: 'litmuschaos/go-runner:latest'
value: 'litmuschaos/go-runner:2.3.0'
labels:
name: node-memory-hog
container:
Expand Down
2 changes: 1 addition & 1 deletion workflows/pod-cpu-hog/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
- "patch"
- "update"
- "delete"
image: "litmuschaos/go-runner:latest"
image: "litmuschaos/go-runner:2.3.0"
imagePullPolicy: Always
args:
- -c
Expand Down
2 changes: 1 addition & 1 deletion workflows/pod-cpu-hog/workflow_cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
- "patch"
- "update"
- "delete"
image: "litmuschaos/go-runner:latest"
image: "litmuschaos/go-runner:2.3.0"
imagePullPolicy: Always
args:
- -c
Expand Down
2 changes: 1 addition & 1 deletion workflows/pod-delete/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
verbs:
- "get"
- "list"
image: "litmuschaos/go-runner:latest"
image: "litmuschaos/go-runner:2.3.0"
imagePullPolicy: Always
args:
- -c
Expand Down
2 changes: 1 addition & 1 deletion workflows/pod-delete/workflow_cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
verbs:
- "get"
- "list"
image: "litmuschaos/go-runner:latest"
image: "litmuschaos/go-runner:2.3.0"
imagePullPolicy: Always
args:
- -c
Expand Down
2 changes: 1 addition & 1 deletion workflows/pod-memory-hog/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
- "patch"
- "update"
- "delete"
image: "litmuschaos/go-runner:latest"
image: "litmuschaos/go-runner:2.3.0"
args:
- -c
- ./experiments -name pod-memory-hog
Expand Down
2 changes: 1 addition & 1 deletion workflows/pod-memory-hog/workflow_cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
- "patch"
- "update"
- "delete"
image: "litmuschaos/go-runner:latest"
image: "litmuschaos/go-runner:2.3.0"
args:
- -c
- ./experiments -name pod-memory-hog
Expand Down
2 changes: 1 addition & 1 deletion workflows/podtato-head/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
image: litmuschaos/k8s:latest
command: [sh, -c]
args:
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/master?file=charts/generic/experiments.yaml -n
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/2.3.0?file=charts/generic/experiments.yaml -n
{{workflow.parameters.adminModeNamespace}} ; sleep 30"

- name: pod-delete
Expand Down
2 changes: 1 addition & 1 deletion workflows/podtato-head/workflow_cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
image: litmuschaos/k8s:latest
command: [sh, -c]
args:
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/master?file=charts/generic/experiments.yaml -n
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/2.3.0?file=charts/generic/experiments.yaml -n
{{workflow.parameters.adminModeNamespace}} ; sleep 30"

- name: pod-delete
Expand Down
2 changes: 1 addition & 1 deletion workflows/sock-shop-promProbe/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
image: litmuschaos/k8s:latest
command: [sh, -c]
args:
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/master?file=charts/generic/experiments.yaml -n
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/2.3.0?file=charts/generic/experiments.yaml -n
{{workflow.parameters.adminModeNamespace}} ; sleep 30"

- name: pod-cpu-hog
Expand Down
2 changes: 1 addition & 1 deletion workflows/sock-shop-promProbe/workflow_cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
image: litmuschaos/k8s:latest
command: [sh, -c]
args:
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/master?file=charts/generic/experiments.yaml -n
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/2.3.0?file=charts/generic/experiments.yaml -n
{{workflow.parameters.adminModeNamespace}} ; sleep 30"

- name: pod-cpu-hog
Expand Down
2 changes: 1 addition & 1 deletion workflows/sock-shop/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
image: litmuschaos/k8s:latest
command: [sh, -c]
args:
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/master?file=charts/generic/experiments.yaml -n
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/2.3.0?file=charts/generic/experiments.yaml -n
{{workflow.parameters.adminModeNamespace}} ; sleep 30"

- name: pod-cpu-hog
Expand Down
2 changes: 1 addition & 1 deletion workflows/sock-shop/workflow_cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
image: litmuschaos/k8s:latest
command: [sh, -c]
args:
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/master?file=charts/generic/experiments.yaml -n
- "kubectl apply -f https://hub.litmuschaos.io/api/chaos/2.3.0?file=charts/generic/experiments.yaml -n
{{workflow.parameters.adminModeNamespace}} ; sleep 30"

- name: pod-cpu-hog
Expand Down

0 comments on commit df0f651

Please sign in to comment.