From 27b47f0db9fa97840d994eb2a28ae39836571a80 Mon Sep 17 00:00:00 2001 From: Anthony Yeh Date: Wed, 25 Aug 2021 20:58:47 -0500 Subject: [PATCH] Workspaces v0.6.4 --- signadot/workspaces/Chart.yaml | 4 ++-- signadot/workspaces/templates/agent.yaml | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/signadot/workspaces/Chart.yaml b/signadot/workspaces/Chart.yaml index b826dea..51aa03e 100644 --- a/signadot/workspaces/Chart.yaml +++ b/signadot/workspaces/Chart.yaml @@ -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.2.2 +version: 0.2.3 # 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.6.3" +appVersion: "0.6.4" diff --git a/signadot/workspaces/templates/agent.yaml b/signadot/workspaces/templates/agent.yaml index 98dd0d5..ca24679 100644 --- a/signadot/workspaces/templates/agent.yaml +++ b/signadot/workspaces/templates/agent.yaml @@ -892,7 +892,7 @@ spec: - --leader-elect command: - /manager - image: signadot/workspaces-operator:v0.6.3 + image: signadot/workspaces-operator:v0.6.4 imagePullPolicy: IfNotPresent livenessProbe: httpGet: @@ -953,15 +953,16 @@ spec: containers: - args: - --agent-token=$(AGENT_TOKEN) - - --tunnel-addr=preview.signadot.com:2222 + - --tunnel-addr=tunnel.signadot.com:2222 - --tunnel-ca=/app/tunnel-server.crt + - --tunnel-tls-server-name-override=preview.signadot.com env: - name: AGENT_TOKEN valueFrom: secretKeyRef: key: token name: cluster-agent - image: signadot/workspaces-agent:v0.6.3 + image: signadot/workspaces-agent:v0.6.4 imagePullPolicy: IfNotPresent name: agent ports: