Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
sakthi-aot committed Jan 24, 2025
1 parent 50af993 commit 273cf7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/openshift/deploy.backend-applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ parameters:
description: The Environment on which it is deployed
required: true
objects:
- apiVersion: apps/v1
- apiVersion: v1
kind: ImageStream
metadata:
labels:
Expand All @@ -67,7 +67,7 @@ objects:
name: ${REGISTRY}/${PROMOTE}:${IMAGE_TAG}
referencePolicy:
type: Local
- apiVersion: apps/v1
- apiVersion: v1
kind: ImageStream
metadata:
labels:
Expand All @@ -83,7 +83,7 @@ objects:
name: ${REGISTRY}/${INIT_IMAGE}:${IMAGE_TAG}
referencePolicy:
type: Local
- apiVersion: apps/v1
- apiVersion: v1
kind: Deployment
metadata:
labels:
Expand Down Expand Up @@ -268,7 +268,7 @@ objects:
requests:
cpu: 50m
memory: 50Mi
- apiVersion: apps/v1
- apiVersion: v1
kind: Service
metadata:
labels:
Expand Down Expand Up @@ -305,7 +305,7 @@ objects:
name: "${NAME}-${COMPONENT}"
spec:
scaleTargetRef:
apiVersion: apps/v1
apiVersion: v1
kind: Deployment
name: "${NAME}-${COMPONENT}"
minReplicas: ${{MIN_REPLICAS}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-openshift-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches:
- 'dev'
- 'feat/srs-758-newupdate' #test
- 'feat/srs-758-newupdate' #test1

paths:
- 'backend/**'
Expand Down

0 comments on commit 273cf7d

Please sign in to comment.