File tree Expand file tree Collapse file tree 2 files changed +18
-4
lines changed
Expand file tree Collapse file tree 2 files changed +18
-4
lines changed Original file line number Diff line number Diff 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 "
Original file line number Diff line number Diff line change 11apiVersion : v1
22kind : Namespace
33metadata :
4+ labels :
5+ istio-injection : enabled
46 name : signadot
57---
68apiVersion : 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 :
You can’t perform that action at this time.
0 commit comments