Skip to content

Commit c7684a5

Browse files
authored
Merge pull request #25 from Smirl/new-cert-manager
Update ingress annotations to new cert-manager
2 parents 2ff1c63 + cf1b968 commit c7684a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deploy/nest-temperature-forwarder/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ type: application
1414

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.
17-
version: 2.0.0
17+
version: 2.0.1
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.
21-
appVersion: 2.0.0
21+
appVersion: 2.0.1
2222

2323

2424
dependencies:

deploy/nest-temperature-forwarder/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ grafana:
7272
enabled: true
7373
annotations:
7474
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
7777
hosts:
7878
- "{{ $.Values.global.grafanaHost }}"
7979
tls:

0 commit comments

Comments
 (0)