Skip to content

Commit

Permalink
calico v3.2.4 (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakolehm committed Jan 9, 2019
1 parent d6e320e commit 737e2f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pharos/phases/configure_calico.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Phases
class ConfigureCalico < Pharos::Phase
title "Configure Calico network"

CALICO_VERSION = '3.1.3'
CALICO_VERSION = '3.2.4'

register_component(
name: 'calico-node', version: CALICO_VERSION, license: 'Apache License 2.0',
Expand Down
1 change: 1 addition & 0 deletions lib/pharos/resources/calico/10-cluster-role.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ rules:
- apiGroups: [""]
resources:
- namespaces
- serviceaccounts
verbs:
- get
- list
Expand Down

0 comments on commit 737e2f8

Please sign in to comment.