Skip to content

Commit

Permalink
issue-685, default helm values were updated to v0.1.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
DoodgeMatvey committed Jan 24, 2024
1 parent 8675e82 commit 7cc25d3
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ replicaCount: 1
image:
repository: icoperator/instaclustr-operator
pullPolicy: IfNotPresent
tag: v0.1.4
tag: v0.1.5

port: 8080

Expand Down Expand Up @@ -62,6 +62,14 @@ rbac:
verbs:
- create
- patch
- apiGroups:
- ""
resources:
- namespaces
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
Expand Down Expand Up @@ -121,6 +129,14 @@ rbac:
- patch
- update
- watch
- apiGroups:
- apps
resources:
- deployments
verbs:
- get
- list
- watch
- apiGroups:
- cdi.kubevirt.io
resources:
Expand Down

0 comments on commit 7cc25d3

Please sign in to comment.