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
@@ -72,7 +72,7 @@ spec:
72
72
secretKeyRef:
73
73
key: token
74
74
name: {{ with .Values }}{{ with .agent }}{{ with .tokenSecret }}{{ . }}{{- else -}}"cluster-agent"{{- end }}{{- else -}}"cluster-agent"{{- end }}{{- else -}}"cluster-agent"{{- end }}
75
-
image: {{ with .Values }}{{ with .agent }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/agent:v1.0.0{{- end }}{{- else -}}signadot/agent:v1.0.0{{- end }}{{- else -}}signadot/agent:v1.0.0{{- end }}
75
+
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 }}
76
76
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/cluster-agent-secret.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
apiVersion: v1
4
4
kind: Secret
5
5
metadata:
6
-
name: cluster-agent
6
+
name: {{ with .Values }}{{ with .agent }}{{ with .tokenSecret }}{{ . }}{{- else -}}"cluster-agent"{{- end }}{{- else -}}"cluster-agent"{{- end }}{{- else -}}"cluster-agent"{{- 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.0.0{{- end }}{{- else -}}signadot/io-context-server:v1.0.0{{- end }}{{- else -}}signadot/io-context-server:v1.0.0{{- end }}
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 }}
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
@@ -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:v1.0.0{{- end }}{{- else -}}signadot/route-server:v1.0.0{{- end }}{{- else -}}signadot/route-server:v1.0.0{{- end }}
39
+
- 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 }}
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
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -89,18 +89,18 @@ spec:
89
89
- name: AGENT_TOKEN_SECRET
90
90
value: {{ with .Values }}{{ with .agent }}{{ with .tokenSecret }}{{ . }}{{- else -}}"cluster-agent"{{- end }}{{- else -}}"cluster-agent"{{- end }}{{- else -}}"cluster-agent"{{- end }}
91
91
- name: SIDECAR_INIT_IMAGE
92
-
value: {{ with .Values }}{{ with .routeInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar-init:v1.0.0{{- end }}{{- else -}}signadot/route-sidecar-init:v1.0.0{{- end }}{{- else -}}signadot/route-sidecar-init:v1.0.0{{- end }}
92
+
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 }}
93
93
- name: ROUTE_SIDECAR_IMAGE
94
-
value: {{ with .Values }}{{ with .routeSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar:v1.0.0{{- end }}{{- else -}}signadot/route-sidecar:v1.0.0{{- end }}{{- else -}}signadot/route-sidecar:v1.0.0{{- end }}
94
+
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 }}
95
95
- name: IO_INIT_IMAGE
96
-
value: {{ with .Values }}{{ with .ioInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-init:v1.0.0{{- end }}{{- else -}}signadot/io-init:v1.0.0{{- end }}{{- else -}}signadot/io-init:v1.0.0{{- end }}
96
+
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 }}
97
97
- name: IO_SIDECAR_IMAGE
98
-
value: {{ with .Values }}{{ with .ioSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-sidecar:v1.0.0{{- end }}{{- else -}}signadot/io-sidecar:v1.0.0{{- end }}{{- else -}}signadot/io-sidecar:v1.0.0{{- end }}
98
+
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 }}
99
99
- name: JOB_EXECUTOR_INIT_IMAGE
100
-
value: {{ with .Values }}{{ with .jobExecutorInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/job-executor-init:v1.0.0{{- end }}{{- else -}}signadot/job-executor-init:v1.0.0{{- end }}{{- else -}}signadot/job-executor-init:v1.0.0{{- end }}
100
+
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 }}
101
101
- name: JOB_EXECUTOR_PROXY_IMAGE
102
-
value: {{ with .Values }}{{ with .jobExecutorProxy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/job-executor-proxy:v1.0.0{{- end }}{{- else -}}signadot/job-executor-proxy:v1.0.0{{- end }}{{- else -}}signadot/job-executor-proxy:v1.0.0{{- end }}
103
-
image: {{ with .Values }}{{ with .controllerManager }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/controller-manager:v1.0.0{{- end }}{{- else -}}signadot/controller-manager:v1.0.0{{- end }}{{- else -}}signadot/controller-manager:v1.0.0{{- end }}
102
+
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 }}
103
+
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 }}
104
104
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
@@ -63,7 +63,7 @@ spec:
63
63
- env:
64
64
- name: AGENT_TOKEN_SECRET
65
65
value: {{ with .Values }}{{ with .agent }}{{ with .tokenSecret }}{{ . }}{{- else -}}"cluster-agent"{{- end }}{{- else -}}"cluster-agent"{{- end }}{{- else -}}"cluster-agent"{{- end }}
66
-
image: {{ with .Values }}{{ with .trafficManager }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/traffic-manager:v1.0.0{{- end }}{{- else -}}signadot/traffic-manager:v1.0.0{{- end }}{{- else -}}signadot/traffic-manager:v1.0.0{{- end }}
66
+
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 }}
67
67
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.0.0{{- end }}{{- else -}}signadot/tunnel-api:v1.0.0{{- end }}{{- else -}}signadot/tunnel-api:v1.0.0{{- end }}{{- else -}}signadot/tunnel-api:v1.0.0{{- 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 }}
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.0.0{{- end }}{{- else -}}signadot/tunnel-proxy:v1.0.0{{- end }}{{- else -}}signadot/tunnel-proxy:v1.0.0{{- end }}{{- else -}}signadot/tunnel-proxy:v1.0.0{{- end }}
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 }}
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.0.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v1.0.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v1.0.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v1.0.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v1.0.0{{- end }}
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 }}
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