Skip to content

Commit 9099342

Browse files
committedMar 16, 2021
bump version v0.9.2
1 parent c8e65c1 commit 9099342

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Deploy Kubernetes in Kubernetes using Helm
2626

2727
```bash
2828
helm repo add kvaps https://kvaps.github.io/charts
29-
helm install foo kvaps/kubernetes --version 0.9.1 \
29+
helm install foo kvaps/kubernetes --version 0.9.2 \
3030
--namespace foo \
3131
--create-namespace \
3232
--set persistence.storageClassName=local-path

‎deploy/helm/kubernetes/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: kubernetes
22
description: Production-Grade Container Scheduling and Management
3-
version: 0.9.1
3+
version: 0.9.2
44
appVersion: v1.20.2
55
icon: https://upload.wikimedia.org/wikipedia/commons/thumb/3/39/Kubernetes_logo_without_workmark.svg/723px-Kubernetes_logo_without_workmark.svg.png
66
keywords:

‎deploy/helm/kubernetes/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ admin:
187187
enabled: true
188188
image:
189189
repository: ghcr.io/kvaps/kubernetes-tools
190-
tag: v0.9.0
190+
tag: v0.9.2
191191
pullPolicy: IfNotPresent
192192
pullSecrets: []
193193
replicaCount: 1

0 commit comments

Comments
 (0)
Please sign in to comment.