Skip to content

Commit

Permalink
comments addressed
Browse files Browse the repository at this point in the history
  • Loading branch information
nitesh3108 committed Jan 30, 2025
1 parent cbb40bd commit 5c1d1af
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .github/scripts/operator-version-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# This script updates the operator versions in the following files
# 1. Dockerfile
# 2. kustomization.yaml
# 3. controllers/csm_controller.go
# 4. operator.yaml
# 5. docker.mk
# 6. dell-csm-operator.clusterserviceversion.yaml

op_version="$1"
op_skip_version="$2"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/operator-version-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ on: # yamllint disable-line rule:truthy
required: true
jobs:
version-update:
uses: dell/common-github-actions/.github/workflows/operator-version-update.yaml@operator-version-update-action
uses: dell/common-github-actions/.github/workflows/operator-version-update.yaml@main
name: Operator version update
with:
latest-version: ${{ github.event.inputs.latest-version }}
existing-version: ${{ github.event.inputs.existing-version }}
csm-version: ${{ github.event.inputs.csm-version }}
latest-version: ${{ inputs.latest-version }}
existing-version: ${{ inputs.existing-version }}
csm-version: ${{ inputs.csm-version }}
secrets: inherit

0 comments on commit 5c1d1af

Please sign in to comment.