Skip to content

Commit

Permalink
Merge pull request #4 from signadot/release-0.6.4
Browse files Browse the repository at this point in the history
Workspaces v0.6.4
  • Loading branch information
enisoc authored Aug 26, 2021
2 parents 79af09d + 27b47f0 commit ed15891
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions signadot/workspaces/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.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"
7 changes: 4 additions & 3 deletions signadot/workspaces/templates/agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ed15891

Please sign in to comment.