Skip to content

Commit

Permalink
bump version v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed Mar 16, 2021
1 parent c8e65c1 commit 9099342
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Deploy Kubernetes in Kubernetes using Helm

```bash
helm repo add kvaps https://kvaps.github.io/charts
helm install foo kvaps/kubernetes --version 0.9.1 \
helm install foo kvaps/kubernetes --version 0.9.2 \
--namespace foo \
--create-namespace \
--set persistence.storageClassName=local-path
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/kubernetes/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kubernetes
description: Production-Grade Container Scheduling and Management
version: 0.9.1
version: 0.9.2
appVersion: v1.20.2
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/3/39/Kubernetes_logo_without_workmark.svg/723px-Kubernetes_logo_without_workmark.svg.png
keywords:
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/kubernetes/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ admin:
enabled: true
image:
repository: ghcr.io/kvaps/kubernetes-tools
tag: v0.9.0
tag: v0.9.2
pullPolicy: IfNotPresent
pullSecrets: []
replicaCount: 1
Expand Down

0 comments on commit 9099342

Please sign in to comment.