Skip to content

Commit 7dce140

Browse files
committed
migration test
1 parent 273cf7d commit 7dce140

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ objects:
8383
name: ${REGISTRY}/${INIT_IMAGE}:${IMAGE_TAG}
8484
referencePolicy:
8585
type: Local
86-
- apiVersion: v1
86+
- apiVersion: apps/v1
8787
kind: Deployment
8888
metadata:
8989
labels:
@@ -305,7 +305,7 @@ objects:
305305
name: "${NAME}-${COMPONENT}"
306306
spec:
307307
scaleTargetRef:
308-
apiVersion: v1
308+
apiVersion: apps/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' #test1
8+
- 'feat/srs-758-newupdate' #test
99

1010
paths:
1111
- 'backend/**'

0 commit comments

Comments
 (0)