Skip to content

Commit

Permalink
Merge pull request #1 from signadot/release-0.6.0
Browse files Browse the repository at this point in the history
Update workspaces chart to Signadot v0.6.0.
  • Loading branch information
enisoc authored Jul 13, 2021
2 parents 556efc8 + b30e5f5 commit 777e587
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions signadot/workspaces/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.5.4"
appVersion: "0.6.0"
18 changes: 16 additions & 2 deletions signadot/workspaces/templates/agent.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
apiVersion: v1
kind: Namespace
metadata:
labels:
istio-injection: enabled
name: signadot
---
apiVersion: v1
Expand Down Expand Up @@ -351,6 +353,18 @@ rules:
- get
- list
- watch
- apiGroups:
- networking.istio.io
resources:
- virtualservices
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- signadot.com
resources:
Expand Down Expand Up @@ -593,7 +607,7 @@ spec:
- --leader-elect
command:
- /manager
image: signadot/workspaces-operator:latest
image: signadot/workspaces-operator:v0.6.0
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -671,7 +685,7 @@ spec:
secretKeyRef:
key: token
name: cluster-agent
image: signadot/workspaces-agent:v0.5.4-7fabc2b
image: signadot/workspaces-agent:v0.6.0
imagePullPolicy: IfNotPresent
name: agent
ports:
Expand Down

0 comments on commit 777e587

Please sign in to comment.