Skip to content

Commit

Permalink
Merge pull request #1366 from splunk/pre-release-workflow-update
Browse files Browse the repository at this point in the history
Pre release workflow update
  • Loading branch information
akondur authored Aug 21, 2024
2 parents cb50cba + f13ace0 commit c92bcc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
find: "version: ${{ github.event.inputs.old_operator_version }}"
replace: "version: ${{ github.event.inputs.new_operator_version }}"
exclude: "ChangeLog.md"
include: "Chart.yaml"
include: "helm-chart/splunk-operator/**.yaml"
- name: Update Helm App Version
if: github.event.inputs.old_operator_version != github.event.inputs.new_operator_version
Expand All @@ -94,7 +94,7 @@ jobs:
find: "appVersion: ${{ github.event.inputs.old_operator_version }}"
replace: "appVersion: ${{ github.event.inputs.new_operator_version }}"
exclude: "ChangeLog.md"
include: "Chart.yaml"
include: "helm-chart/splunk-enterprise/**.yaml"
- name: Update Operator Image name in DOCS
if: github.event.inputs.old_operator_version != github.event.inputs.new_operator_version
Expand Down

0 comments on commit c92bcc4

Please sign in to comment.