@@ -413,7 +413,7 @@ spec:
413413 ensure it can't match any existing Services. Labels from the
414414 baseline Pod that match any of these regular expressions will
415415 be preserved on the cloned Pod instead. \n If preserving these
416- labels would cause the cloned Pods to match a basline Service,
416+ labels would cause the cloned Pods to match a baseline Service,
417417 the workspace controller will pause and report an error to avoid
418418 interference."
419419 items :
@@ -604,6 +604,7 @@ rules:
604604 - pods/log
605605 - services
606606 - configmaps
607+ - namespaces
607608 verbs :
608609 - get
609610 - list
@@ -964,8 +965,8 @@ spec:
964965 - /manager
965966 env :
966967 - name : REPO_OVERLAY_IMAGE
967- value : signadot/workspaces-repo-overlay:v0.7.4
968- image : signadot/workspaces-operator:v0.7.4
968+ value : signadot/workspaces-repo-overlay:v0.7.5
969+ image : signadot/workspaces-operator:v0.7.5
969970 imagePullPolicy : IfNotPresent
970971 livenessProbe :
971972 httpGet :
@@ -1047,7 +1048,7 @@ spec:
10471048 secretKeyRef :
10481049 key : token
10491050 name : cluster-agent
1050- image : signadot/workspaces-agent:v0.7.4
1051+ image : signadot/workspaces-agent:v0.7.5
10511052 imagePullPolicy : IfNotPresent
10521053 name : agent
10531054 ports :
@@ -1073,7 +1074,7 @@ spec:
10731074 app : routeserver
10741075 spec :
10751076 containers :
1076- - image : signadot/workspaces-routeserver:v0.7.4
1077+ - image : signadot/workspaces-routeserver:v0.7.5
10771078 imagePullPolicy : IfNotPresent
10781079 name : routeserver
10791080 ports :
0 commit comments