File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ENVIRONMENT=${1:-default}
66# To re-generate a bundle for another specific version without changing the standard setup, you can:
77# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
88# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
9- VERSION ?= 2.5.2
9+ VERSION ?= 2.8.0
1010
1111# SPLUNK_ENTERPRISE_IMAGE defines the splunk docker tag that is used as default image.
1212SPLUNK_ENTERPRISE_IMAGE ?= "docker.io/splunk/splunk:edge"
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 2.7.1
18+ version : 2.8.0
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
2222# follow Semantic Versioning. They should reflect the version the application is using.
2323# It is recommended to use it with quotes.
24- appVersion : " 2.7.1 "
24+ appVersion : " 2.8.0 "
2525maintainers :
2626 - name : Vivek Reddy
2727@@ -35,6 +35,6 @@ maintainers:
35353636dependencies :
3737- name : splunk-operator
38- version : " 2.7.1 "
38+ version : " 2.8.0 "
3939 repository : " file://splunk-operator/helm-chart/splunk-operator"
4040 condition : splunk-operator.enabled
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ type: application
2525# This is the chart version. This version number should be incremented each time you make changes
2626# to the chart and its templates, including the app version.
2727# Versions are expected to follow Semantic Versioning (https://semver.org/)
28- version : " 2.7.1 "
28+ version : " 2.8.0 "
2929
3030# This is the version number of the application being deployed. This version number should be
3131# incremented each time you make changes to the application. Versions are not expected to
3232# follow Semantic Versioning. They should reflect the version the application is using.
3333# It is recommended to use it with quotes.
34- appVersion : " 2.7.1 "
34+ appVersion : " 2.8.0 "
You can’t perform that action at this time.
0 commit comments