diff --git a/config/config.yaml.dist b/config/config.yaml.dist index f233556ed..1d0ec05a2 100644 --- a/config/config.yaml.dist +++ b/config/config.yaml.dist @@ -161,7 +161,7 @@ dex: # charts: # nodepoolLabelOperator: # chart: "banzaicloud-stable/nodepool-labels-operator" -# version: "0.2.5" +# version: "0.2.6" # # # See https://github.com/banzaicloud/nodepool-labels-operator/tree/master/charts/nodepool-labels-operator for details # values: {} @@ -358,7 +358,7 @@ dex: # ith: # enabled: true # chart: "banzaicloud-stable/instance-termination-handler" -# version: "0.1.1" +# version: "0.1.2" # # autoscaler: # enabled: true diff --git a/docker.images.list b/docker.images.list index 4f2488d1f..1bbd8ec26 100644 --- a/docker.images.list +++ b/docker.images.list @@ -1,8 +1,8 @@ docker.io/traefik:1.7.20 ghcr.io/banzaicloud/anchore-image-validator:0.5.4 -ghcr.io/banzaicloud/instance-termination-handler:0.1.1 +ghcr.io/banzaicloud/instance-termination-handler:0.1.2 ghcr.io/banzaicloud/integrated-service-operator:v0.5.0 -ghcr.io/banzaicloud/nodepool-labels-operator:v0.1.1 +ghcr.io/banzaicloud/nodepool-labels-operator:v0.1.2 ghcr.io/banzaicloud/vault-secrets-webhook:1.10.1 gcr.io/google-containers/cluster-autoscaler:v1.15.4 k8s.gcr.io/autoscaling/cluster-autoscaler:v1.16.7 diff --git a/internal/cmd/config.go b/internal/cmd/config.go index 61088d594..99df36857 100644 --- a/internal/cmd/config.go +++ b/internal/cmd/config.go @@ -579,7 +579,7 @@ func Configure(v *viper.Viper, p *pflag.FlagSet) { "storagetier", }) v.SetDefault("cluster::labels::charts::nodepoolLabelOperator::chart", "banzaicloud-stable/nodepool-labels-operator") - v.SetDefault("cluster::labels::charts::nodepoolLabelOperator::version", "0.2.5") + v.SetDefault("cluster::labels::charts::nodepoolLabelOperator::version", "0.2.6") v.SetDefault("cluster::labels::charts::nodepoolLabelOperator::values", map[string]interface{}{}) v.SetDefault("cluster::vault::enabled", true) @@ -791,7 +791,7 @@ traefik: // Instance Termination Handler v.SetDefault("cluster::posthook::ith::enabled", true) v.SetDefault("cluster::posthook::ith::chart", "banzaicloud-stable/instance-termination-handler") - v.SetDefault("cluster::posthook::ith::version", "0.1.1") + v.SetDefault("cluster::posthook::ith::version", "0.1.2") // Cluster Autoscaler v.SetDefault("cluster::posthook::autoscaler::enabled", true)