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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ spec:
63
63
{{- end }}
64
64
spec:
65
65
containers:
66
-
- image: {{ with .Values }}{{ with .agent }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/agent:v1.1.0{{- end }}{{- else -}}signadot/agent:v1.1.0{{- end }}{{- else -}}signadot/agent:v1.1.0{{- end }}
66
+
- image: {{ with .Values }}{{ with .agent }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/agent:v1.2.0{{- end }}{{- else -}}signadot/agent:v1.2.0{{- end }}{{- else -}}signadot/agent:v1.2.0{{- end }}
67
67
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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ spec:
42
42
- /app/io-context-server
43
43
- -tls=secretns=signadot
44
44
- -port=8443
45
-
image: {{ with .Values }}{{ with .ioContextServer }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-context-server:v1.1.0{{- end }}{{- else -}}signadot/io-context-server:v1.1.0{{- end }}{{- else -}}signadot/io-context-server:v1.1.0{{- end }}
45
+
image: {{ with .Values }}{{ with .ioContextServer }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-context-server:v1.2.0{{- end }}{{- else -}}signadot/io-context-server:v1.2.0{{- end }}{{- else -}}signadot/io-context-server:v1.2.0{{- end }}
46
46
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-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ spec:
38
38
{{- end }}
39
39
spec:
40
40
containers:
41
-
- image: {{ with .Values }}{{ with .routeServer }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-server:v1.1.0{{- end }}{{- else -}}signadot/route-server:v1.1.0{{- end }}{{- else -}}signadot/route-server:v1.1.0{{- end }}
41
+
- image: {{ with .Values }}{{ with .routeServer }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-server:v1.2.0{{- end }}{{- else -}}signadot/route-server:v1.2.0{{- end }}{{- else -}}signadot/route-server:v1.2.0{{- end }}
42
42
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
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -87,18 +87,18 @@ spec:
87
87
- name: JOB_EXECUTOR_PROXY_IMAGE_PULL_SECRET
88
88
value: {{ with .Values }}{{ with .jobExecutorProxy }}{{ with .imagePullSecret }}{{ . }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}
89
89
- name: SIDECAR_INIT_IMAGE
90
-
value: {{ with .Values }}{{ with .routeInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar-init:v1.1.0{{- end }}{{- else -}}signadot/route-sidecar-init:v1.1.0{{- end }}{{- else -}}signadot/route-sidecar-init:v1.1.0{{- end }}
90
+
value: {{ with .Values }}{{ with .routeInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar-init:v1.2.0{{- end }}{{- else -}}signadot/route-sidecar-init:v1.2.0{{- end }}{{- else -}}signadot/route-sidecar-init:v1.2.0{{- end }}
91
91
- name: ROUTE_SIDECAR_IMAGE
92
-
value: {{ with .Values }}{{ with .routeSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar:v1.1.0{{- end }}{{- else -}}signadot/route-sidecar:v1.1.0{{- end }}{{- else -}}signadot/route-sidecar:v1.1.0{{- end }}
92
+
value: {{ with .Values }}{{ with .routeSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar:v1.2.0{{- end }}{{- else -}}signadot/route-sidecar:v1.2.0{{- end }}{{- else -}}signadot/route-sidecar:v1.2.0{{- end }}
93
93
- name: IO_INIT_IMAGE
94
-
value: {{ with .Values }}{{ with .ioInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-init:v1.1.0{{- end }}{{- else -}}signadot/io-init:v1.1.0{{- end }}{{- else -}}signadot/io-init:v1.1.0{{- end }}
94
+
value: {{ with .Values }}{{ with .ioInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-init:v1.2.0{{- end }}{{- else -}}signadot/io-init:v1.2.0{{- end }}{{- else -}}signadot/io-init:v1.2.0{{- end }}
95
95
- name: IO_SIDECAR_IMAGE
96
-
value: {{ with .Values }}{{ with .ioSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-sidecar:v1.1.0{{- end }}{{- else -}}signadot/io-sidecar:v1.1.0{{- end }}{{- else -}}signadot/io-sidecar:v1.1.0{{- end }}
96
+
value: {{ with .Values }}{{ with .ioSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-sidecar:v1.2.0{{- end }}{{- else -}}signadot/io-sidecar:v1.2.0{{- end }}{{- else -}}signadot/io-sidecar:v1.2.0{{- end }}
97
97
- name: JOB_EXECUTOR_INIT_IMAGE
98
-
value: {{ with .Values }}{{ with .jobExecutorInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/job-executor-init:v1.1.0{{- end }}{{- else -}}signadot/job-executor-init:v1.1.0{{- end }}{{- else -}}signadot/job-executor-init:v1.1.0{{- end }}
98
+
value: {{ with .Values }}{{ with .jobExecutorInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/job-executor-init:v1.2.0{{- end }}{{- else -}}signadot/job-executor-init:v1.2.0{{- end }}{{- else -}}signadot/job-executor-init:v1.2.0{{- end }}
99
99
- name: JOB_EXECUTOR_PROXY_IMAGE
100
-
value: {{ with .Values }}{{ with .jobExecutorProxy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/job-executor-proxy:v1.1.0{{- end }}{{- else -}}signadot/job-executor-proxy:v1.1.0{{- end }}{{- else -}}signadot/job-executor-proxy:v1.1.0{{- end }}
101
-
image: {{ with .Values }}{{ with .controllerManager }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/controller-manager:v1.1.0{{- end }}{{- else -}}signadot/controller-manager:v1.1.0{{- end }}{{- else -}}signadot/controller-manager:v1.1.0{{- end }}
100
+
value: {{ with .Values }}{{ with .jobExecutorProxy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/job-executor-proxy:v1.2.0{{- end }}{{- else -}}signadot/job-executor-proxy:v1.2.0{{- end }}{{- else -}}signadot/job-executor-proxy:v1.2.0{{- end }}
101
+
image: {{ with .Values }}{{ with .controllerManager }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/controller-manager:v1.2.0{{- end }}{{- else -}}signadot/controller-manager:v1.2.0{{- end }}{{- else -}}signadot/controller-manager:v1.2.0{{- end }}
102
102
imagePullPolicy: {{ with .Values }}{{ with .controllerManager }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
Copy file name to clipboardExpand all lines: signadot/operator/templates/traffic-manager-deployment.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ spec:
62
62
{{- end }}
63
63
spec:
64
64
containers:
65
-
- image: {{ with .Values }}{{ with .trafficManager }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/traffic-manager:v1.1.0{{- end }}{{- else -}}signadot/traffic-manager:v1.1.0{{- end }}{{- else -}}signadot/traffic-manager:v1.1.0{{- end }}
65
+
- image: {{ with .Values }}{{ with .trafficManager }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/traffic-manager:v1.2.0{{- end }}{{- else -}}signadot/traffic-manager:v1.2.0{{- end }}{{- else -}}signadot/traffic-manager:v1.2.0{{- end }}
66
66
imagePullPolicy: {{ with .Values }}{{ with .trafficManager }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
Copy file name to clipboardExpand all lines: signadot/operator/templates/tunnel-api-deployment.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ spec:
49
49
{{- with .Values }}{{- with .tunnel }}{{- with .config }}{{- with .externalDNS }}{{- with .syncInterval }}
50
50
- --external-dns-resync-interval={{ . }}
51
51
{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}
52
-
image: {{ with .Values }}{{ with .tunnel }}{{ with .api }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-api:v1.1.0{{- end }}{{- else -}}signadot/tunnel-api:v1.1.0{{- end }}{{- else -}}signadot/tunnel-api:v1.1.0{{- end }}{{- else -}}signadot/tunnel-api:v1.1.0{{- end }}
52
+
image: {{ with .Values }}{{ with .tunnel }}{{ with .api }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-api:v1.2.0{{- end }}{{- else -}}signadot/tunnel-api:v1.2.0{{- end }}{{- else -}}signadot/tunnel-api:v1.2.0{{- end }}{{- else -}}signadot/tunnel-api:v1.2.0{{- end }}
53
53
imagePullPolicy: {{ with .Values }}{{ with .tunnel }}{{ with .api }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
Copy file name to clipboardExpand all lines: signadot/operator/templates/tunnel-proxy-deployment.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ spec:
79
79
valueFrom:
80
80
fieldRef:
81
81
fieldPath: metadata.name
82
-
image: {{ with .Values }}{{ with .tunnel }}{{ with .proxy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-proxy:v1.1.0{{- end }}{{- else -}}signadot/tunnel-proxy:v1.1.0{{- end }}{{- else -}}signadot/tunnel-proxy:v1.1.0{{- end }}{{- else -}}signadot/tunnel-proxy:v1.1.0{{- end }}
82
+
image: {{ with .Values }}{{ with .tunnel }}{{ with .proxy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-proxy:v1.2.0{{- end }}{{- else -}}signadot/tunnel-proxy:v1.2.0{{- end }}{{- else -}}signadot/tunnel-proxy:v1.2.0{{- end }}{{- else -}}signadot/tunnel-proxy:v1.2.0{{- end }}
83
83
imagePullPolicy: {{ with .Values }}{{ with .tunnel }}{{ with .proxy }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
84
84
name: tunnel-proxy
85
85
ports:
@@ -134,7 +134,7 @@ spec:
134
134
value: "10000"
135
135
- name: OUTBOUND_AUDITOR_PORT
136
136
value: "10001"
137
-
image: {{ with .Values }}{{ with .tunnel }}{{ with .auditor }}{{ with .init }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-auditor-init:v1.1.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v1.1.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v1.1.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v1.1.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v1.1.0{{- end }}
137
+
image: {{ with .Values }}{{ with .tunnel }}{{ with .auditor }}{{ with .init }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-auditor-init:v1.2.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v1.2.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v1.2.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v1.2.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v1.2.0{{- end }}
138
138
imagePullPolicy: {{ with .Values }}{{ with .tunnel }}{{ with .auditor }}{{ with .init }}{{ with .imagePullPolicy }}{{ . }}{{- else -}}"IfNotPresent"{{- end }}{{- else -}}"IfNotPresent"{{- end }}{{- else -}}"IfNotPresent"{{- end }}{{- else -}}"IfNotPresent"{{- end }}{{- else -}}"IfNotPresent"{{- end }}
139
139
name: auditor-init
140
140
{{- with .Values }}{{- with .tunnel }}{{- with .auditor }}{{- with .init }}{{- with .resources }}
0 commit comments