Skip to content

Commit

Permalink
chore: update npls 0.1.1->0.1.2, chart 0.2.5->0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
akijakya committed Mar 1, 2022
1 parent 017eea2 commit 9916159
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 @@ -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
2 changes: 1 addition & 1 deletion docker.images.list
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ 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/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
2 changes: 1 addition & 1 deletion 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

0 comments on commit 9916159

Please sign in to comment.