Skip to content

Commit

Permalink
Update pre-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
akondur committed Aug 21, 2024
1 parent cb50cba commit f13ace0
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 f13ace0

Please sign in to comment.