(chore)namespaced_operator: update namespaced operator to 1.7.0 (#1876)

Signed-off-by: ksatchit <karthik.s@mayadata.io>
This commit is contained in:
Karthik Satchitanand 2020-08-15 23:22:07 +05:30 committed by GitHub
parent 80a5e2dfb0
commit b399190299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 97 additions and 9 deletions

View File

@ -48,8 +48,8 @@ spec:
type: string
pattern: ^(deployment|statefulset|daemonset|deploymentconfig)$
applabel:
type: string
pattern: ([a-z0-9A-Z_\.-/]+)=([a-z0-9A-Z_\.-/_]+)
type: string
appns:
type: string
auxiliaryAppInfo:
@ -69,7 +69,7 @@ spec:
type: string
type:
type: string
pattern: ^(go|ansible)$
pattern: ^(go)$
runnerannotation:
type: object
additionalProperties:
@ -93,6 +93,94 @@ spec:
spec:
type: object
properties:
k8sProbe:
type: array
items:
type: object
properties:
name:
type: string
inputs:
type: object
properties:
command:
type: object
properties:
group:
type: string
version:
type: string
resource:
type: string
namespace:
type: string
fieldSelector:
type: string
expectedResult:
type: string
runProperties:
type: object
properties:
probeTimeout:
type: integer
interval:
type: integer
retry:
type: integer
mode:
type: string
cmdProbe:
type: array
items:
type: object
properties:
name:
type: string
inputs:
type: object
properties:
command:
type: string
expectedResult:
type: string
source:
type: string
runProperties:
type: object
properties:
probeTimeout:
type: integer
interval:
type: integer
retry:
type: integer
mode:
type: string
httpProbe:
type: array
items:
type: object
properties:
name:
type: string
inputs:
type: object
properties:
url:
type: string
expectedResponseCode:
type: string
runProperties:
type: object
properties:
probeTimeout:
type: integer
interval:
type: integer
retry:
type: integer
mode:
type: string
components:
type: object
properties:
@ -100,9 +188,9 @@ spec:
type: object
properties:
delay:
type: int
type: integer
timeout:
type: int
type: integer
nodeSelector:
type: object
minLength: 1
@ -121,7 +209,6 @@ spec:
type: array
items:
type: object
minProperties: 2
properties:
name:
type: string
@ -131,7 +218,6 @@ spec:
type: array
items:
type: object
minProperties: 2
properties:
name:
type: string

View File

@ -52,15 +52,17 @@ spec:
serviceAccountName: litmus
containers:
- name: chaos-operator
image: litmuschaos/chaos-operator:1.6.2
image: litmuschaos/chaos-operator:1.7.0
command:
- chaos-operator
imagePullPolicy: Always
env:
- name: CHAOS_RUNNER_IMAGE
value: "litmuschaos/chaos-runner:1.6.2"
value: "litmuschaos/chaos-runner:1.7.0"
- name: WATCH_NAMESPACE
value: "default"
valueFrom:
fieldRef:
fieldPath: metadata.namespace
- name: POD_NAME
valueFrom:
fieldRef: