Skip to content

Commit 7cdd767

Browse files
authored
Merge pull request #59 from signadot/v0.14-1-changes
v0.14.1 changes
2 parents c0b0cf1 + 918cd69 commit 7cdd767

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

signadot/operator/templates/agent-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
secretKeyRef:
4949
key: token
5050
name: cluster-agent
51-
image: {{ with .Values }}{{ with .agent }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/agent:v0.14.0{{- end }}{{- else -}}signadot/agent:v0.14.0{{- end }}{{- else -}}signadot/agent:v0.14.0{{- end }}
51+
image: {{ with .Values }}{{ with .agent }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/agent:v0.14.1{{- end }}{{- else -}}signadot/agent:v0.14.1{{- end }}{{- else -}}signadot/agent:v0.14.1{{- end }}
5252
imagePullPolicy: {{ with .Values }}{{ with .agent }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
5353
livenessProbe:
5454
httpGet:

signadot/operator/templates/io-context-server-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
- /app/io-context-server
4141
- -tls=secretns=signadot
4242
- -port=8443
43-
image: {{ with .Values }}{{ with .ioContextServer }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-context-server:v0.14.0{{- end }}{{- else -}}signadot/io-context-server:v0.14.0{{- end }}{{- else -}}signadot/io-context-server:v0.14.0{{- end }}
43+
image: {{ with .Values }}{{ with .ioContextServer }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-context-server:v0.14.1{{- end }}{{- else -}}signadot/io-context-server:v0.14.1{{- end }}{{- else -}}signadot/io-context-server:v0.14.1{{- end }}
4444
imagePullPolicy: {{ with .Values }}{{ with .ioContextServer }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
4545
name: io-context-server
4646
ports:

signadot/operator/templates/routeserver-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ spec:
3636
{{- end }}
3737
spec:
3838
containers:
39-
- image: {{ with .Values }}{{ with .routeServer }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-server:v0.14.0{{- end }}{{- else -}}signadot/route-server:v0.14.0{{- end }}{{- else -}}signadot/route-server:v0.14.0{{- end }}
39+
- image: {{ with .Values }}{{ with .routeServer }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-server:v0.14.1{{- end }}{{- else -}}signadot/route-server:v0.14.1{{- end }}{{- else -}}signadot/route-server:v0.14.1{{- end }}
4040
imagePullPolicy: {{ with .Values }}{{ with .routeServer }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
4141
name: routeserver
4242
ports:

signadot/operator/templates/signadot-controller-manager-deployment.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,20 +71,20 @@ spec:
7171
- name: ISTIO_ADDITIONAL_ANNOTATIONS
7272
value: {{ with .Values }}{{ with .istio }}{{ with .additionalAnnotations }}{{ mustToJson . | quote}}{{- else -}}""{{- end }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}
7373
- name: SIDECAR_INIT_IMAGE
74-
value: {{ with .Values }}{{ with .routeInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar-init:v0.14.0{{- end }}{{- else -}}signadot/route-sidecar-init:v0.14.0{{- end }}{{- else -}}signadot/route-sidecar-init:v0.14.0{{- end }}
74+
value: {{ with .Values }}{{ with .routeInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar-init:v0.14.1{{- end }}{{- else -}}signadot/route-sidecar-init:v0.14.1{{- end }}{{- else -}}signadot/route-sidecar-init:v0.14.1{{- end }}
7575
- name: LEGACY_SIDECAR_INIT_IMAGE
7676
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 }}
7777
- name: ROUTE_SIDECAR_IMAGE
78-
value: {{ with .Values }}{{ with .routeSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar:v0.14.0{{- end }}{{- else -}}signadot/route-sidecar:v0.14.0{{- end }}{{- else -}}signadot/route-sidecar:v0.14.0{{- end }}
78+
value: {{ with .Values }}{{ with .routeSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar:v0.14.1{{- end }}{{- else -}}signadot/route-sidecar:v0.14.1{{- end }}{{- else -}}signadot/route-sidecar:v0.14.1{{- end }}
7979
- name: LEGACY_ROUTE_SIDECAR_IMAGE
80-
value: {{ with .Values }}{{ with .routeSidecar }}{{ with .legacy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar-legacy:v0.14.0{{- end }}{{- else -}}signadot/route-sidecar-legacy:v0.14.0{{- end }}{{- else -}}signadot/route-sidecar-legacy:v0.14.0{{- end }}{{- else -}}signadot/route-sidecar-legacy:v0.14.0{{- end }}
80+
value: {{ with .Values }}{{ with .routeSidecar }}{{ with .legacy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar-legacy:v0.14.1{{- end }}{{- else -}}signadot/route-sidecar-legacy:v0.14.1{{- end }}{{- else -}}signadot/route-sidecar-legacy:v0.14.1{{- end }}{{- else -}}signadot/route-sidecar-legacy:v0.14.1{{- end }}
8181
- name: EXECPOD_SIDECAR_IMAGE
82-
value: {{ with .Values }}{{ with .execpodSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/execpod-sidecar:v0.14.0{{- end }}{{- else -}}signadot/execpod-sidecar:v0.14.0{{- end }}{{- else -}}signadot/execpod-sidecar:v0.14.0{{- end }}
82+
value: {{ with .Values }}{{ with .execpodSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/execpod-sidecar:v0.14.1{{- end }}{{- else -}}signadot/execpod-sidecar:v0.14.1{{- end }}{{- else -}}signadot/execpod-sidecar:v0.14.1{{- end }}
8383
- name: IO_INIT_IMAGE
84-
value: {{ with .Values }}{{ with .ioInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-init:v0.14.0{{- end }}{{- else -}}signadot/io-init:v0.14.0{{- end }}{{- else -}}signadot/io-init:v0.14.0{{- end }}
84+
value: {{ with .Values }}{{ with .ioInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-init:v0.14.1{{- end }}{{- else -}}signadot/io-init:v0.14.1{{- end }}{{- else -}}signadot/io-init:v0.14.1{{- end }}
8585
- name: IO_SIDECAR_IMAGE
86-
value: {{ with .Values }}{{ with .ioSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-sidecar:v0.14.0{{- end }}{{- else -}}signadot/io-sidecar:v0.14.0{{- end }}{{- else -}}signadot/io-sidecar:v0.14.0{{- end }}
87-
image: {{ with .Values }}{{ with .operator }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/operator:v0.14.0{{- end }}{{- else -}}signadot/operator:v0.14.0{{- end }}{{- else -}}signadot/operator:v0.14.0{{- end }}
86+
value: {{ with .Values }}{{ with .ioSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-sidecar:v0.14.1{{- end }}{{- else -}}signadot/io-sidecar:v0.14.1{{- end }}{{- else -}}signadot/io-sidecar:v0.14.1{{- end }}
87+
image: {{ with .Values }}{{ with .operator }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/operator:v0.14.1{{- end }}{{- else -}}signadot/operator:v0.14.1{{- end }}{{- else -}}signadot/operator:v0.14.1{{- end }}
8888
imagePullPolicy: {{ with .Values }}{{ with .operator }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
8989
livenessProbe:
9090
httpGet:

signadot/operator/templates/tunnel-api-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}
4646
{{ with .Values }}{{ with .tunnel }}{{ with .config }}{{ with .externalDNS }}{{ with .syncInterval }} - --external-dns-resync-interval={{ . }}
4747
{{- 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.14.0{{- end }}{{- else -}}signadot/tunnel-api:v0.14.0{{- end }}{{- else -}}signadot/tunnel-api:v0.14.0{{- end }}{{- else -}}signadot/tunnel-api:v0.14.0{{- end }}
48+
image: {{ with .Values }}{{ with .tunnel }}{{ with .api }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-api:v0.14.1{{- end }}{{- else -}}signadot/tunnel-api:v0.14.1{{- end }}{{- else -}}signadot/tunnel-api:v0.14.1{{- end }}{{- else -}}signadot/tunnel-api:v0.14.1{{- end }}
4949
imagePullPolicy: {{ with .Values }}{{ with .tunnel }}{{ with .api }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
5050
name: tunnel-api
5151
ports:

signadot/operator/templates/tunnel-proxy-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
valueFrom:
6161
fieldRef:
6262
fieldPath: metadata.name
63-
image: {{ with .Values }}{{ with .tunnel }}{{ with .proxy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-proxy:v0.14.0{{- end }}{{- else -}}signadot/tunnel-proxy:v0.14.0{{- end }}{{- else -}}signadot/tunnel-proxy:v0.14.0{{- end }}{{- else -}}signadot/tunnel-proxy:v0.14.0{{- end }}
63+
image: {{ with .Values }}{{ with .tunnel }}{{ with .proxy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-proxy:v0.14.1{{- end }}{{- else -}}signadot/tunnel-proxy:v0.14.1{{- end }}{{- else -}}signadot/tunnel-proxy:v0.14.1{{- end }}{{- else -}}signadot/tunnel-proxy:v0.14.1{{- end }}
6464
imagePullPolicy: {{ with .Values }}{{ with .tunnel }}{{ with .proxy }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
6565
name: tunnel-proxy
6666
ports:
@@ -108,7 +108,7 @@ spec:
108108
value: "10000"
109109
- name: OUTBOUND_AUDITOR_PORT
110110
value: "10001"
111-
image: {{ with .Values }}{{ with .tunnel }}{{ with .auditor }}{{ with .init }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-auditor-init:v0.14.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.14.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.14.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.14.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.14.0{{- end }}
111+
image: {{ with .Values }}{{ with .tunnel }}{{ with .auditor }}{{ with .init }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-auditor-init:v0.14.1{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.14.1{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.14.1{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.14.1{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.14.1{{- end }}
112112
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 }}
113113
name: auditor-init
114114
securityContext:

0 commit comments

Comments
 (0)