File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff 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.2.1
9+ version : 0.2.2
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.6.2 "
15+ appVersion : " 0.6.3 "
Original file line number Diff line number Diff line change @@ -384,11 +384,13 @@ spec:
384384 type : array
385385 type : object
386386 id :
387- description : ID should be a unique identifier for the workspace. It
388- can be up to 63 alphanumeric characters.
389- maxLength : 63
387+ description : " ID should be a unique identifier for the workspace.
388+ \n It can be up to 32 characters, consisting of lowercase alphanumeric
389+ characters or '-', but it must both start and end with an alphanumeric
390+ character."
391+ maxLength : 32
390392 minLength : 1
391- pattern : ' [A-Za- z0-9]* '
393+ pattern : ^[a-z0-9]([a- z0-9-]*[a-z0-9])?$
392394 type : string
393395 required :
394396 - id
@@ -890,7 +892,7 @@ spec:
890892 - --leader-elect
891893 command :
892894 - /manager
893- image : signadot/workspaces-operator:v0.6.2
895+ image : signadot/workspaces-operator:v0.6.3
894896 imagePullPolicy : IfNotPresent
895897 livenessProbe :
896898 httpGet :
@@ -959,7 +961,7 @@ spec:
959961 secretKeyRef :
960962 key : token
961963 name : cluster-agent
962- image : signadot/workspaces-agent:v0.6.2
964+ image : signadot/workspaces-agent:v0.6.3
963965 imagePullPolicy : IfNotPresent
964966 name : agent
965967 ports :
You can’t perform that action at this time.
0 commit comments