Skip to content

Commit 358b2b2

Browse files
committed
Prepare for release v0.3.1
1 parent da4a72b commit 358b2b2

File tree

4 files changed

+4
-28
lines changed

4 files changed

+4
-28
lines changed

chart/istio-fortsa/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ apiVersion: v2
22
name: istio-fortsa
33
description: A Helm chart to distribute the project istio-fortsa
44
type: application
5-
version: v0.3.0
6-
appVersion: "v0.3.0"
5+
version: v0.3.1
6+
appVersion: "v0.3.1"
77
icon: "https://example.com/icon.png"

chart/istio-fortsa/templates/certmanager/certificate.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,6 @@ metadata:
99
namespace: {{ .Release.Namespace }}
1010
spec:
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

chart/istio-fortsa/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: ghcr.io/hercynium/istio-fortsa
8-
newTag: v0.3.0
8+
newTag: v0.3.1

0 commit comments

Comments
 (0)