Skip to content

Commit a97e322

Browse files
authored
Merge pull request #52 from signadot/release-v0.13.1
release v0.13.1
2 parents 39e706a + 19221e5 commit a97e322

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

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.13.0"
9+
version: "0.13.1"
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.13.0"
15+
appVersion: "0.13.1"

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.13.0{{- end }}{{- else -}}signadot/agent:v0.13.0{{- end }}{{- else -}}signadot/agent:v0.13.0{{- end }}
51+
image: {{ with .Values }}{{ with .agent }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/agent:v0.13.1{{- end }}{{- else -}}signadot/agent:v0.13.1{{- end }}{{- else -}}signadot/agent:v0.13.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.13.0{{- end }}{{- else -}}signadot/io-context-server:v0.13.0{{- end }}{{- else -}}signadot/io-context-server:v0.13.0{{- end }}
43+
image: {{ with .Values }}{{ with .ioContextServer }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-context-server:v0.13.1{{- end }}{{- else -}}signadot/io-context-server:v0.13.1{{- end }}{{- else -}}signadot/io-context-server:v0.13.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.13.0{{- end }}{{- else -}}signadot/route-server:v0.13.0{{- end }}{{- else -}}signadot/route-server:v0.13.0{{- end }}
39+
- image: {{ with .Values }}{{ with .routeServer }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-server:v0.13.1{{- end }}{{- else -}}signadot/route-server:v0.13.1{{- end }}{{- else -}}signadot/route-server:v0.13.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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ spec:
8080
- name: SIDECAR_INIT_IMAGE
8181
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 }}
8282
- name: ROUTE_SIDECAR_IMAGE
83-
value: {{ with .Values }}{{ with .routeSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar:v0.13.0{{- end }}{{- else -}}signadot/route-sidecar:v0.13.0{{- end }}{{- else -}}signadot/route-sidecar:v0.13.0{{- end }}
83+
value: {{ with .Values }}{{ with .routeSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar:v0.13.1{{- end }}{{- else -}}signadot/route-sidecar:v0.13.1{{- end }}{{- else -}}signadot/route-sidecar:v0.13.1{{- end }}
8484
- name: EXECPOD_SIDECAR_IMAGE
85-
value: {{ with .Values }}{{ with .execpodSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/execpod-sidecar:v0.13.0{{- end }}{{- else -}}signadot/execpod-sidecar:v0.13.0{{- end }}{{- else -}}signadot/execpod-sidecar:v0.13.0{{- end }}
85+
value: {{ with .Values }}{{ with .execpodSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/execpod-sidecar:v0.13.1{{- end }}{{- else -}}signadot/execpod-sidecar:v0.13.1{{- end }}{{- else -}}signadot/execpod-sidecar:v0.13.1{{- end }}
8686
- name: IO_INIT_IMAGE
87-
value: {{ with .Values }}{{ with .ioInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-init:v0.13.0{{- end }}{{- else -}}signadot/io-init:v0.13.0{{- end }}{{- else -}}signadot/io-init:v0.13.0{{- end }}
87+
value: {{ with .Values }}{{ with .ioInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-init:v0.13.1{{- end }}{{- else -}}signadot/io-init:v0.13.1{{- end }}{{- else -}}signadot/io-init:v0.13.1{{- end }}
8888
- name: IO_SIDECAR_IMAGE
89-
value: {{ with .Values }}{{ with .ioSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-sidecar:v0.13.0{{- end }}{{- else -}}signadot/io-sidecar:v0.13.0{{- end }}{{- else -}}signadot/io-sidecar:v0.13.0{{- end }}
90-
image: {{ with .Values }}{{ with .operator }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/operator:v0.13.0{{- end }}{{- else -}}signadot/operator:v0.13.0{{- end }}{{- else -}}signadot/operator:v0.13.0{{- end }}
89+
value: {{ with .Values }}{{ with .ioSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-sidecar:v0.13.1{{- end }}{{- else -}}signadot/io-sidecar:v0.13.1{{- end }}{{- else -}}signadot/io-sidecar:v0.13.1{{- end }}
90+
image: {{ with .Values }}{{ with .operator }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/operator:v0.13.1{{- end }}{{- else -}}signadot/operator:v0.13.1{{- end }}{{- else -}}signadot/operator:v0.13.1{{- end }}
9191
imagePullPolicy: {{ with .Values }}{{ with .operator }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
9292
livenessProbe:
9393
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
{{- if and .Values .Values.tunnel .Values.tunnel.config .Values.tunnel.config.externalDNS .Values.tunnel.config.externalDNS.syncInterval }}
5050
- --external-dns-resync-interval={{ .Values.tunnel.config.externalDNS.syncInterval }}
5151
{{- end }}
52-
image: {{ with .Values }}{{ with .tunnel }}{{ with .api }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-api:v0.13.0{{- end }}{{- else -}}signadot/tunnel-api:v0.13.0{{- end }}{{- else -}}signadot/tunnel-api:v0.13.0{{- end }}{{- else -}}signadot/tunnel-api:v0.13.0{{- end }}
52+
image: {{ with .Values }}{{ with .tunnel }}{{ with .api }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-api:v0.13.1{{- end }}{{- else -}}signadot/tunnel-api:v0.13.1{{- end }}{{- else -}}signadot/tunnel-api:v0.13.1{{- end }}{{- else -}}signadot/tunnel-api:v0.13.1{{- 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
valueFrom:
5656
fieldRef:
5757
fieldPath: metadata.name
58-
image: {{ with .Values }}{{ with .tunnel }}{{ with .proxy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-proxy:v0.13.0{{- end }}{{- else -}}signadot/tunnel-proxy:v0.13.0{{- end }}{{- else -}}signadot/tunnel-proxy:v0.13.0{{- end }}{{- else -}}signadot/tunnel-proxy:v0.13.0{{- end }}
58+
image: {{ with .Values }}{{ with .tunnel }}{{ with .proxy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-proxy:v0.13.1{{- end }}{{- else -}}signadot/tunnel-proxy:v0.13.1{{- end }}{{- else -}}signadot/tunnel-proxy:v0.13.1{{- end }}{{- else -}}signadot/tunnel-proxy:v0.13.1{{- end }}
5959
imagePullPolicy: {{ with .Values }}{{ with .tunnel }}{{ with .proxy }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
6060
name: tunnel-proxy
6161
ports:
@@ -100,7 +100,7 @@ spec:
100100
value: "10000"
101101
- name: OUTBOUND_AUDITOR_PORT
102102
value: "10001"
103-
image: {{ with .Values }}{{ with .tunnel }}{{ with .auditor }}{{ with .init }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-auditor-init:v0.13.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.13.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.13.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.13.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.13.0{{- end }}
103+
image: {{ with .Values }}{{ with .tunnel }}{{ with .auditor }}{{ with .init }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-auditor-init:v0.13.1{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.13.1{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.13.1{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.13.1{{- end }}{{- else -}}signadot/tunnel-auditor-init:v0.13.1{{- end }}
104104
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 }}
105105
name: auditor-init
106106
securityContext:

0 commit comments

Comments
 (0)