Skip to content

Commit 63c3d28

Browse files
authored
Merge pull request #11 from signadot/update-to-v0.7.4
Update to v0.7.4
2 parents 144eb5f + 405e970 commit 63c3d28

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
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.3
9+
version: 0.3.4
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.3"
15+
appVersion: "0.7.4"

signadot/workspaces/templates/agent.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -338,10 +338,10 @@ spec:
338338
rules match a given object, only one clone of that object will
339339
be created, and then all matching patches and image replacements
340340
will be applied on top of one another to the clone. Patches
341-
will be applied first, in the order listed here, and then image
342-
replacements will be applied afterward. \n Each patch can be
343-
defined in any one of the formats supported by `kubectl patch`.
344-
See: https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
341+
will be applied last, in the order listed here, so they take
342+
precedence over image replacements. \n Each patch can be defined
343+
in any one of the formats supported by `kubectl patch`. See:
344+
https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
345345
\n Only one of the following fields should be set for each patch
346346
in the list: \n strategic - Define the patch in Kubernetes
347347
strategic merge patch format. merge - Define the patch in
@@ -964,8 +964,8 @@ spec:
964964
- /manager
965965
env:
966966
- name: REPO_OVERLAY_IMAGE
967-
value: signadot/workspaces-repo-overlay:v0.7.3
968-
image: signadot/workspaces-operator:v0.7.3
967+
value: signadot/workspaces-repo-overlay:v0.7.4
968+
image: signadot/workspaces-operator:v0.7.4
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.3
1050+
image: signadot/workspaces-agent:v0.7.4
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.3
1076+
- image: signadot/workspaces-routeserver:v0.7.4
10771077
imagePullPolicy: IfNotPresent
10781078
name: routeserver
10791079
ports:

0 commit comments

Comments
 (0)