Skip to content

Commit 27b47f0

Browse files
committed
Workspaces v0.6.4
1 parent 79af09d commit 27b47f0

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

signadot/workspaces/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.2.2
9+
version: 0.2.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.6.3"
15+
appVersion: "0.6.4"

signadot/workspaces/templates/agent.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -892,7 +892,7 @@ spec:
892892
- --leader-elect
893893
command:
894894
- /manager
895-
image: signadot/workspaces-operator:v0.6.3
895+
image: signadot/workspaces-operator:v0.6.4
896896
imagePullPolicy: IfNotPresent
897897
livenessProbe:
898898
httpGet:
@@ -953,15 +953,16 @@ spec:
953953
containers:
954954
- args:
955955
- --agent-token=$(AGENT_TOKEN)
956-
- --tunnel-addr=preview.signadot.com:2222
956+
- --tunnel-addr=tunnel.signadot.com:2222
957957
- --tunnel-ca=/app/tunnel-server.crt
958+
- --tunnel-tls-server-name-override=preview.signadot.com
958959
env:
959960
- name: AGENT_TOKEN
960961
valueFrom:
961962
secretKeyRef:
962963
key: token
963964
name: cluster-agent
964-
image: signadot/workspaces-agent:v0.6.3
965+
image: signadot/workspaces-agent:v0.6.4
965966
imagePullPolicy: IfNotPresent
966967
name: agent
967968
ports:

0 commit comments

Comments
 (0)