Skip to content

Commit b55ace9

Browse files
committed
v0.14.1 release
1 parent ae3344a commit b55ace9

19 files changed

+1006
-235
lines changed

signadot/operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ type: application
66
# This is the chart version. This version number should be incremented each time you make changes
77
# to the chart and its templates, including the app version.
88
# Versions are expected to follow Semantic Versioning (https://semver.org/)
9-
version: "0.14.0"
9+
version: "0.14.1"
1010

1111
# This is the version number of the application being deployed. This version number should be
1212
# incremented each time you make changes to the application. Versions are not expected to
1313
# follow Semantic Versioning. They should reflect the version the application is using.
1414
# It is recommended to use it with quotes.
15-
appVersion: "0.14.0"
15+
appVersion: "0.14.1"
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# This file is generated. Do not edit.
2+
apiVersion: v1
3+
kind: Service
4+
metadata:
5+
annotations:
6+
{{- range $key, $val := .Values.commonAnnotations }}
7+
{{ $key | quote }}: {{ $val | quote }}
8+
{{- end }}
9+
{{- range $key, $val := .Values.serviceAnnotations }}
10+
{{ $key | quote }}: {{ $val | quote }}
11+
{{- end }}
12+
labels:
13+
app: signadot-agent
14+
{{- range $key, $val := .Values.commonLabels }}
15+
{{ $key | quote }}: {{ $val | quote }}
16+
{{- end }}
17+
{{- range $key, $val := .Values.serviceLabels }}
18+
{{ $key | quote }}: {{ $val | quote }}
19+
{{- end }}
20+
name: agent-metrics
21+
namespace: signadot
22+
spec:
23+
ports:
24+
- name: metrics
25+
port: 9090
26+
protocol: TCP
27+
targetPort: 9090
28+
selector:
29+
app: signadot-agent
30+
type: ClusterIP

signadot/operator/templates/forkedworkloads.signadot.com-customresourcedefinition.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.6.2
6+
controller-gen.kubebuilder.io/version: v0.13.0
77
{{- range $key, $val := .Values.commonAnnotations }}
88
{{ $key | quote }}: {{ $val | quote }}
99
{{- end }}
@@ -290,9 +290,3 @@ spec:
290290
storage: true
291291
subresources:
292292
status: {}
293-
status:
294-
acceptedNames:
295-
kind: ""
296-
plural: ""
297-
conditions: []
298-
storedVersions: []
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# This file is generated. Do not edit.
2+
apiVersion: v1
3+
kind: Service
4+
metadata:
5+
annotations:
6+
{{- range $key, $val := .Values.commonAnnotations }}
7+
{{ $key | quote }}: {{ $val | quote }}
8+
{{- end }}
9+
{{- range $key, $val := .Values.serviceAnnotations }}
10+
{{ $key | quote }}: {{ $val | quote }}
11+
{{- end }}
12+
labels:
13+
app: io-context-server
14+
{{- range $key, $val := .Values.commonLabels }}
15+
{{ $key | quote }}: {{ $val | quote }}
16+
{{- end }}
17+
{{- range $key, $val := .Values.serviceLabels }}
18+
{{ $key | quote }}: {{ $val | quote }}
19+
{{- end }}
20+
name: io-context-server-metrics
21+
namespace: signadot
22+
spec:
23+
ports:
24+
- name: metrics
25+
port: 9090
26+
protocol: TCP
27+
targetPort: 9090
28+
selector:
29+
app: io-context-server
30+
type: ClusterIP

signadot/operator/templates/istioroutes.signadot.com-customresourcedefinition.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.6.2
6+
controller-gen.kubebuilder.io/version: v0.13.0
77
{{- range $key, $val := .Values.commonAnnotations }}
88
{{ $key | quote }}: {{ $val | quote }}
99
{{- end }}
@@ -166,9 +166,3 @@ spec:
166166
storage: true
167167
subresources:
168168
status: {}
169-
status:
170-
acceptedNames:
171-
kind: ""
172-
plural: ""
173-
conditions: []
174-
storedVersions: []

signadot/operator/templates/resources.signadot.com-customresourcedefinition.yaml

Lines changed: 187 additions & 7 deletions
Large diffs are not rendered by default.

signadot/operator/templates/routingconfigs.signadot.com-customresourcedefinition.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.6.2
6+
controller-gen.kubebuilder.io/version: v0.13.0
77
{{- range $key, $val := .Values.commonAnnotations }}
88
{{ $key | quote }}: {{ $val | quote }}
99
{{- end }}
@@ -303,9 +303,3 @@ spec:
303303
storage: true
304304
subresources:
305305
status: {}
306-
status:
307-
acceptedNames:
308-
kind: ""
309-
plural: ""
310-
conditions: []
311-
storedVersions: []

signadot/operator/templates/signadot-controller-manager-deployment.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,6 @@ spec:
3838
spec:
3939
containers:
4040
- args:
41-
- --secure-listen-address=0.0.0.0:8443
42-
- --upstream=http://127.0.0.1:8080/
43-
- --logtostderr=true
44-
- --v=10
45-
image: {{ with .Values }}{{ with .kubeRBACProxy }}{{ with .image }}{{ . | quote}}{{- else -}}gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0{{- end }}{{- else -}}gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0{{- end }}{{- else -}}gcr.io/kubebuilder/kube-rbac-proxy:v0.8.0{{- end }}
46-
imagePullPolicy: {{ with .Values }}{{ with .kubeRBACProxy }}{{ with .imagePullPolicy }}{{ . }}{{- else -}}"IfNotPresent"{{- end }}{{- else -}}"IfNotPresent"{{- end }}{{- else -}}"IfNotPresent"{{- end }}
47-
name: kube-rbac-proxy
48-
ports:
49-
- containerPort: 8443
50-
name: https
51-
- args:
52-
- --health-probe-bind-address=:8081
53-
- --metrics-bind-address=127.0.0.1:8080
5441
- --leader-elect
5542
command:
5643
- /manager

signadot/operator/templates/signadot-controller-manager-metrics-service-service.yaml renamed to signadot/operator/templates/signadot-controller-manager-metrics-service.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ metadata:
1717
{{- range $key, $val := .Values.serviceLabels }}
1818
{{ $key | quote }}: {{ $val | quote }}
1919
{{- end }}
20-
name: signadot-controller-manager-metrics-service
20+
name: signadot-controller-manager-metrics
2121
namespace: signadot
2222
spec:
2323
ports:
24-
- name: https
25-
port: 8443
26-
targetPort: https
24+
- name: metrics
25+
port: 9090
26+
protocol: TCP
27+
targetPort: 8080
2728
selector:
2829
control-plane: controller-manager

signadot/operator/templates/signadotexternalworkloads.signadot.com-customresourcedefinition.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.6.2
6+
controller-gen.kubebuilder.io/version: v0.13.0
77
{{- range $key, $val := .Values.commonAnnotations }}
88
{{ $key | quote }}: {{ $val | quote }}
99
{{- end }}
@@ -287,9 +287,3 @@ spec:
287287
storage: true
288288
subresources:
289289
status: {}
290-
status:
291-
acceptedNames:
292-
kind: ""
293-
plural: ""
294-
conditions: []
295-
storedVersions: []

0 commit comments

Comments
 (0)