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
1414# to the chart and its templates, including the app version.
1515# Versions are expected to follow Semantic Versioning (https://semver.org/)
1616
17- version : 1.12.1-beta.11
17+ version : 1.12.1-beta.12
1818# This is the version number of the application being deployed. This version number should be
1919# incremented each time you make changes to the application. Versions are not expected to
2020# follow Semantic Versioning. They should reflect the version the application is using.
2121# It is recommended to use it with quotes.
22- appVersion : " 1.12.1-beta.11 "
22+ appVersion : " 1.12.1-beta.12 "
2323#
2424dependencies :
2525 - name : mongodb
Original file line number Diff line number Diff line change 11# Deployment configuration
22SC4SNMP_IMAGE = ghcr.io/splunk/splunk-connect-for-snmp/container
3- SC4SNMP_TAG = " 1.12.1-beta.11 "
3+ SC4SNMP_TAG = " 1.12.1-beta.12 "
44SCHEDULER_CONFIG_FILE_ABSOLUTE_PATH =
55TRAPS_CONFIG_FILE_ABSOLUTE_PATH =
66INVENTORY_FILE_ABSOLUTE_PATH =
77COREFILE_ABS_PATH =
8- SC4SNMP_VERSION = " 1.12.1-beta.11 "
8+ SC4SNMP_VERSION = " 1.12.1-beta.12 "
99
1010# Network configuration
1111COREDNS_ADDRESS = 172.28.0.255
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " splunk-connect-for-snmp"
3- version = " 1.12.1-beta.11 "
3+ version = " 1.12.1-beta.12 "
44description = " "
55authors = [
" omrozowicz-splunk <[email protected] >" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 1515#
1616
1717
18- __version__ = "1.12.1-beta.11 "
18+ __version__ = "1.12.1-beta.12 "
You can’t perform that action at this time.
0 commit comments