Skip to content

Commit 6173c49

Browse files
committed
update snapshot-controller
1 parent fe75eda commit 6173c49

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

kubernetes/cluster-0/apps/system-controllers/snapshot-controller/app/helmrelease.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
chart:
1010
spec:
1111
chart: snapshot-controller
12-
version: 3.0.6
12+
version: 4.0.1
1313
sourceRef:
1414
kind: HelmRepository
1515
name: piraeus
@@ -23,9 +23,9 @@ spec:
2323
controller:
2424
serviceMonitor:
2525
create: true
26-
webhook:
27-
enabled: true
28-
tls:
29-
certManagerIssuerRef:
30-
name: snapshot-controller-webhook-ca
31-
kind: Issuer
26+
# webhook:
27+
# enabled: true
28+
# tls:
29+
# certManagerIssuerRef:
30+
# name: snapshot-controller-webhook-ca
31+
# kind: Issuer

kubernetes/cluster-0/apps/system-controllers/snapshot-controller/app/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ kind: Kustomization
44
namespace: kube-system
55
resources:
66
- ./helmrelease.yaml
7-
- ./pki.yaml
7+
# - ./pki.yaml

0 commit comments

Comments
 (0)