Skip to content

Commit

Permalink
Default helm values to v0.1.3 release were updated
Browse files Browse the repository at this point in the history
  • Loading branch information
DoodgeMatvey committed Dec 7, 2023
1 parent 3fe781e commit 388c59b
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 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.2
tag: v0.1.3

port: 8080

Expand Down Expand Up @@ -407,6 +407,32 @@ rbac:
- get
- patch
- update
- apiGroups:
- clusterresources.instaclustr.com
resources:
- opensearchegressrules
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- clusterresources.instaclustr.com
resources:
- opensearchegressrules/finalizers
verbs:
- update
- apiGroups:
- clusterresources.instaclustr.com
resources:
- opensearchegressrules/status
verbs:
- get
- patch
- update
- apiGroups:
- clusterresources.instaclustr.com
resources:
Expand Down

0 comments on commit 388c59b

Please sign in to comment.