You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: signadot/operator/templates/agent-deployment.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ spec:
48
48
secretKeyRef:
49
49
key: token
50
50
name: cluster-agent
51
-
image: {{ with .Values }}{{ with .agent }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/agent:v0.18.0{{- end }}{{- else -}}signadot/agent:v0.18.0{{- end }}{{- else -}}signadot/agent:v0.18.0{{- end }}
51
+
image: {{ with .Values }}{{ with .agent }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/agent:v0.19.0{{- end }}{{- else -}}signadot/agent:v0.19.0{{- end }}{{- else -}}signadot/agent:v0.19.0{{- end }}
52
52
imagePullPolicy: {{ with .Values }}{{ with .agent }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
{{- range $key, $val := .Values.commonAnnotations }}
8
8
{{ $key | quote }}: {{ $val | quote }}
9
9
{{- end }}
@@ -28,14 +28,19 @@ spec:
28
28
openAPIV3Schema:
29
29
properties:
30
30
apiVersion:
31
-
description: 'APIVersion defines the versioned schema of this representation
32
-
of an object. Servers should convert recognized schemas to the latest
33
-
internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
31
+
description: |-
32
+
APIVersion defines the versioned schema of this representation of an object.
33
+
Servers should convert recognized schemas to the latest internal value, and
34
+
may reject unrecognized values.
35
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
34
36
type: string
35
37
kind:
36
-
description: 'Kind is a string value representing the REST resource this
37
-
object represents. Servers may infer this from the endpoint the client
38
-
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
38
+
description: |-
39
+
Kind is a string value representing the REST resource this object represents.
40
+
Servers may infer this from the endpoint the client submits requests to.
41
+
Cannot be updated.
42
+
In CamelCase.
43
+
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
39
44
type: string
40
45
metadata:
41
46
type: object
@@ -76,12 +81,15 @@ spec:
76
81
description: JSON specifies the patch in JSON Patch format (RFC
77
82
6902).
78
83
items:
79
-
description: "RawExtension is a wrapper around runtime.RawExtension.
80
-
\n It exists so we can add the PreserveUnknownFields directive
81
-
on the items in a []RawExtension list, rather than to the
82
-
list itself. Adding PreserveUnknownFields to the list itself
83
-
works in the latest patch releases of k8s v1.18+, but the
84
-
fix was never backported to v1.17 or older: \n https://github.com/kubernetes/kubernetes/pull/94888"
84
+
description: |-
85
+
RawExtension is a wrapper around runtime.RawExtension.
86
+
87
+
It exists so we can add the PreserveUnknownFields directive on the items in
88
+
a []RawExtension list, rather than to the list itself.
89
+
Adding PreserveUnknownFields to the list itself works in the latest patch
90
+
releases of k8s v1.18+, but the fix was never backported to v1.17 or older:
Copy file name to clipboardexpand all lines: signadot/operator/templates/io-context-server-deployment.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ spec:
40
40
- /app/io-context-server
41
41
- -tls=secretns=signadot
42
42
- -port=8443
43
-
image: {{ with .Values }}{{ with .ioContextServer }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-context-server:v0.18.0{{- end }}{{- else -}}signadot/io-context-server:v0.18.0{{- end }}{{- else -}}signadot/io-context-server:v0.18.0{{- end }}
43
+
image: {{ with .Values }}{{ with .ioContextServer }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-context-server:v0.19.0{{- end }}{{- else -}}signadot/io-context-server:v0.19.0{{- end }}{{- else -}}signadot/io-context-server:v0.19.0{{- end }}
44
44
imagePullPolicy: {{ with .Values }}{{ with .ioContextServer }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
0 commit comments