Skip to content

Commit 5f31f20

Browse files
authored
Merge pull request #9 from signadot/release-v0.7.2
Update chart for Workspaces v0.7.2
2 parents cefaa88 + 71e0acb commit 5f31f20

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-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.1
9+
version: 0.3.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.7.1"
15+
appVersion: "0.7.2"

signadot/workspaces/templates/agent.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -964,8 +964,8 @@ spec:
964964
- /manager
965965
env:
966966
- name: REPO_OVERLAY_IMAGE
967-
value: signadot/workspaces-repo-overlay:v0.7.1
968-
image: signadot/workspaces-operator:v0.7.1
967+
value: signadot/workspaces-repo-overlay:v0.7.2
968+
image: signadot/workspaces-operator:v0.7.2
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.1
1050+
image: signadot/workspaces-agent:v0.7.2
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.1
1076+
- image: signadot/workspaces-routeserver:v0.7.2
10771077
imagePullPolicy: IfNotPresent
10781078
name: routeserver
10791079
ports:

0 commit comments

Comments
 (0)