Skip to content

Commit

Permalink
adding manifests for 2.1.0 (#3195)
Browse files Browse the repository at this point in the history
Signed-off-by: shubham chaudhary <[email protected]>
  • Loading branch information
Shubham Chaudhary authored Sep 14, 2021
1 parent 3dc256b commit 7fff00a
Show file tree
Hide file tree
Showing 9 changed files with 1,514 additions and 21 deletions.
619 changes: 619 additions & 0 deletions mkdocs/docs/chaos-scheduler-v2.1.0.yaml

Large diffs are not rendered by default.

12 changes: 10 additions & 2 deletions mkdocs/docs/litmus-namespaced-scope/litmus-namespaced-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ spec:
annotationCheck:
type: string
pattern: ^(true|false)$
defaultAppHealthCheck:
type: string
pattern: ^(true|false)$
appinfo:
type: object
properties:
Expand Down Expand Up @@ -168,8 +171,13 @@ spec:
value:
type: string
source:
type: string
minLength: 1
type: object
properties:
image:
type: string
minLength: 1
hostNetwork:
type: boolean
httpProbe/inputs:
type: object
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
app.kubernetes.io/name: litmus
# provide unique instance-id if applicable
# app.kubernetes.io/instance: litmus-abcxzy
app.kubernetes.io/version: v2.0.0
app.kubernetes.io/version: v2.1.0
app.kubernetes.io/component: operator-serviceaccount
app.kubernetes.io/part-of: litmus
app.kubernetes.io/managed-by: kubectl
Expand All @@ -22,7 +22,7 @@ metadata:
app.kubernetes.io/name: litmus
# provide unique instance-id if applicable
# app.kubernetes.io/instance: litmus-abcxzy
app.kubernetes.io/version: v2.0.0
app.kubernetes.io/version: v2.1.0
app.kubernetes.io/component: operator-role
app.kubernetes.io/part-of: litmus
app.kubernetes.io/managed-by: kubectl
Expand Down Expand Up @@ -59,7 +59,7 @@ metadata:
app.kubernetes.io/name: litmus
# provide unique instance-id if applicable
# app.kubernetes.io/instance: litmus-abcxzy
app.kubernetes.io/version: v2.0.0
app.kubernetes.io/version: v2.1.0
app.kubernetes.io/component: operator-rolebinding
app.kubernetes.io/part-of: litmus
app.kubernetes.io/managed-by: kubectl
Expand All @@ -81,7 +81,7 @@ metadata:
app.kubernetes.io/name: litmus
# provide unique instance-id if applicable
# app.kubernetes.io/instance: litmus-abcxzy
app.kubernetes.io/version: v2.0.0
app.kubernetes.io/version: v2.1.0
app.kubernetes.io/component: operator
app.kubernetes.io/part-of: litmus
app.kubernetes.io/managed-by: kubectl
Expand All @@ -97,7 +97,7 @@ spec:
app.kubernetes.io/name: litmus
# provide unique instance-id if applicable
# app.kubernetes.io/instance: litmus-abcxzy
app.kubernetes.io/version: v2.0.0
app.kubernetes.io/version: v2.1.0
app.kubernetes.io/component: operator
app.kubernetes.io/part-of: litmus
app.kubernetes.io/managed-by: kubectl
Expand All @@ -106,13 +106,13 @@ spec:
serviceAccountName: litmus
containers:
- name: chaos-operator
image: litmuschaos/chaos-operator:2.0.0
image: litmuschaos/chaos-operator:2.1.0
command:
- chaos-operator
imagePullPolicy: Always
env:
- name: CHAOS_RUNNER_IMAGE
value: "litmuschaos/chaos-runner:2.0.0"
value: "litmuschaos/chaos-runner:2.1.0"
- name: WATCH_NAMESPACE
valueFrom:
fieldRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
app.kubernetes.io/name: litmus
# provide unique instance-id if applicable
# app.kubernetes.io/instance: litmus-abcxzy
app.kubernetes.io/version: v2.0.0
app.kubernetes.io/version: v2.1.0
app.kubernetes.io/component: operator-serviceaccount
app.kubernetes.io/part-of: litmus
app.kubernetes.io/managed-by: kubectl
Expand All @@ -22,7 +22,7 @@ metadata:
app.kubernetes.io/name: litmus
# provide unique instance-id if applicable
# app.kubernetes.io/instance: litmus-abcxzy
app.kubernetes.io/version: v2.0.0
app.kubernetes.io/version: v2.1.0
app.kubernetes.io/component: operator-role
app.kubernetes.io/part-of: litmus
app.kubernetes.io/managed-by: kubectl
Expand Down Expand Up @@ -59,7 +59,7 @@ metadata:
app.kubernetes.io/name: litmus
# provide unique instance-id if applicable
# app.kubernetes.io/instance: litmus-abcxzy
app.kubernetes.io/version: v2.0.0
app.kubernetes.io/version: v2.1.0
app.kubernetes.io/component: operator-rolebinding
app.kubernetes.io/part-of: litmus
app.kubernetes.io/managed-by: kubectl
Expand Down
6 changes: 3 additions & 3 deletions mkdocs/docs/litmus-namespaced-scope/litmus-ns-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
app.kubernetes.io/name: litmus
# provide unique instance-id if applicable
# app.kubernetes.io/instance: litmus-abcxzy
app.kubernetes.io/version: v2.0.0
app.kubernetes.io/version: v2.1.0
app.kubernetes.io/component: operator-serviceaccount
app.kubernetes.io/part-of: litmus
app.kubernetes.io/managed-by: kubectl
Expand All @@ -22,7 +22,7 @@ metadata:
app.kubernetes.io/name: litmus
# provide unique instance-id if applicable
# app.kubernetes.io/instance: litmus-abcxzy
app.kubernetes.io/version: v2.0.0
app.kubernetes.io/version: v2.1.0
app.kubernetes.io/component: operator-role
app.kubernetes.io/part-of: litmus
app.kubernetes.io/managed-by: kubectl
Expand Down Expand Up @@ -59,7 +59,7 @@ metadata:
app.kubernetes.io/name: litmus
# provide unique instance-id if applicable
# app.kubernetes.io/instance: litmus-abcxzy
app.kubernetes.io/version: v2.0.0
app.kubernetes.io/version: v2.1.0
app.kubernetes.io/component: operator-rolebinding
app.kubernetes.io/part-of: litmus
app.kubernetes.io/managed-by: kubectl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ spec:
annotationCheck:
type: string
pattern: ^(true|false)$
defaultAppHealthCheck:
type: string
pattern: ^(true|false)$
appinfo:
type: object
properties:
Expand Down Expand Up @@ -170,8 +173,13 @@ spec:
value:
type: string
source:
type: string
minLength: 1
type: object
properties:
image:
type: string
minLength: 1
hostNetwork:
type: boolean
httpProbe/inputs:
type: object
properties:
Expand Down Expand Up @@ -448,6 +456,7 @@ spec:
type: string
type: object
type: array

concurrencyPolicy:
type: string
scheduleState:
Expand Down
12 changes: 10 additions & 2 deletions mkdocs/docs/litmus-operator-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ spec:
annotationCheck:
type: string
pattern: ^(true|false)$
defaultAppHealthCheck:
type: string
pattern: ^(true|false)$
appinfo:
type: object
properties:
Expand Down Expand Up @@ -302,8 +305,13 @@ spec:
value:
type: string
source:
type: string
minLength: 1
type: object
properties:
image:
type: string
minLength: 1
hostNetwork:
type: boolean
httpProbe/inputs:
type: object
properties:
Expand Down
12 changes: 10 additions & 2 deletions mkdocs/docs/litmus-operator-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,9 @@ spec:
annotationCheck:
type: string
pattern: ^(true|false)$
defaultAppHealthCheck:
type: string
pattern: ^(true|false)$
appinfo:
type: object
properties:
Expand Down Expand Up @@ -302,8 +305,13 @@ spec:
value:
type: string
source:
type: string
minLength: 1
type: object
properties:
image:
type: string
minLength: 1
hostNetwork:
type: boolean
httpProbe/inputs:
type: object
properties:
Expand Down
Loading

0 comments on commit 7fff00a

Please sign in to comment.