Skip to content

Commit b42c256

Browse files
committed
release v1.1.0
1 parent 653dacc commit b42c256

9 files changed

+17
-17
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: "1.0.0"
9+
version: "1.1.0"
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: "1.0.0"
15+
appVersion: "1.1.0"

signadot/operator/templates/agent-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
secretKeyRef:
7373
key: token
7474
name: {{ with .Values }}{{ with .agent }}{{ with .tokenSecret }}{{ . }}{{- else -}}"cluster-agent"{{- end }}{{- else -}}"cluster-agent"{{- end }}{{- else -}}"cluster-agent"{{- end }}
75-
image: {{ with .Values }}{{ with .agent }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/agent:v1.0.0{{- end }}{{- else -}}signadot/agent:v1.0.0{{- end }}{{- else -}}signadot/agent:v1.0.0{{- end }}
75+
image: {{ with .Values }}{{ with .agent }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/agent:v1.1.0{{- end }}{{- else -}}signadot/agent:v1.1.0{{- end }}{{- else -}}signadot/agent:v1.1.0{{- end }}
7676
imagePullPolicy: {{ with .Values }}{{ with .agent }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
7777
livenessProbe:
7878
httpGet:

signadot/operator/templates/cluster-agent-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
apiVersion: v1
44
kind: Secret
55
metadata:
6-
name: cluster-agent
6+
name: {{ with .Values }}{{ with .agent }}{{ with .tokenSecret }}{{ . }}{{- else -}}"cluster-agent"{{- end }}{{- else -}}"cluster-agent"{{- end }}{{- else -}}"cluster-agent"{{- end }}
77
namespace: signadot
88
data:
99
token: {{ .Values.agent.clusterToken | b64enc | quote }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
- /app/io-context-server
4343
- -tls=secretns=signadot
4444
- -port=8443
45-
image: {{ with .Values }}{{ with .ioContextServer }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-context-server:v1.0.0{{- end }}{{- else -}}signadot/io-context-server:v1.0.0{{- end }}{{- else -}}signadot/io-context-server:v1.0.0{{- end }}
45+
image: {{ with .Values }}{{ with .ioContextServer }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-context-server:v1.1.0{{- end }}{{- else -}}signadot/io-context-server:v1.1.0{{- end }}{{- else -}}signadot/io-context-server:v1.1.0{{- end }}
4646
imagePullPolicy: {{ with .Values }}{{ with .ioContextServer }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
4747
name: io-context-server
4848
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:v1.0.0{{- end }}{{- else -}}signadot/route-server:v1.0.0{{- end }}{{- else -}}signadot/route-server:v1.0.0{{- end }}
39+
- image: {{ with .Values }}{{ with .routeServer }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-server:v1.1.0{{- end }}{{- else -}}signadot/route-server:v1.1.0{{- end }}{{- else -}}signadot/route-server:v1.1.0{{- 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
@@ -89,18 +89,18 @@ spec:
8989
- name: AGENT_TOKEN_SECRET
9090
value: {{ with .Values }}{{ with .agent }}{{ with .tokenSecret }}{{ . }}{{- else -}}"cluster-agent"{{- end }}{{- else -}}"cluster-agent"{{- end }}{{- else -}}"cluster-agent"{{- end }}
9191
- name: SIDECAR_INIT_IMAGE
92-
value: {{ with .Values }}{{ with .routeInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar-init:v1.0.0{{- end }}{{- else -}}signadot/route-sidecar-init:v1.0.0{{- end }}{{- else -}}signadot/route-sidecar-init:v1.0.0{{- end }}
92+
value: {{ with .Values }}{{ with .routeInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar-init:v1.1.0{{- end }}{{- else -}}signadot/route-sidecar-init:v1.1.0{{- end }}{{- else -}}signadot/route-sidecar-init:v1.1.0{{- end }}
9393
- name: ROUTE_SIDECAR_IMAGE
94-
value: {{ with .Values }}{{ with .routeSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar:v1.0.0{{- end }}{{- else -}}signadot/route-sidecar:v1.0.0{{- end }}{{- else -}}signadot/route-sidecar:v1.0.0{{- end }}
94+
value: {{ with .Values }}{{ with .routeSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar:v1.1.0{{- end }}{{- else -}}signadot/route-sidecar:v1.1.0{{- end }}{{- else -}}signadot/route-sidecar:v1.1.0{{- end }}
9595
- name: IO_INIT_IMAGE
96-
value: {{ with .Values }}{{ with .ioInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-init:v1.0.0{{- end }}{{- else -}}signadot/io-init:v1.0.0{{- end }}{{- else -}}signadot/io-init:v1.0.0{{- end }}
96+
value: {{ with .Values }}{{ with .ioInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-init:v1.1.0{{- end }}{{- else -}}signadot/io-init:v1.1.0{{- end }}{{- else -}}signadot/io-init:v1.1.0{{- end }}
9797
- name: IO_SIDECAR_IMAGE
98-
value: {{ with .Values }}{{ with .ioSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-sidecar:v1.0.0{{- end }}{{- else -}}signadot/io-sidecar:v1.0.0{{- end }}{{- else -}}signadot/io-sidecar:v1.0.0{{- end }}
98+
value: {{ with .Values }}{{ with .ioSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-sidecar:v1.1.0{{- end }}{{- else -}}signadot/io-sidecar:v1.1.0{{- end }}{{- else -}}signadot/io-sidecar:v1.1.0{{- end }}
9999
- name: JOB_EXECUTOR_INIT_IMAGE
100-
value: {{ with .Values }}{{ with .jobExecutorInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/job-executor-init:v1.0.0{{- end }}{{- else -}}signadot/job-executor-init:v1.0.0{{- end }}{{- else -}}signadot/job-executor-init:v1.0.0{{- end }}
100+
value: {{ with .Values }}{{ with .jobExecutorInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/job-executor-init:v1.1.0{{- end }}{{- else -}}signadot/job-executor-init:v1.1.0{{- end }}{{- else -}}signadot/job-executor-init:v1.1.0{{- end }}
101101
- name: JOB_EXECUTOR_PROXY_IMAGE
102-
value: {{ with .Values }}{{ with .jobExecutorProxy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/job-executor-proxy:v1.0.0{{- end }}{{- else -}}signadot/job-executor-proxy:v1.0.0{{- end }}{{- else -}}signadot/job-executor-proxy:v1.0.0{{- end }}
103-
image: {{ with .Values }}{{ with .controllerManager }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/controller-manager:v1.0.0{{- end }}{{- else -}}signadot/controller-manager:v1.0.0{{- end }}{{- else -}}signadot/controller-manager:v1.0.0{{- end }}
102+
value: {{ with .Values }}{{ with .jobExecutorProxy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/job-executor-proxy:v1.1.0{{- end }}{{- else -}}signadot/job-executor-proxy:v1.1.0{{- end }}{{- else -}}signadot/job-executor-proxy:v1.1.0{{- end }}
103+
image: {{ with .Values }}{{ with .controllerManager }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/controller-manager:v1.1.0{{- end }}{{- else -}}signadot/controller-manager:v1.1.0{{- end }}{{- else -}}signadot/controller-manager:v1.1.0{{- end }}
104104
imagePullPolicy: {{ with .Values }}{{ with .controllerManager }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
105105
livenessProbe:
106106
httpGet:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
- env:
6464
- name: AGENT_TOKEN_SECRET
6565
value: {{ with .Values }}{{ with .agent }}{{ with .tokenSecret }}{{ . }}{{- else -}}"cluster-agent"{{- end }}{{- else -}}"cluster-agent"{{- end }}{{- else -}}"cluster-agent"{{- end }}
66-
image: {{ with .Values }}{{ with .trafficManager }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/traffic-manager:v1.0.0{{- end }}{{- else -}}signadot/traffic-manager:v1.0.0{{- end }}{{- else -}}signadot/traffic-manager:v1.0.0{{- end }}
66+
image: {{ with .Values }}{{ with .trafficManager }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/traffic-manager:v1.1.0{{- end }}{{- else -}}signadot/traffic-manager:v1.1.0{{- end }}{{- else -}}signadot/traffic-manager:v1.1.0{{- end }}
6767
imagePullPolicy: {{ with .Values }}{{ with .trafficManager }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
6868
name: traffic-manager
6969
ports:

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:v1.0.0{{- end }}{{- else -}}signadot/tunnel-api:v1.0.0{{- end }}{{- else -}}signadot/tunnel-api:v1.0.0{{- end }}{{- else -}}signadot/tunnel-api:v1.0.0{{- end }}
52+
image: {{ with .Values }}{{ with .tunnel }}{{ with .api }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-api:v1.1.0{{- end }}{{- else -}}signadot/tunnel-api:v1.1.0{{- end }}{{- else -}}signadot/tunnel-api:v1.1.0{{- end }}{{- else -}}signadot/tunnel-api:v1.1.0{{- 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
@@ -79,7 +79,7 @@ spec:
7979
valueFrom:
8080
fieldRef:
8181
fieldPath: metadata.name
82-
image: {{ with .Values }}{{ with .tunnel }}{{ with .proxy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-proxy:v1.0.0{{- end }}{{- else -}}signadot/tunnel-proxy:v1.0.0{{- end }}{{- else -}}signadot/tunnel-proxy:v1.0.0{{- end }}{{- else -}}signadot/tunnel-proxy:v1.0.0{{- end }}
82+
image: {{ with .Values }}{{ with .tunnel }}{{ with .proxy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-proxy:v1.1.0{{- end }}{{- else -}}signadot/tunnel-proxy:v1.1.0{{- end }}{{- else -}}signadot/tunnel-proxy:v1.1.0{{- end }}{{- else -}}signadot/tunnel-proxy:v1.1.0{{- end }}
8383
imagePullPolicy: {{ with .Values }}{{ with .tunnel }}{{ with .proxy }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
8484
name: tunnel-proxy
8585
ports:
@@ -134,7 +134,7 @@ spec:
134134
value: "10000"
135135
- name: OUTBOUND_AUDITOR_PORT
136136
value: "10001"
137-
image: {{ with .Values }}{{ with .tunnel }}{{ with .auditor }}{{ with .init }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-auditor-init:v1.0.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v1.0.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v1.0.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v1.0.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v1.0.0{{- end }}
137+
image: {{ with .Values }}{{ with .tunnel }}{{ with .auditor }}{{ with .init }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-auditor-init:v1.1.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v1.1.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v1.1.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v1.1.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v1.1.0{{- end }}
138138
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 }}
139139
name: auditor-init
140140
{{- with .Values }}{{- with .tunnel }}{{- with .auditor }}{{- with .init }}{{- with .resources }}

0 commit comments

Comments
 (0)