Skip to content

Commit

Permalink
Merge pull request #53 from signadot/release-v0.13.2
Browse files Browse the repository at this point in the history
v0.13.2 changes
  • Loading branch information
foxish authored Aug 2, 2023
2 parents a97e322 + b1ec75a commit b489427
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 41 deletions.
4 changes: 2 additions & 2 deletions signadot/operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "0.13.1"
version: "0.13.2"

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.13.1"
appVersion: "0.13.2"
2 changes: 1 addition & 1 deletion signadot/operator/templates/agent-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
secretKeyRef:
key: token
name: cluster-agent
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 }}
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 }}
imagePullPolicy: {{ with .Values }}{{ with .agent }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
livenessProbe:
httpGet:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
- /app/io-context-server
- -tls=secretns=signadot
- -port=8443
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 }}
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 }}
imagePullPolicy: {{ with .Values }}{{ with .ioContextServer }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
name: io-context-server
ports:
Expand Down
2 changes: 1 addition & 1 deletion signadot/operator/templates/routeserver-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
{{- end }}
spec:
containers:
- 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 }}
- 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 }}
imagePullPolicy: {{ with .Values }}{{ with .routeServer }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
name: routeserver
ports:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@ spec:
- name: SIDECAR_INIT_IMAGE
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 }}
- name: ROUTE_SIDECAR_IMAGE
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 }}
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 }}
- name: EXECPOD_SIDECAR_IMAGE
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 }}
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 }}
- name: IO_INIT_IMAGE
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 }}
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 }}
- name: IO_SIDECAR_IMAGE
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 }}
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 }}
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 }}
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 }}
imagePullPolicy: {{ with .Values }}{{ with .operator }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
livenessProbe:
httpGet:
Expand Down
31 changes: 13 additions & 18 deletions signadot/operator/templates/tunnel-api-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@ metadata:
name: tunnel-api
namespace: signadot
spec:
{{- if and .Values .Values.tunnel .Values.tunnel.api .Values.tunnel.api.replicas }}
replicas: {{ .Values.tunnel.api.replicas }}
{{- end }}
{{ with .Values }}{{ with .tunnel }}{{ with .api }}{{ with .replicas }} replicas: {{ . }}
{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}
selector:
matchLabels:
app: tunnel-api
{{- if and .Values .Values.tunnel .Values.tunnel.api .Values.tunnel.api.strategy }}
strategy:
{{ toYaml .Values.tunnel.api.strategy | indent 10 }}
{{- end }}
{{ with .Values }}{{ with .tunnel }}{{ with .api }}{{ with .strategy }} strategy:
{{ toYaml . | indent 10 }}
{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}
template:
metadata:
annotations:
Expand All @@ -43,19 +41,16 @@ spec:
spec:
containers:
- args:
{{- if and .Values .Values.tunnel .Values.tunnel.config .Values.tunnel.config.externalDNS .Values.tunnel.config.externalDNS.server }}
- --external-dns-server={{ .Values.tunnel.config.externalDNS.server }}
{{- end }}
{{- if and .Values .Values.tunnel .Values.tunnel.config .Values.tunnel.config.externalDNS .Values.tunnel.config.externalDNS.syncInterval }}
- --external-dns-resync-interval={{ .Values.tunnel.config.externalDNS.syncInterval }}
{{- end }}
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 }}
{{ with .Values }}{{ with .tunnel }}{{ with .config }}{{ with .externalDNS }}{{ with .server }} - --external-dns-server={{ . }}
{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}
{{ with .Values }}{{ with .tunnel }}{{ with .config }}{{ with .externalDNS }}{{ with .syncInterval }} - --external-dns-resync-interval={{ . }}
{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}
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 }}
imagePullPolicy: {{ with .Values }}{{ with .tunnel }}{{ with .api }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
name: tunnel-api
ports:
- containerPort: 9070
{{- if and .Values .Values.tunnel .Values.tunnel.api .Values.tunnel.api.resources }}
resources:
{{ toYaml .Values.tunnel.api.resources | indent 10 }}
{{- end }}
{{ with .Values }}{{ with .tunnel }}{{ with .api }}{{ with .resources }} resources:
{{ toYaml . | indent 10 }}
{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}
serviceAccountName: tunnel-api
23 changes: 10 additions & 13 deletions signadot/operator/templates/tunnel-proxy-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@ metadata:
name: tunnel-proxy
namespace: signadot
spec:
{{- if and .Values .Values.tunnel .Values.tunnel.proxy .Values.tunnel.proxy.replicas }}
replicas: {{ .Values.tunnel.proxy.replicas }}
{{- end }}
{{ with .Values }}{{ with .tunnel }}{{ with .proxy }}{{ with .replicas }} replicas: {{ . }}
{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}
selector:
matchLabels:
app: tunnel-proxy
{{- if and .Values .Values.tunnel .Values.tunnel.proxy .Values.tunnel.proxy.strategy }}
strategy:
{{ toYaml .Values.tunnel.proxy.strategy | indent 10 }}
{{- end }}
{{ with .Values }}{{ with .tunnel }}{{ with .proxy }}{{ with .strategy }} strategy:
{{ toYaml . | indent 10 }}
{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}
template:
metadata:
annotations:
Expand Down Expand Up @@ -55,7 +53,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
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 }}
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 }}
imagePullPolicy: {{ with .Values }}{{ with .tunnel }}{{ with .proxy }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
name: tunnel-proxy
ports:
Expand All @@ -64,10 +62,9 @@ spec:
- containerPort: 2222
- containerPort: 7777
- containerPort: 8001
{{- if and .Values .Values.tunnel .Values.tunnel.proxy .Values.tunnel.proxy.resources }}
resources:
{{ toYaml .Values.tunnel.proxy.resources | indent 10 }}
{{- end }}
{{ with .Values }}{{ with .tunnel }}{{ with .proxy }}{{ with .resources }} resources:
{{ toYaml . | indent 10 }}
{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}{{- else -}}{{- end }}
- args:
- -c
- /etc/config.yaml
Expand Down Expand Up @@ -100,7 +97,7 @@ spec:
value: "10000"
- name: OUTBOUND_AUDITOR_PORT
value: "10001"
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 }}
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 }}
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 }}
name: auditor-init
securityContext:
Expand Down

0 comments on commit b489427

Please sign in to comment.