Skip to content

Commit

Permalink
feat: updated ITH and NPLS versions
Browse files Browse the repository at this point in the history
- instance-termination-handler app and chart version 0.1.2->0.1.3
- nodepool-labels-operator app version v0.1.2->v0.2.0, chart version 0.2.6->0.2.7
  • Loading branch information
akijakya committed Jul 22, 2022
1 parent 826a16c commit 9d20e44
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/config.yaml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ dex:
# charts:
# nodepoolLabelOperator:
# chart: "banzaicloud-stable/nodepool-labels-operator"
# version: "0.2.6"
# version: "0.2.7"
#
# # See https://github.com/banzaicloud/nodepool-labels-operator/tree/master/charts/nodepool-labels-operator for details
# values: {}
Expand Down Expand Up @@ -367,7 +367,7 @@ dex:
# ith:
# enabled: true
# chart: "banzaicloud-stable/instance-termination-handler"
# version: "0.1.2"
# version: "0.1.3"
#
# autoscaler:
# enabled: true
Expand Down
4 changes: 2 additions & 2 deletions docker.images.list
Original file line number Diff line number Diff line change
@@ -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.2
ghcr.io/banzaicloud/instance-termination-handler:0.1.3
ghcr.io/banzaicloud/integrated-service-operator:v0.5.0
ghcr.io/banzaicloud/nodepool-labels-operator:v0.1.2
ghcr.io/banzaicloud/nodepool-labels-operator:v0.2.0
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
Expand Down
4 changes: 2 additions & 2 deletions internal/cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.6")
v.SetDefault("cluster::labels::charts::nodepoolLabelOperator::version", "0.2.7")
v.SetDefault("cluster::labels::charts::nodepoolLabelOperator::values", map[string]interface{}{})

v.SetDefault("cluster::vault::enabled", true)
Expand Down Expand Up @@ -806,7 +806,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.2")
v.SetDefault("cluster::posthook::ith::version", "0.1.3")

// Cluster Autoscaler
v.SetDefault("cluster::posthook::autoscaler::enabled", true)
Expand Down

0 comments on commit 9d20e44

Please sign in to comment.