File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
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.3.2
9+ version : 0.3.3
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.2 "
15+ appVersion : " 0.7.3 "
Original file line number Diff line number Diff line change @@ -964,8 +964,8 @@ spec:
964964 - /manager
965965 env :
966966 - name : REPO_OVERLAY_IMAGE
967- value : signadot/workspaces-repo-overlay:v0.7.2
968- image : signadot/workspaces-operator:v0.7.2
967+ value : signadot/workspaces-repo-overlay:v0.7.3
968+ image : signadot/workspaces-operator:v0.7.3
969969 imagePullPolicy : IfNotPresent
970970 livenessProbe :
971971 httpGet :
@@ -1047,7 +1047,7 @@ spec:
10471047 secretKeyRef :
10481048 key : token
10491049 name : cluster-agent
1050- image : signadot/workspaces-agent:v0.7.2
1050+ image : signadot/workspaces-agent:v0.7.3
10511051 imagePullPolicy : IfNotPresent
10521052 name : agent
10531053 ports :
@@ -1073,7 +1073,7 @@ spec:
10731073 app : routeserver
10741074 spec :
10751075 containers :
1076- - image : signadot/workspaces-routeserver:v0.7.2
1076+ - image : signadot/workspaces-routeserver:v0.7.3
10771077 imagePullPolicy : IfNotPresent
10781078 name : routeserver
10791079 ports :
You can’t perform that action at this time.
0 commit comments