Skip to content

Commit

Permalink
changing image tag to 1.12.0 (#2411)
Browse files Browse the repository at this point in the history
Signed-off-by: Raj Babu Das <[email protected]>
  • Loading branch information
imrajdas authored Jan 15, 2021
1 parent 1f44770 commit 390d134
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions litmus-portal/cluster-k8s-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
spec:
containers:
- name: litmusportal-frontend
image: litmuschaos/litmusportal-frontend:ci
image: litmuschaos/litmusportal-frontend:1.12.0
imagePullPolicy: Always
ports:
- containerPort: 8080
Expand Down Expand Up @@ -115,7 +115,7 @@ spec:
spec:
containers:
- name: graphql-server
image: litmuschaos/litmusportal-server:ci
image: litmuschaos/litmusportal-server:1.12.0
env:
- name: DB_SERVER
valueFrom:
Expand Down Expand Up @@ -156,7 +156,7 @@ spec:
- name: PORTAL_SCOPE
value: "cluster"
- name: SUBSCRIBER_IMAGE
value: "litmuschaos/litmusportal-subscriber:ci"
value: "litmuschaos/litmusportal-subscriber:1.12.0"
- name: ARGO_SERVER_IMAGE
value: "argoproj/argocli:v2.9.3"
- name: ARGO_WORKFLOW_CONTROLLER_IMAGE
Expand All @@ -171,7 +171,7 @@ spec:
- containerPort: 8080
imagePullPolicy: Always
- name: auth-server
image: litmuschaos/litmusportal-auth-server:ci
image: litmuschaos/litmusportal-auth-server:1.12.0
env:
- name: DB_SERVER
valueFrom:
Expand Down
8 changes: 4 additions & 4 deletions litmus-portal/namespaced-K8s-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
spec:
containers:
- name: litmusportal-frontend
image: litmuschaos/litmusportal-frontend:ci
image: litmuschaos/litmusportal-frontend:1.12.0
resources:
limits:
cpu: 200m
Expand Down Expand Up @@ -115,7 +115,7 @@ spec:
spec:
containers:
- name: graphql-server
image: litmuschaos/litmusportal-server:ci
image: litmuschaos/litmusportal-server:1.12.0
resources:
limits:
cpu: 200m
Expand Down Expand Up @@ -162,7 +162,7 @@ spec:
name: litmus-portal-admin-config
key: DB_PASSWORD
- name: SUBSCRIBER_IMAGE
value: "litmuschaos/litmusportal-subscriber:ci"
value: "litmuschaos/litmusportal-subscriber:1.12.0"
- name: ARGO_SERVER_IMAGE
value: "argoproj/argocli:v2.9.3"
- name: ARGO_WORKFLOW_CONTROLLER_IMAGE
Expand All @@ -177,7 +177,7 @@ spec:
- containerPort: 8080
imagePullPolicy: Always
- name: auth-server
image: litmuschaos/litmusportal-auth-server:ci
image: litmuschaos/litmusportal-auth-server:1.12.0
resources:
limits:
cpu: 200m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
spec:
containers:
- name: litmusportal-frontend
image: litmuschaos/litmusportal-frontend:ci
image: litmuschaos/litmusportal-frontend:1.12.0
resources:
limits:
cpu: 100m
Expand Down Expand Up @@ -109,7 +109,7 @@ spec:
spec:
containers:
- name: graphql-server
image: litmuschaos/litmusportal-server:ci
image: litmuschaos/litmusportal-server:1.12.0
resources:
limits:
cpu: 200m
Expand Down Expand Up @@ -154,7 +154,7 @@ spec:
name: litmus-portal-admin-config
key: DB_PASSWORD
- name: SUBSCRIBER_IMAGE
value: "litmuschaos/litmusportal-subscriber:ci"
value: "litmuschaos/litmusportal-subscriber:1.12.0"
- name: ARGO_SERVER_IMAGE
value: "argoproj/argocli:v2.9.3"
- name: ARGO_WORKFLOW_CONTROLLER_IMAGE
Expand All @@ -169,7 +169,7 @@ spec:
- containerPort: 8080
imagePullPolicy: Always
- name: auth-server
image: litmuschaos/litmusportal-auth-server:ci
image: litmuschaos/litmusportal-auth-server:1.12.0
resources:
limits:
cpu: 200m
Expand Down Expand Up @@ -309,7 +309,7 @@ spec:
spec:
containers:
- name: litmusportal-production-frontend
image: litmuschaos/litmusportal-frontend:ci
image: litmuschaos/litmusportal-frontend:1.12.0
resources:
limits:
cpu: 100m
Expand Down

0 comments on commit 390d134

Please sign in to comment.