Skip to content

Commit

Permalink
Merge pull request #87 from DockToFuture/update/cilium-v1.11.3
Browse files Browse the repository at this point in the history
Update cilium to v1.11.3
  • Loading branch information
DockToFuture authored Mar 29, 2022
2 parents 72eec06 + ec66c79 commit efd0ce6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 4 additions & 4 deletions charts/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ images:
- name: cilium-agent
sourceRepository: github.com/cilium/cilium
repository: quay.io/cilium/cilium
tag: v1.11.1
tag: v1.11.3
- name: cilium-preflight
sourceRepository: github.com/cilium/cilium
repository: quay.io/cilium/cilium
tag: v1.11.1
tag: v1.11.3
- name: cilium-operator
sourceRepository: github.com/cilium/cilium
repository: quay.io/cilium/operator
tag: v1.11.1
tag: v1.11.3
- name: cilium-etcd-operator
sourceRepository: github.com/cilium/cilium
repository: docker.io/cilium/cilium-etcd-operator
Expand All @@ -34,7 +34,7 @@ images:
- name: hubble-relay
sourceRepository: github.com/cilium/hubble-ui
repository: quay.io/cilium/hubble-relay
tag: v1.11.1
tag: v1.11.3
- name: certgen
sourceRepository: github.com/cilium/certgen
repository: quay.io/cilium/certgen
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,14 @@ rules:
- apiGroups:
- ""
resources:
- pods
- pods/finalizers
verbs:
- get
- list
- watch
- update
- delete
- apiGroups:
- ""
resources:
- nodes
- pods
verbs:
- get
- list
Expand Down

0 comments on commit efd0ce6

Please sign in to comment.