Skip to content

Commit f8df0fb

Browse files
committed
release v1.2.0
1 parent 1393ca0 commit f8df0fb

8 files changed

+16
-16
lines changed

signadot/operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ 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.0.0"
9+
version: "1.2.0"
1010

1111

1212
# This is the version number of the application being deployed. This version number should be
1313
# incremented each time you make changes to the application. Versions are not expected to
1414
# follow Semantic Versioning. They should reflect the version the application is using.
1515
# It is recommended to use it with quotes.
1616

17-
appVersion: "0.0.0"
17+
appVersion: "1.2.0"
1818

signadot/operator/templates/agent-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
{{- end }}
6464
spec:
6565
containers:
66-
- 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 }}
66+
- image: {{ with .Values }}{{ with .agent }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/agent:v1.2.0{{- end }}{{- else -}}signadot/agent:v1.2.0{{- end }}{{- else -}}signadot/agent:v1.2.0{{- end }}
6767
imagePullPolicy: {{ with .Values }}{{ with .agent }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
6868
livenessProbe:
6969
httpGet:

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.1.0{{- end }}{{- else -}}signadot/io-context-server:v1.1.0{{- end }}{{- else -}}signadot/io-context-server:v1.1.0{{- end }}
45+
image: {{ with .Values }}{{ with .ioContextServer }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-context-server:v1.2.0{{- end }}{{- else -}}signadot/io-context-server:v1.2.0{{- end }}{{- else -}}signadot/io-context-server:v1.2.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
@@ -38,7 +38,7 @@ spec:
3838
{{- end }}
3939
spec:
4040
containers:
41-
- 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 }}
41+
- image: {{ with .Values }}{{ with .routeServer }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-server:v1.2.0{{- end }}{{- else -}}signadot/route-server:v1.2.0{{- end }}{{- else -}}signadot/route-server:v1.2.0{{- end }}
4242
imagePullPolicy: {{ with .Values }}{{ with .routeServer }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
4343
name: routeserver
4444
ports:

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,18 +87,18 @@ spec:
8787
- name: JOB_EXECUTOR_PROXY_IMAGE_PULL_SECRET
8888
value: {{ with .Values }}{{ with .jobExecutorProxy }}{{ with .imagePullSecret }}{{ . }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}{{- else -}}""{{- end }}
8989
- name: SIDECAR_INIT_IMAGE
90-
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 }}
90+
value: {{ with .Values }}{{ with .routeInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar-init:v1.2.0{{- end }}{{- else -}}signadot/route-sidecar-init:v1.2.0{{- end }}{{- else -}}signadot/route-sidecar-init:v1.2.0{{- end }}
9191
- name: ROUTE_SIDECAR_IMAGE
92-
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 }}
92+
value: {{ with .Values }}{{ with .routeSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/route-sidecar:v1.2.0{{- end }}{{- else -}}signadot/route-sidecar:v1.2.0{{- end }}{{- else -}}signadot/route-sidecar:v1.2.0{{- end }}
9393
- name: IO_INIT_IMAGE
94-
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 }}
94+
value: {{ with .Values }}{{ with .ioInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-init:v1.2.0{{- end }}{{- else -}}signadot/io-init:v1.2.0{{- end }}{{- else -}}signadot/io-init:v1.2.0{{- end }}
9595
- name: IO_SIDECAR_IMAGE
96-
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 }}
96+
value: {{ with .Values }}{{ with .ioSidecar }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/io-sidecar:v1.2.0{{- end }}{{- else -}}signadot/io-sidecar:v1.2.0{{- end }}{{- else -}}signadot/io-sidecar:v1.2.0{{- end }}
9797
- name: JOB_EXECUTOR_INIT_IMAGE
98-
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 }}
98+
value: {{ with .Values }}{{ with .jobExecutorInit }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/job-executor-init:v1.2.0{{- end }}{{- else -}}signadot/job-executor-init:v1.2.0{{- end }}{{- else -}}signadot/job-executor-init:v1.2.0{{- end }}
9999
- name: JOB_EXECUTOR_PROXY_IMAGE
100-
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 }}
101-
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 }}
100+
value: {{ with .Values }}{{ with .jobExecutorProxy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/job-executor-proxy:v1.2.0{{- end }}{{- else -}}signadot/job-executor-proxy:v1.2.0{{- end }}{{- else -}}signadot/job-executor-proxy:v1.2.0{{- end }}
101+
image: {{ with .Values }}{{ with .controllerManager }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/controller-manager:v1.2.0{{- end }}{{- else -}}signadot/controller-manager:v1.2.0{{- end }}{{- else -}}signadot/controller-manager:v1.2.0{{- end }}
102102
imagePullPolicy: {{ with .Values }}{{ with .controllerManager }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
103103
livenessProbe:
104104
httpGet:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spec:
6262
{{- end }}
6363
spec:
6464
containers:
65-
- 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 }}
65+
- image: {{ with .Values }}{{ with .trafficManager }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/traffic-manager:v1.2.0{{- end }}{{- else -}}signadot/traffic-manager:v1.2.0{{- end }}{{- else -}}signadot/traffic-manager:v1.2.0{{- end }}
6666
imagePullPolicy: {{ with .Values }}{{ with .trafficManager }}{{ with .imagePullPolicy }}{{ . | quote}}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}{{- else -}}IfNotPresent{{- end }}
6767
name: traffic-manager
6868
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.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 }}
52+
image: {{ with .Values }}{{ with .tunnel }}{{ with .api }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-api:v1.2.0{{- end }}{{- else -}}signadot/tunnel-api:v1.2.0{{- end }}{{- else -}}signadot/tunnel-api:v1.2.0{{- end }}{{- else -}}signadot/tunnel-api:v1.2.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.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 }}
82+
image: {{ with .Values }}{{ with .tunnel }}{{ with .proxy }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-proxy:v1.2.0{{- end }}{{- else -}}signadot/tunnel-proxy:v1.2.0{{- end }}{{- else -}}signadot/tunnel-proxy:v1.2.0{{- end }}{{- else -}}signadot/tunnel-proxy:v1.2.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.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 }}
137+
image: {{ with .Values }}{{ with .tunnel }}{{ with .auditor }}{{ with .init }}{{ with .image }}{{ . | quote}}{{- else -}}signadot/tunnel-auditor-init:v1.2.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v1.2.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v1.2.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v1.2.0{{- end }}{{- else -}}signadot/tunnel-auditor-init:v1.2.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)