Skip to content

Commit

Permalink
Update ucentralgw-qa-deployment.yaml (#977)
Browse files Browse the repository at this point in the history
  • Loading branch information
GopiRaga7 authored and anil-tegala committed Dec 3, 2024
1 parent b5d47d9 commit e6e1ded
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ucentralgw-qa-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ env:
{
"namespace": "qa01",
"deploy_method": "git",
"chart_version": "v3.1.0",
"chart_version": "${{ github.event.inputs.chart_version }}",
"owgw_version": "master",
"owsec_version": "main",
"owfms_version": "main",
Expand All @@ -48,7 +48,13 @@ env:
]'

on:
workflow_dispatch: {}
workflow_dispatch:
inputs:
chart_version:
description: 'Chart version to deploy eg: v3.1.0'
required: true
default: 'main'


jobs:
generate-matrix:
Expand Down

0 comments on commit e6e1ded

Please sign in to comment.