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
@@ -61,7 +61,7 @@ spec:
61
61
secretKeyRef:
62
62
key: token
63
63
name: cluster-agent
64
-
image: {{ with .Values }}{{ with .agent }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/agent:v0.19.2{{- end }}{{- else -}}signadot/agent:v0.19.2{{- end }}{{- else -}}signadot/agent:v0.19.2{{- end }}
64
+
image: {{ with .Values }}{{ with .agent }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/agent:v0.19.3{{- end }}{{- else -}}signadot/agent:v0.19.3{{- end }}{{- else -}}signadot/agent:v0.19.3{{- end }}
65
65
imagePullPolicy: {{ with .Values }}{{ with .agent }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
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.19.2{{- end }}{{- else -}}signadot/io-context-server:v0.19.2{{- end }}{{- else -}}signadot/io-context-server:v0.19.2{{- end }}
43
+
image: {{ with .Values }}{{ with .ioContextServer }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-context-server:v0.19.3{{- end }}{{- else -}}signadot/io-context-server:v0.19.3{{- end }}{{- else -}}signadot/io-context-server:v0.19.3{{- end }}
44
44
imagePullPolicy: {{ with .Values }}{{ with .ioContextServer }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
Copy file name to clipboardexpand all lines: signadot/operator/templates/routeserver-deployment.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ spec:
36
36
{{- end }}
37
37
spec:
38
38
containers:
39
-
- image: {{ with .Values }}{{ with .routeServer }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-server:v0.19.2{{- end }}{{- else -}}signadot/route-server:v0.19.2{{- end }}{{- else -}}signadot/route-server:v0.19.2{{- end }}
39
+
- image: {{ with .Values }}{{ with .routeServer }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-server:v0.19.3{{- end }}{{- else -}}signadot/route-server:v0.19.3{{- end }}{{- else -}}signadot/route-server:v0.19.3{{- end }}
40
40
imagePullPolicy: {{ with .Values }}{{ with .routeServer }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
Copy file name to clipboardexpand all lines: signadot/operator/templates/signadot-controller-manager-deployment.yaml
+28-14
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,9 @@ metadata:
14
14
name: signadot-controller-manager
15
15
namespace: signadot
16
16
spec:
17
-
replicas: 1
17
+
{{- with .Values }}{{- with .operator }}{{- with .replicas }}
18
+
replicas: {{ . }}
19
+
{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}
18
20
selector:
19
21
matchLabels:
20
22
control-plane: controller-manager
@@ -44,6 +46,22 @@ spec:
44
46
command:
45
47
- /manager
46
48
env:
49
+
- name: DEV_MESH_INIT_CONTAINER_RESOURCES
50
+
value: {{ with .Values }}{{ with .routeInit }}{{ with .resources }}{{ mustToJson . | quote}}{{- else -}}""{{- end }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}
51
+
- name: DEV_MESH_SIDECAR_CONTAINER_RESOURCES
52
+
value: {{ with .Values }}{{ with .routeSidecar }}{{ with .resources }}{{ mustToJson . | quote}}{{- else -}}""{{- end }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}
value: {{ with .Values }}{{ with .sandboxTrafficManager }}{{ with .init }}{{ with .resources }}{{ mustToJson . | quote}}{{- else -}}""{{- end }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}
value: {{ with .Values }}{{ with .sandboxTrafficManager }}{{ with .sidecar }}{{ with .resources }}{{ mustToJson . | quote}}{{- else -}}""{{- end }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}
57
+
- name: IO_INIT_CONTAINER_RESOURCES
58
+
value: {{ with .Values }}{{ with .ioInit }}{{ with .resources }}{{ mustToJson . | quote}}{{- else -}}""{{- end }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}
59
+
- name: IO_SIDECAR_CONTAINER_RESOURCES
60
+
value: {{ with .Values }}{{ with .ioSidecar }}{{ with .resources }}{{ mustToJson . | quote}}{{- else -}}""{{- end }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}
61
+
- name: JOB_EXECUTOR_INIT_CONTAINER_RESOURCES
62
+
value: {{ with .Values }}{{ with .jobExecutorInit }}{{ with .resources }}{{ mustToJson . | quote}}{{- else -}}""{{- end }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}
63
+
- name: JOB_EXECUTOR_PROXY_CONTAINER_RESOURCES
64
+
value: {{ with .Values }}{{ with .jobExecutorProxy }}{{ with .resources }}{{ mustToJson . | quote}}{{- else -}}""{{- end }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}
47
65
- name: SIDECAR_INIT_IMAGE_PULL_POLICY
48
66
value: {{ with .Values }}{{ with .routeInit }}{{ with .imagePullPolicy }}{{ . }}{{- else -}}"IfNotPresent"{{- end }}{{- else -}}"IfNotPresent"{{- end }}{{- else -}}"IfNotPresent"{{- end }}
value: {{ with .Values }}{{ with .sandboxTrafficManager }}{{ with .sidecar }}{{ with .imagePullSecret }}{{ . }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}
83
101
- name: SIDECAR_INIT_IMAGE
84
-
value: {{ with .Values }}{{ with .routeInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar-init:v0.19.2{{- end }}{{- else -}}signadot/route-sidecar-init:v0.19.2{{- end }}{{- else -}}signadot/route-sidecar-init:v0.19.2{{- end }}
85
-
- name: LEGACY_SIDECAR_INIT_IMAGE
86
-
value: {{ with .Values }}{{ with .routeInit }}{{ with .legacy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/sd-init-networking:latest{{- end }}{{- else -}}signadot/sd-init-networking:latest{{- end }}{{- else -}}signadot/sd-init-networking:latest{{- end }}{{- else -}}signadot/sd-init-networking:latest{{- end }}
102
+
value: {{ with .Values }}{{ with .routeInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar-init:v0.19.3{{- end }}{{- else -}}signadot/route-sidecar-init:v0.19.3{{- end }}{{- else -}}signadot/route-sidecar-init:v0.19.3{{- end }}
87
103
- name: ROUTE_SIDECAR_IMAGE
88
-
value: {{ with .Values }}{{ with .routeSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar:v0.19.2{{- end }}{{- else -}}signadot/route-sidecar:v0.19.2{{- end }}{{- else -}}signadot/route-sidecar:v0.19.2{{- end }}
89
-
- name: LEGACY_ROUTE_SIDECAR_IMAGE
90
-
value: {{ with .Values }}{{ with .routeSidecar }}{{ with .legacy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar-legacy:v0.19.2{{- end }}{{- else -}}signadot/route-sidecar-legacy:v0.19.2{{- end }}{{- else -}}signadot/route-sidecar-legacy:v0.19.2{{- end }}{{- else -}}signadot/route-sidecar-legacy:v0.19.2{{- end }}
104
+
value: {{ with .Values }}{{ with .routeSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar:v0.19.3{{- end }}{{- else -}}signadot/route-sidecar:v0.19.3{{- end }}{{- else -}}signadot/route-sidecar:v0.19.3{{- end }}
91
105
- name: IO_INIT_IMAGE
92
-
value: {{ with .Values }}{{ with .ioInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-init:v0.19.2{{- end }}{{- else -}}signadot/io-init:v0.19.2{{- end }}{{- else -}}signadot/io-init:v0.19.2{{- end }}
106
+
value: {{ with .Values }}{{ with .ioInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-init:v0.19.3{{- end }}{{- else -}}signadot/io-init:v0.19.3{{- end }}{{- else -}}signadot/io-init:v0.19.3{{- end }}
93
107
- name: IO_SIDECAR_IMAGE
94
-
value: {{ with .Values }}{{ with .ioSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-sidecar:v0.19.2{{- end }}{{- else -}}signadot/io-sidecar:v0.19.2{{- end }}{{- else -}}signadot/io-sidecar:v0.19.2{{- end }}
108
+
value: {{ with .Values }}{{ with .ioSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-sidecar:v0.19.3{{- end }}{{- else -}}signadot/io-sidecar:v0.19.3{{- end }}{{- else -}}signadot/io-sidecar:v0.19.3{{- end }}
95
109
- name: JOB_EXECUTOR_INIT_IMAGE
96
-
value: {{ with .Values }}{{ with .jobExecutorInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/job-executor-init:v0.19.2{{- end }}{{- else -}}signadot/job-executor-init:v0.19.2{{- end }}{{- else -}}signadot/job-executor-init:v0.19.2{{- end }}
110
+
value: {{ with .Values }}{{ with .jobExecutorInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/job-executor-init:v0.19.3{{- end }}{{- else -}}signadot/job-executor-init:v0.19.3{{- end }}{{- else -}}signadot/job-executor-init:v0.19.3{{- end }}
97
111
- name: JOB_EXECUTOR_PROXY_IMAGE
98
-
value: {{ with .Values }}{{ with .jobExecutorProxy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/job-executor-proxy:v0.19.2{{- end }}{{- else -}}signadot/job-executor-proxy:v0.19.2{{- end }}{{- else -}}signadot/job-executor-proxy:v0.19.2{{- end }}
112
+
value: {{ with .Values }}{{ with .jobExecutorProxy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/job-executor-proxy:v0.19.3{{- end }}{{- else -}}signadot/job-executor-proxy:v0.19.3{{- end }}{{- else -}}signadot/job-executor-proxy:v0.19.3{{- end }}
99
113
- name: SANDBOX_TRAFFICMANAGER_INIT_IMAGE
100
-
value: {{ with .Values }}{{ with .sandboxTrafficManager }}{{ with .init }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/sandbox-traffic-manager-init:v0.19.2{{- end }}{{- else -}}signadot/sandbox-traffic-manager-init:v0.19.2{{- end }}{{- else -}}signadot/sandbox-traffic-manager-init:v0.19.2{{- end }}{{- else -}}signadot/sandbox-traffic-manager-init:v0.19.2{{- end }}
114
+
value: {{ with .Values }}{{ with .sandboxTrafficManager }}{{ with .init }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/sandbox-traffic-manager-init:v0.19.3{{- end }}{{- else -}}signadot/sandbox-traffic-manager-init:v0.19.3{{- end }}{{- else -}}signadot/sandbox-traffic-manager-init:v0.19.3{{- end }}{{- else -}}signadot/sandbox-traffic-manager-init:v0.19.3{{- end }}
101
115
- name: SANDBOX_TRAFFICMANAGER_SIDECAR_IMAGE
102
-
value: {{ with .Values }}{{ with .sandboxTrafficManager }}{{ with .sidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/sandbox-traffic-manager-sidecar:v0.19.2{{- end }}{{- else -}}signadot/sandbox-traffic-manager-sidecar:v0.19.2{{- end }}{{- else -}}signadot/sandbox-traffic-manager-sidecar:v0.19.2{{- end }}{{- else -}}signadot/sandbox-traffic-manager-sidecar:v0.19.2{{- end }}
103
-
image: {{ with .Values }}{{ with .operator }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/operator:v0.19.2{{- end }}{{- else -}}signadot/operator:v0.19.2{{- end }}{{- else -}}signadot/operator:v0.19.2{{- end }}
116
+
value: {{ with .Values }}{{ with .sandboxTrafficManager }}{{ with .sidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/sandbox-traffic-manager-sidecar:v0.19.3{{- end }}{{- else -}}signadot/sandbox-traffic-manager-sidecar:v0.19.3{{- end }}{{- else -}}signadot/sandbox-traffic-manager-sidecar:v0.19.3{{- end }}{{- else -}}signadot/sandbox-traffic-manager-sidecar:v0.19.3{{- end }}
117
+
image: {{ with .Values }}{{ with .operator }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/operator:v0.19.3{{- end }}{{- else -}}signadot/operator:v0.19.3{{- end }}{{- else -}}signadot/operator:v0.19.3{{- end }}
104
118
imagePullPolicy: {{ with .Values }}{{ with .operator }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
0 commit comments