Skip to content

Commit ff5d777

Browse files
committed
update to v0.7.9
1 parent 42987b3 commit ff5d777

File tree

2 files changed

+6
-6
lines changed

2 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.8
9+
version: 0.3.9
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.8"
15+
appVersion: "0.7.9"

signadot/workspaces/templates/agent.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,8 +1206,8 @@ spec:
12061206
- /manager
12071207
env:
12081208
- name: REPO_OVERLAY_IMAGE
1209-
value: signadot/workspaces-repo-overlay:v0.7.8
1210-
image: signadot/workspaces-operator:v0.7.8
1209+
value: signadot/workspaces-repo-overlay:v0.7.9
1210+
image: signadot/workspaces-operator:v0.7.9
12111211
imagePullPolicy: IfNotPresent
12121212
livenessProbe:
12131213
httpGet:
@@ -1307,7 +1307,7 @@ spec:
13071307
secretKeyRef:
13081308
key: token
13091309
name: cluster-agent
1310-
image: signadot/workspaces-agent:v0.7.8
1310+
image: signadot/workspaces-agent:v0.7.9
13111311
imagePullPolicy: IfNotPresent
13121312
livenessProbe:
13131313
httpGet:
@@ -1359,7 +1359,7 @@ spec:
13591359
{{- end }}
13601360
spec:
13611361
containers:
1362-
- image: signadot/workspaces-routeserver:v0.7.8
1362+
- image: signadot/workspaces-routeserver:v0.7.9
13631363
imagePullPolicy: IfNotPresent
13641364
name: routeserver
13651365
ports:

0 commit comments

Comments
 (0)