Skip to content

Commit 0c2e582

Browse files
patrykw-splunkPatryk Wasielewski
andauthored
helm changes for 3.0.0 release (#1566)
Co-authored-by: Patryk Wasielewski <pwasiele@splunk.com>
1 parent 2cff456 commit 0c2e582

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ${ENVIRONMENT}:
88
# To re-generate a bundle for another specific version without changing the standard setup, you can:
99
# - use the VERSION as arg of the bundle target (e.g make bundle VERSION=0.0.2)
1010
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
11-
VERSION ?= 2.8.1
11+
VERSION ?= 3.0.0
1212

1313
# SPLUNK_ENTERPRISE_IMAGE defines the splunk docker tag that is used as default image.
1414
SPLUNK_ENTERPRISE_IMAGE ?= "docker.io/splunk/splunk"

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.8.1
18+
version: 3.0.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.8.1"
24+
appVersion: "3.0.0"
2525
maintainers:
2626
- name: Vivek Reddy
2727
email: vivekr@splunk.com
@@ -35,6 +35,6 @@ maintainers:
3535
email: kkoziol@splunk.com
3636
dependencies:
3737
- name: splunk-operator
38-
version: "2.8.1"
38+
version: "3.0.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.8.1"
28+
version: "3.0.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.8.1"
34+
appVersion: "3.0.0"

0 commit comments

Comments
 (0)