Skip to content

Commit

Permalink
update components versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtigyro committed May 13, 2021
1 parent 81dac07 commit 28aef64
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions bin/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
set -eu

# default versions
HELMFILE_VER='0.138.7'
HELMFILE_VER='0.139.4'
HELM_PLUGIN_DIFF_VER='3.1.3'
KIND_VERSION='0.10.0'
KUBECTL_VERSION='1.20.5'
KUBECTL_VERSION='1.20.6'

# passed on vars
HELM_VER="$1"
Expand Down
2 changes: 1 addition & 1 deletion helmfiles/apps/default/metallb/helmfile-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
releases:
- name: metallb
namespace: metallb-system
version: 2.3.5
version: 2.3.6
<<: *bitnami
2 changes: 1 addition & 1 deletion helmfiles/apps/default/metrics-server/helmfile-v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
releases:
- name: metrics-server
namespace: metrics-server
version: 5.8.4
version: 5.8.7
<<: *bitnami
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ releases:
namespace: ingress
wait: false
atomic: false
version: 7.6.0
version: 7.6.6
<<: *bitnami
4 changes: 2 additions & 2 deletions kindadm
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
set -eu

# default versions
HELM_VER='3.5.3'
HELM_VER='3.5.4'
export KINDADM_KIND_HELM_ENV='v3'
HELM_VER_3='3.5.3'
HELM_VER_3='3.5.4'
HELM_VER_2='2.17.0'

# define vars
Expand Down

0 comments on commit 28aef64

Please sign in to comment.