Skip to content

Commit

Permalink
Merge pull request #413 from percona/EVEREST-107-fix-kubever
Browse files Browse the repository at this point in the history
EVEREST-107 | Fix Everest chart kube version
  • Loading branch information
mayankshah1607 authored Nov 14, 2024
2 parents 3f78691 + e03ec2b commit 0480aad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/everest/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A cloud-native database platform
version: 0.0.0
appVersion: 0.0.0
type: application
kubeVersion: '>= 1.27.0'
kubeVersion: '>= 1.27.0-0'
maintainers:
- name: mayankshah1607
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/everest/charts/everest-db-namespace/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: A sub-chart for provisioning Everest DB namespaces.
type: application
version: 0.0.0
appVersion: 0.0.0
kubeVersion: '>= 1.27.0'
kubeVersion: '>= 1.27.0-0'
dependencies:
- name: common
version: 0.0.*
Expand Down
2 changes: 1 addition & 1 deletion charts/everest/charts/everest-db-namespace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A sub-chart for provisioning Everest DB namespaces.

## Requirements

Kubernetes: `>= 1.27.0`
Kubernetes: `>= 1.27.0-0`

| Repository | Name | Version |
|------------|------|---------|
Expand Down

0 comments on commit 0480aad

Please sign in to comment.