File tree 2 files changed +4
-4
lines changed
deploy/nest-temperature-forwarder
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ type: application
14
14
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
- version : 2.0.0
17
+ version : 2.0.1
18
18
19
19
# This is the version number of the application being deployed. This version number should be
20
20
# incremented each time you make changes to the application.
21
- appVersion : 2.0.0
21
+ appVersion : 2.0.1
22
22
23
23
24
24
dependencies :
Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ grafana:
72
72
enabled : true
73
73
annotations :
74
74
kubernetes.io/ingress.class : " {{ $.Values.global.ingressClass }}"
75
- certmanager.k8s .io/cluster-issuer : " {{ $.Values.global.clusterIssuer }}"
76
- certmanager.k8s .io/acme-challenge-type : http01
75
+ cert-manager .io/cluster-issuer : " {{ $.Values.global.clusterIssuer }}"
76
+ cert-manager .io/acme-challenge-type : http01
77
77
hosts :
78
78
- " {{ $.Values.global.grafanaHost }}"
79
79
tls :
You can’t perform that action at this time.
0 commit comments