Skip to content

Commit 49eafbf

Browse files
committed
update to v0.7.7
1 parent 9864f90 commit 49eafbf

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-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.6
9+
version: 0.3.7
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.6"
15+
appVersion: "0.7.7"

signadot/workspaces/templates/agent.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,11 @@ spec:
508508
this workspace.
509509
format: int32
510510
type: integer
511+
readyDeployments:
512+
description: ReadyDeployments is the number of cloned Deployments
513+
that have been customized and are Complete.
514+
format: int32
515+
type: integer
511516
readyOverlays:
512517
description: ReadyOverlays is the number of overlays whose objects
513518
have been generated or extract successfully.
@@ -1189,8 +1194,8 @@ spec:
11891194
- /manager
11901195
env:
11911196
- name: REPO_OVERLAY_IMAGE
1192-
value: signadot/workspaces-repo-overlay:v0.7.6
1193-
image: signadot/workspaces-operator:v0.7.6
1197+
value: signadot/workspaces-repo-overlay:v0.7.7
1198+
image: signadot/workspaces-operator:v0.7.7
11941199
imagePullPolicy: IfNotPresent
11951200
livenessProbe:
11961201
httpGet:
@@ -1290,7 +1295,7 @@ spec:
12901295
secretKeyRef:
12911296
key: token
12921297
name: cluster-agent
1293-
image: signadot/workspaces-agent:v0.7.6
1298+
image: signadot/workspaces-agent:v0.7.7
12941299
imagePullPolicy: IfNotPresent
12951300
livenessProbe:
12961301
httpGet:
@@ -1342,7 +1347,7 @@ spec:
13421347
{{- end }}
13431348
spec:
13441349
containers:
1345-
- image: signadot/workspaces-routeserver:v0.7.6
1350+
- image: signadot/workspaces-routeserver:v0.7.7
13461351
imagePullPolicy: IfNotPresent
13471352
name: routeserver
13481353
ports:

0 commit comments

Comments
 (0)