Skip to content

Commit 29cae3f

Browse files
authored
zenith-proxy kubeVersion restriction update (#3)
* zenith-proxy kubeVersion restriction update * zenith-proxy readme update
1 parent d62e523 commit 29cae3f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/zenith-proxy/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ apiVersion: v2
22
name: zenith-proxy
33
description: Zenith Proxy
44
type: application
5-
version: 1.0.1
5+
version: 1.0.2
66
appVersion: "0.1.0"
7-
kubeVersion: "^1.18.0"
7+
kubeVersion: ">=1.18"
88
home: https://zenith.tech
99
sources:
1010
- https://github.com/zenithdb/zenith

charts/zenith-proxy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# zenith-proxy
22

3-
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) [![Lint and Test Charts](https://github.com/zenithdb/helm-charts/actions/workflows/lint-test.yaml/badge.svg)](https://github.com/zenithdb/helm-charts/actions/workflows/lint-test.yaml)
3+
![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) [![Lint and Test Charts](https://github.com/zenithdb/helm-charts/actions/workflows/lint-test.yaml/badge.svg)](https://github.com/zenithdb/helm-charts/actions/workflows/lint-test.yaml)
44

55
Zenith Proxy
66

@@ -21,7 +21,7 @@ $ helm install zenith-proxy zenithdb/zenith-proxy
2121

2222
## Requirements
2323

24-
Kubernetes: `^1.18.0`
24+
Kubernetes: `>=1.18`
2525

2626
## Values
2727

0 commit comments

Comments
 (0)