Skip to content

Commit 3f06667

Browse files
authored
Merge pull request #6 from signadot/release-v0.6.6
Workspaces v0.6.6
2 parents 64a510d + ff785ef commit 3f06667

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-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.4
9+
version: 0.2.5
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.5"
15+
appVersion: "0.6.6"

signadot/workspaces/templates/agent.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,10 @@ spec:
899899
- --leader-elect
900900
command:
901901
- /manager
902-
image: signadot/workspaces-operator:v0.6.5
902+
env:
903+
- name: REPO_OVERLAY_IMAGE
904+
value: signadot/workspaces-repo-overlay:v0.6.6
905+
image: signadot/workspaces-operator:v0.6.6
903906
imagePullPolicy: IfNotPresent
904907
livenessProbe:
905908
httpGet:
@@ -969,7 +972,7 @@ spec:
969972
secretKeyRef:
970973
key: token
971974
name: cluster-agent
972-
image: signadot/workspaces-agent:v0.6.5
975+
image: signadot/workspaces-agent:v0.6.6
973976
imagePullPolicy: IfNotPresent
974977
name: agent
975978
ports:
@@ -992,7 +995,7 @@ spec:
992995
app: routeserver
993996
spec:
994997
containers:
995-
- image: signadot/workspaces-routeserver
998+
- image: signadot/workspaces-routeserver:v0.6.6
996999
imagePullPolicy: IfNotPresent
9971000
name: routeserver
9981001
ports:

0 commit comments

Comments
 (0)