Skip to content

Commit

Permalink
chore: update ith 0.1.1->0.1.2, chart 0.1.1->0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akijakya committed Mar 1, 2022
1 parent 9916159 commit 88709bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/config.yaml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker.images.list
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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.2
ghcr.io/banzaicloud/vault-secrets-webhook:1.10.1
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 88709bb

Please sign in to comment.