File tree 2 files changed +4
-4
lines changed
deploy/helm/grafana-ldap-sync
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 1.0.4
18
+ version : 1.0.5
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
- appVersion : 1.0 .0
23
+ appVersion : 1.2 .0
Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'script' ,
5
- version = '1.1 .0' ,
5
+ version = '1.2 .0' ,
6
6
description = 'Script for syncing LDAP Users & Groups with Grafana Users & Teams' ,
7
7
packages = find_packages (exclude = ('tests' , 'docs' )),
8
- package_data = {'grafana-ldap-syn -script' : ['run.py' ]},
8
+ package_data = {'grafana-ldap-sync -script' : ['run.py' ]},
9
9
include_package_data = True ,
10
10
install_requires = [
11
11
"requests>=2.24.0" ,
You can’t perform that action at this time.
0 commit comments