Skip to content

Commit

Permalink
Update dependency quay.io/projectsyn/lieutenant-operator to v1.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>
  • Loading branch information
vshn-renovate committed Aug 3, 2022
1 parent 7b6e7ab commit 8eae24b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion class/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parameters:
operator:
registry: quay.io
repository: projectsyn/lieutenant-operator
version: '1.3.0'
version: '1.4.0'
api:
registry: docker.io
repository: projectsyn/lieutenant-api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ metadata:
name: lieutenant-operator-manager-role
namespace: lieutenant
rules:
- apiGroups:
- ''
resources:
- secrets
- serviceaccounts
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- coordination.k8s.io
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
value: foo
- name: VAULT_SECRET_ENGINE_PATH
value: kv
image: quay.io/projectsyn/lieutenant-operator:1.3.0
image: quay.io/projectsyn/lieutenant-operator:1.4.0
livenessProbe:
httpGet:
path: /healthz
Expand Down

0 comments on commit 8eae24b

Please sign in to comment.