Skip to content

Commit d43829c

Browse files
authored
Merge pull request #1491 from splunk/CSPL-3624
CSPL-3624 Update Chart.yaml files to support 2.8.0 release
2 parents b42eaef + 21b3e54 commit d43829c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
1212
SPLUNK_ENTERPRISE_IMAGE ?= "docker.io/splunk/splunk:edge"

helm-chart/splunk-enterprise/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"
2525
maintainers:
2626
- name: Vivek Reddy
2727
@@ -35,6 +35,6 @@ maintainers:
3535
3636
dependencies:
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

helm-chart/splunk-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)