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
@@ -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.13.2{{- end }}{{- else -}}signadot/agent:v0.13.2{{- end }}{{- else -}}signadot/agent:v0.13.2{{- end }}
51
+
image: {{ with .Values }}{{ with .agent }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/agent:v0.13.3{{- end }}{{- else -}}signadot/agent:v0.13.3{{- end }}{{- else -}}signadot/agent:v0.13.3{{- end }}
52
52
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
@@ -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.13.2{{- end }}{{- else -}}signadot/io-context-server:v0.13.2{{- end }}{{- else -}}signadot/io-context-server:v0.13.2{{- end }}
43
+
image: {{ with .Values }}{{ with .ioContextServer }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-context-server:v0.13.3{{- end }}{{- else -}}signadot/io-context-server:v0.13.3{{- end }}{{- else -}}signadot/io-context-server:v0.13.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-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:v0.13.2{{- end }}{{- else -}}signadot/route-server:v0.13.2{{- end }}{{- else -}}signadot/route-server:v0.13.2{{- end }}
39
+
- image: {{ with .Values }}{{ with .routeServer }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-server:v0.13.3{{- end }}{{- else -}}signadot/route-server:v0.13.3{{- end }}{{- else -}}signadot/route-server:v0.13.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
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -78,16 +78,20 @@ spec:
78
78
- name: EXECPOD_SIDECAR_IMAGE_PULL_SECRET
79
79
value: {{ with .Values }}{{ with .execpodSidecar }}{{ with .imagePullSecret }}{{ . }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}
80
80
- name: SIDECAR_INIT_IMAGE
81
-
value: {{ with .Values }}{{ with .routeInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/sd-init-networking:latest{{- end }}{{- else -}}signadot/sd-init-networking:latest{{- end }}{{- else -}}signadot/sd-init-networking:latest{{- end }}
81
+
value: {{ with .Values }}{{ with .routeInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar-init:v0.13.3{{- end }}{{- else -}}signadot/route-sidecar-init:v0.13.3{{- end }}{{- else -}}signadot/route-sidecar-init:v0.13.3{{- end }}
82
+
- name: LEGACY_SIDECAR_INIT_IMAGE
83
+
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 }}
82
84
- name: ROUTE_SIDECAR_IMAGE
83
-
value: {{ with .Values }}{{ with .routeSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar:v0.13.2{{- end }}{{- else -}}signadot/route-sidecar:v0.13.2{{- end }}{{- else -}}signadot/route-sidecar:v0.13.2{{- end }}
85
+
value: {{ with .Values }}{{ with .routeSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar:v0.13.3{{- end }}{{- else -}}signadot/route-sidecar:v0.13.3{{- end }}{{- else -}}signadot/route-sidecar:v0.13.3{{- end }}
86
+
- name: LEGACY_ROUTE_SIDECAR_IMAGE
87
+
value: {{ with .Values }}{{ with .routeSidecar }}{{ with .legacy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar-legacy:v0.13.3{{- end }}{{- else -}}signadot/route-sidecar-legacy:v0.13.3{{- end }}{{- else -}}signadot/route-sidecar-legacy:v0.13.3{{- end }}{{- else -}}signadot/route-sidecar-legacy:v0.13.3{{- end }}
84
88
- name: EXECPOD_SIDECAR_IMAGE
85
-
value: {{ with .Values }}{{ with .execpodSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/execpod-sidecar:v0.13.2{{- end }}{{- else -}}signadot/execpod-sidecar:v0.13.2{{- end }}{{- else -}}signadot/execpod-sidecar:v0.13.2{{- end }}
89
+
value: {{ with .Values }}{{ with .execpodSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/execpod-sidecar:v0.13.3{{- end }}{{- else -}}signadot/execpod-sidecar:v0.13.3{{- end }}{{- else -}}signadot/execpod-sidecar:v0.13.3{{- end }}
86
90
- name: IO_INIT_IMAGE
87
-
value: {{ with .Values }}{{ with .ioInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-init:v0.13.2{{- end }}{{- else -}}signadot/io-init:v0.13.2{{- end }}{{- else -}}signadot/io-init:v0.13.2{{- end }}
91
+
value: {{ with .Values }}{{ with .ioInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-init:v0.13.3{{- end }}{{- else -}}signadot/io-init:v0.13.3{{- end }}{{- else -}}signadot/io-init:v0.13.3{{- end }}
88
92
- name: IO_SIDECAR_IMAGE
89
-
value: {{ with .Values }}{{ with .ioSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-sidecar:v0.13.2{{- end }}{{- else -}}signadot/io-sidecar:v0.13.2{{- end }}{{- else -}}signadot/io-sidecar:v0.13.2{{- end }}
90
-
image: {{ with .Values }}{{ with .operator }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/operator:v0.13.2{{- end }}{{- else -}}signadot/operator:v0.13.2{{- end }}{{- else -}}signadot/operator:v0.13.2{{- end }}
93
+
value: {{ with .Values }}{{ with .ioSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-sidecar:v0.13.3{{- end }}{{- else -}}signadot/io-sidecar:v0.13.3{{- end }}{{- else -}}signadot/io-sidecar:v0.13.3{{- end }}
94
+
image: {{ with .Values }}{{ with .operator }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/operator:v0.13.3{{- end }}{{- else -}}signadot/operator:v0.13.3{{- end }}{{- else -}}signadot/operator:v0.13.3{{- end }}
91
95
imagePullPolicy: {{ with .Values }}{{ with .operator }}{{ 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
@@ -45,7 +45,7 @@ spec:
45
45
{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}
46
46
{{ with .Values }}{{ with .tunnel }}{{ with .config }}{{ with .externalDNS }}{{ with .syncInterval }} - --external-dns-resync-interval={{ . }}
47
47
{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}
48
-
image: {{ with .Values }}{{ with .tunnel }}{{ with .api }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-api:v0.13.2{{- end }}{{- else -}}signadot/tunnel-api:v0.13.2{{- end }}{{- else -}}signadot/tunnel-api:v0.13.2{{- end }}{{- else -}}signadot/tunnel-api:v0.13.2{{- end }}
48
+
image: {{ with .Values }}{{ with .tunnel }}{{ with .api }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-api:v0.13.3{{- end }}{{- else -}}signadot/tunnel-api:v0.13.3{{- end }}{{- else -}}signadot/tunnel-api:v0.13.3{{- end }}{{- else -}}signadot/tunnel-api:v0.13.3{{- end }}
49
49
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
@@ -53,7 +53,7 @@ spec:
53
53
valueFrom:
54
54
fieldRef:
55
55
fieldPath: metadata.name
56
-
image: {{ with .Values }}{{ with .tunnel }}{{ with .proxy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-proxy:v0.13.2{{- end }}{{- else -}}signadot/tunnel-proxy:v0.13.2{{- end }}{{- else -}}signadot/tunnel-proxy:v0.13.2{{- end }}{{- else -}}signadot/tunnel-proxy:v0.13.2{{- end }}
56
+
image: {{ with .Values }}{{ with .tunnel }}{{ with .proxy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-proxy:v0.13.3{{- end }}{{- else -}}signadot/tunnel-proxy:v0.13.3{{- end }}{{- else -}}signadot/tunnel-proxy:v0.13.3{{- end }}{{- else -}}signadot/tunnel-proxy:v0.13.3{{- end }}
57
57
imagePullPolicy: {{ with .Values }}{{ with .tunnel }}{{ with .proxy }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
58
58
name: tunnel-proxy
59
59
ports:
@@ -97,7 +97,7 @@ spec:
97
97
value: "10000"
98
98
- name: OUTBOUND_AUDITOR_PORT
99
99
value: "10001"
100
-
image: {{ with .Values }}{{ with .tunnel }}{{ with .auditor }}{{ with .init }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-auditor-init:v0.13.2{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.13.2{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.13.2{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.13.2{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.13.2{{- end }}
100
+
image: {{ with .Values }}{{ with .tunnel }}{{ with .auditor }}{{ with .init }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-auditor-init:v0.13.3{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.13.3{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.13.3{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.13.3{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.13.3{{- end }}
101
101
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 }}
0 commit comments