Skip to content

Commit 3dacaa0

Browse files
author
Vincent Kuyatt
committed
Bump version for release v0.7.14
1 parent 4a34bf1 commit 3dacaa0

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.3.13
9+
version: 0.3.14
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.7.13"
15+
appVersion: "0.7.14"

signadot/workspaces/templates/agent-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
secretKeyRef:
4848
key: token
4949
name: cluster-agent
50-
image: signadot/workspaces-agent:v0.7.13
50+
image: signadot/workspaces-agent:v0.7.14
5151
imagePullPolicy: IfNotPresent
5252
livenessProbe:
5353
httpGet:

signadot/workspaces/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: signadot/workspaces-routeserver:v0.7.13
39+
- image: signadot/workspaces-routeserver:v0.7.14
4040
imagePullPolicy: IfNotPresent
4141
name: routeserver
4242
ports:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ spec:
4545
- /manager
4646
env:
4747
- name: REPO_OVERLAY_IMAGE
48-
value: signadot/workspaces-repo-overlay:v0.7.13
49-
image: signadot/workspaces-operator:v0.7.13
48+
value: signadot/workspaces-repo-overlay:v0.7.14
49+
image: signadot/workspaces-operator:v0.7.14
5050
imagePullPolicy: IfNotPresent
5151
livenessProbe:
5252
httpGet:

0 commit comments

Comments
 (0)