File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
charts/splunk-connect-for-snmp Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ type: application
14
14
# to the chart and its templates, including the app version.
15
15
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16
16
17
- version : 1.12.3-beta.7
17
+ version : 1.12.3
18
18
# This is the version number of the application being deployed. This version number should be
19
19
# incremented each time you make changes to the application. Versions are not expected to
20
20
# follow Semantic Versioning. They should reflect the version the application is using.
21
21
# It is recommended to use it with quotes.
22
- appVersion : " 1.12.3-beta.7 "
22
+ appVersion : " 1.12.3"
23
23
#
24
24
dependencies :
25
25
- name : mongodb
Original file line number Diff line number Diff line change 1
1
# Deployment configuration
2
2
SC4SNMP_IMAGE = ghcr.io/splunk/splunk-connect-for-snmp/container
3
- SC4SNMP_TAG = " 1.12.3-beta.7 "
3
+ SC4SNMP_TAG = " 1.12.3"
4
4
SCHEDULER_CONFIG_FILE_ABSOLUTE_PATH =
5
5
TRAPS_CONFIG_FILE_ABSOLUTE_PATH =
6
6
INVENTORY_FILE_ABSOLUTE_PATH =
7
7
COREFILE_ABS_PATH =
8
- SC4SNMP_VERSION = " 1.12.3-beta.7 "
8
+ SC4SNMP_VERSION = " 1.12.3"
9
9
10
10
# Network configuration
11
11
COREDNS_ADDRESS = 172.28.0.255
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " splunk-connect-for-snmp"
3
- version = " 1.12.3-beta.7 "
3
+ version = " 1.12.3"
4
4
description = " "
5
5
authors = [" omrozowicz-splunk <omrozowicz@splunk.com>" ]
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change 15
15
#
16
16
17
17
18
- __version__ = "1.12.3-beta.7 "
18
+ __version__ = "1.12.3"
You can’t perform that action at this time.
0 commit comments