Skip to content

Commit 09ec4f1

Browse files
committed
update image tags
1 parent 4c39f0a commit 09ec4f1

7 files changed

Lines changed: 26 additions & 22 deletions

signadot/operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ type: application
66
# This is the chart version. This version number should be incremented each time you make changes
77
# to the chart and its templates, including the app version.
88
# Versions are expected to follow Semantic Versioning (https://semver.org/)
9-
version: "0.19.2"
9+
version: "0.19.3"
1010

1111
# This is the version number of the application being deployed. This version number should be
1212
# incremented each time you make changes to the application. Versions are not expected to
1313
# follow Semantic Versioning. They should reflect the version the application is using.
1414
# It is recommended to use it with quotes.
15-
appVersion: "0.19.2"
15+
appVersion: "0.19.3"

signadot/operator/templates/agent-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
secretKeyRef:
6262
key: token
6363
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 }}
6565
imagePullPolicy: {{ with .Values }}{{ with .agent }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
6666
livenessProbe:
6767
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.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 }}
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.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 }}
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: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -99,26 +99,22 @@ spec:
9999
- name: SANDBOX_TRAFFICMANAGER_SIDECAR_IMAGE_PULL_SECRET
100100
value: {{ with .Values }}{{ with .sandboxTrafficManager }}{{ with .sidecar }}{{ with .imagePullSecret }}{{ . }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}
101101
- name: SIDECAR_INIT_IMAGE
102-
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 }}
103-
- name: LEGACY_SIDECAR_INIT_IMAGE
104-
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 }}
105103
- name: ROUTE_SIDECAR_IMAGE
106-
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 }}
107-
- name: LEGACY_ROUTE_SIDECAR_IMAGE
108-
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 }}
109105
- name: IO_INIT_IMAGE
110-
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 }}
111107
- name: IO_SIDECAR_IMAGE
112-
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 }}
113109
- name: JOB_EXECUTOR_INIT_IMAGE
114-
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 }}
115111
- name: JOB_EXECUTOR_PROXY_IMAGE
116-
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 }}
117113
- name: SANDBOX_TRAFFICMANAGER_INIT_IMAGE
118-
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 }}
119115
- name: SANDBOX_TRAFFICMANAGER_SIDECAR_IMAGE
120-
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 }}
121-
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 }}
122118
imagePullPolicy: {{ with .Values }}{{ with .operator }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
123119
livenessProbe:
124120
httpGet:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
{{- with .Values }}{{- with .tunnel }}{{- with .config }}{{- with .externalDNS }}{{- with .syncInterval }}
5050
- --external-dns-resync-interval={{ . }}
5151
{{- 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:v0.19.2{{- end }}{{- else -}}signadot/tunnel-api:v0.19.2{{- end }}{{- else -}}signadot/tunnel-api:v0.19.2{{- end }}{{- else -}}signadot/tunnel-api:v0.19.2{{- end }}
52+
image: {{ with .Values }}{{ with .tunnel }}{{ with .api }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-api:v0.19.3{{- end }}{{- else -}}signadot/tunnel-api:v0.19.3{{- end }}{{- else -}}signadot/tunnel-api:v0.19.3{{- end }}{{- else -}}signadot/tunnel-api:v0.19.3{{- end }}
5353
imagePullPolicy: {{ with .Values }}{{ with .tunnel }}{{ with .api }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
5454
name: tunnel-api
5555
ports:

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

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ spec:
6767
valueFrom:
6868
fieldRef:
6969
fieldPath: metadata.name
70-
image: {{ with .Values }}{{ with .tunnel }}{{ with .proxy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-proxy:v0.19.2{{- end }}{{- else -}}signadot/tunnel-proxy:v0.19.2{{- end }}{{- else -}}signadot/tunnel-proxy:v0.19.2{{- end }}{{- else -}}signadot/tunnel-proxy:v0.19.2{{- end }}
70+
image: {{ with .Values }}{{ with .tunnel }}{{ with .proxy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-proxy:v0.19.3{{- end }}{{- else -}}signadot/tunnel-proxy:v0.19.3{{- end }}{{- else -}}signadot/tunnel-proxy:v0.19.3{{- end }}{{- else -}}signadot/tunnel-proxy:v0.19.3{{- end }}
7171
imagePullPolicy: {{ with .Values }}{{ with .tunnel }}{{ with .proxy }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
7272
name: tunnel-proxy
7373
ports:
@@ -122,18 +122,26 @@ spec:
122122
value: "10000"
123123
- name: OUTBOUND_AUDITOR_PORT
124124
value: "10001"
125-
image: {{ with .Values }}{{ with .tunnel }}{{ with .auditor }}{{ with .init }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-auditor-init:v0.19.2{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.19.2{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.19.2{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.19.2{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.19.2{{- end }}
125+
image: {{ with .Values }}{{ with .tunnel }}{{ with .auditor }}{{ with .init }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-auditor-init:v0.19.3{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.19.3{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.19.3{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.19.3{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.19.3{{- end }}
126126
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 }}
127127
name: auditor-init
128128
{{- with .Values }}{{- with .tunnel }}{{- with .auditor }}{{- with .init }}{{- with .resources }}
129129
resources:
130130
{{ toYaml . | indent 10 }}
131131
{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}
132132
securityContext:
133+
allowPrivilegeEscalation: false
133134
capabilities:
134135
add:
135136
- NET_ADMIN
136-
privileged: true
137+
- NET_RAW
138+
drop:
139+
- ALL
140+
privileged: false
141+
readOnlyRootFilesystem: false
142+
runAsGroup: 0
143+
runAsNonRoot: false
144+
runAsUser: 0
137145
volumeMounts:
138146
- mountPath: /var/log
139147
name: varlog

0 commit comments

Comments
 (0)