Skip to content

Commit 777e587

Browse files
authored
Merge pull request #1 from signadot/release-0.6.0
Update workspaces chart to Signadot v0.6.0.
2 parents 556efc8 + b30e5f5 commit 777e587

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
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.1.0
9+
version: 0.2.0
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: "1.5.4"
15+
appVersion: "0.6.0"

signadot/workspaces/templates/agent.yaml

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
apiVersion: v1
22
kind: Namespace
33
metadata:
4+
labels:
5+
istio-injection: enabled
46
name: signadot
57
---
68
apiVersion: v1
@@ -351,6 +353,18 @@ rules:
351353
- get
352354
- list
353355
- watch
356+
- apiGroups:
357+
- networking.istio.io
358+
resources:
359+
- virtualservices
360+
verbs:
361+
- create
362+
- delete
363+
- get
364+
- list
365+
- patch
366+
- update
367+
- watch
354368
- apiGroups:
355369
- signadot.com
356370
resources:
@@ -593,7 +607,7 @@ spec:
593607
- --leader-elect
594608
command:
595609
- /manager
596-
image: signadot/workspaces-operator:latest
610+
image: signadot/workspaces-operator:v0.6.0
597611
imagePullPolicy: IfNotPresent
598612
livenessProbe:
599613
httpGet:
@@ -671,7 +685,7 @@ spec:
671685
secretKeyRef:
672686
key: token
673687
name: cluster-agent
674-
image: signadot/workspaces-agent:v0.5.4-7fabc2b
688+
image: signadot/workspaces-agent:v0.6.0
675689
imagePullPolicy: IfNotPresent
676690
name: agent
677691
ports:

0 commit comments

Comments
 (0)