File tree Expand file tree Collapse file tree 4 files changed +4
-28
lines changed
Expand file tree Collapse file tree 4 files changed +4
-28
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ apiVersion: v2
22name : istio-fortsa
33description : A Helm chart to distribute the project istio-fortsa
44type : application
5- version : v0.3.0
6- appVersion : " v0.3.0 "
5+ version : v0.3.1
6+ appVersion : " v0.3.1 "
77icon : " https://example.com/icon.png"
Original file line number Diff line number Diff line change @@ -9,30 +9,6 @@ metadata:
99 namespace : {{ .Release.Namespace }}
1010spec :
1111 selfSigned : {}
12- {{- if .Values.webhook.enable }}
13- ---
14- # Certificate for the webhook
15- apiVersion : cert-manager.io/v1
16- kind : Certificate
17- metadata :
18- annotations :
19- {{- if .Values.crd.keep }}
20- " helm.sh/resource-policy " : keep
21- {{- end }}
22- name : serving-cert
23- namespace : {{ .Release.Namespace }}
24- labels :
25- {{- include "chart.labels" . | nindent 4 }}
26- spec :
27- dnsNames :
28- - istio-fortsa.{{ .Release.Namespace }}.svc
29- - istio-fortsa.{{ .Release.Namespace }}.svc.cluster.local
30- - istio-fortsa-webhook-service.{{ .Release.Namespace }}.svc
31- issuerRef :
32- kind : Issuer
33- name : selfsigned-issuer
34- secretName : webhook-server-cert
35- {{- end }}
3612{{- if .Values.metrics.enable }}
3713---
3814# Certificate for the metrics
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ controllerManager:
44 container :
55 image :
66 repository : ghcr.io/hercynium/istio-fortsa
7- tag : v0.3.0
7+ tag : v0.3.1
88 args :
99 - " --leader-elect"
1010 - " --metrics-bind-address=:8443"
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ kind: Kustomization
55images :
66- name : controller
77 newName : ghcr.io/hercynium/istio-fortsa
8- newTag : v0.3.0
8+ newTag : v0.3.1
You can’t perform that action at this time.
0 commit comments