Skip to content

Commit bca3083

Browse files
committed
Update chart for Workspaces v0.7.5
1 parent 63c3d28 commit bca3083

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
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.4
9+
version: 0.3.5
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.4"
15+
appVersion: "0.7.5"

signadot/workspaces/templates/agent.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)