Skip to content

Commit

Permalink
merge(#3608): updated packages with vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
akijakya authored Mar 1, 2022
2 parents 017eea2 + 88709bb commit 5bea88f
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.5"
# version: "0.2.6"
#
# # See https://github.com/banzaicloud/nodepool-labels-operator/tree/master/charts/nodepool-labels-operator for details
# values: {}
Expand Down 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
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.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
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.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)
Expand Down 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 5bea88f

Please sign in to comment.