Skip to content

Commit f071ed5

Browse files
committed
Workspaces v0.6.5
1 parent ed15891 commit f071ed5

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
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.2.3
9+
version: 0.2.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.6.4"
15+
appVersion: "0.6.5"

signadot/workspaces/templates/agent.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,16 @@ spec:
344344
description: JSON specifies the patch in JSON Patch format
345345
(RFC 6902).
346346
items:
347+
description: "RawExtension is a wrapper around runtime.RawExtension.
348+
\n It exists so we can add the PreserveUnknownFields
349+
directive on the items in a []RawExtension list, rather
350+
than to the list itself. Adding PreserveUnknownFields
351+
to the list itself works in the latest patch releases
352+
of k8s v1.18+, but the fix was never backported to v1.17
353+
or older: \n https://github.com/kubernetes/kubernetes/pull/94888"
347354
type: object
355+
x-kubernetes-preserve-unknown-fields: true
348356
type: array
349-
x-kubernetes-preserve-unknown-fields: true
350357
merge:
351358
description: Merge specifies the patch in JSON Merge Patch
352359
format (RFC 7396).
@@ -892,7 +899,7 @@ spec:
892899
- --leader-elect
893900
command:
894901
- /manager
895-
image: signadot/workspaces-operator:v0.6.4
902+
image: signadot/workspaces-operator:v0.6.5
896903
imagePullPolicy: IfNotPresent
897904
livenessProbe:
898905
httpGet:
@@ -962,7 +969,7 @@ spec:
962969
secretKeyRef:
963970
key: token
964971
name: cluster-agent
965-
image: signadot/workspaces-agent:v0.6.4
972+
image: signadot/workspaces-agent:v0.6.5
966973
imagePullPolicy: IfNotPresent
967974
name: agent
968975
ports:

0 commit comments

Comments
 (0)