Skip to content

Commit 273cf7d

Browse files
committed
test update
1 parent 50af993 commit 273cf7d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/openshift/deploy.backend-applications.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ parameters:
5151
description: The Environment on which it is deployed
5252
required: true
5353
objects:
54-
- apiVersion: apps/v1
54+
- apiVersion: v1
5555
kind: ImageStream
5656
metadata:
5757
labels:
@@ -67,7 +67,7 @@ objects:
6767
name: ${REGISTRY}/${PROMOTE}:${IMAGE_TAG}
6868
referencePolicy:
6969
type: Local
70-
- apiVersion: apps/v1
70+
- apiVersion: v1
7171
kind: ImageStream
7272
metadata:
7373
labels:
@@ -83,7 +83,7 @@ objects:
8383
name: ${REGISTRY}/${INIT_IMAGE}:${IMAGE_TAG}
8484
referencePolicy:
8585
type: Local
86-
- apiVersion: apps/v1
86+
- apiVersion: v1
8787
kind: Deployment
8888
metadata:
8989
labels:
@@ -268,7 +268,7 @@ objects:
268268
requests:
269269
cpu: 50m
270270
memory: 50Mi
271-
- apiVersion: apps/v1
271+
- apiVersion: v1
272272
kind: Service
273273
metadata:
274274
labels:
@@ -305,7 +305,7 @@ objects:
305305
name: "${NAME}-${COMPONENT}"
306306
spec:
307307
scaleTargetRef:
308-
apiVersion: apps/v1
308+
apiVersion: v1
309309
kind: Deployment
310310
name: "${NAME}-${COMPONENT}"
311311
minReplicas: ${{MIN_REPLICAS}}

.github/workflows/ci-cd-openshift-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches:
77
- 'dev'
8-
- 'feat/srs-758-newupdate' #test
8+
- 'feat/srs-758-newupdate' #test1
99

1010
paths:
1111
- 'backend/**'

0 commit comments

Comments
 (0)