Skip to content

Commit

Permalink
fix chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeniGordeev committed Aug 25, 2021
1 parent df3afcc commit f23844b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/hello-world/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
description: Hello world app for Kubernetes with request debug info
name: hello-world
type: application
version: 1.0.2
version: 1.0.5
appVersion: 1.0.0
2 changes: 1 addition & 1 deletion charts/httpbin/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
description: httpbin.org for Kubernetes
name: httpbin
type: application
version: 1.0.2
version: 1.0.5
appVersion: latest
2 changes: 1 addition & 1 deletion charts/kube-asg-node-drainer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ description: AWS node drainer for ASG spanning over multiple AZs -
a workaround for a common pitfall https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler/cloudprovider/aws#common-notes-and-gotchas.
Based on `kubectl rollout` CLI. Another option would be https://github.com/aws-samples/amazon-k8s-node-drainer.
name: kube-asg-node-drainer
version: 1.0.0
version: 1.0.5
appVersion: 1.16.0
2 changes: 1 addition & 1 deletion charts/redis-commander/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
description: redis-commander
name: redis-commander
type: application
version: 1.0.3
version: 1.0.5
appVersion: latest

0 comments on commit f23844b

Please sign in to comment.