mirror of
https://github.com/bitnami/charts.git
synced 2026-02-20 12:07:40 +08:00
[bitnami/contour-operator] Fix Chart.yaml quotes and README (#9665)
Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
This commit is contained in:
committed by
GitHub
parent
4ba21d3dc0
commit
36f6eaef99
@@ -17,7 +17,7 @@ keywords:
|
||||
- operator
|
||||
- ingress
|
||||
- envoy
|
||||
kubeVersion: ">= 1.21"
|
||||
kubeVersion: '>= 1.21'
|
||||
maintainers:
|
||||
- email: containers@bitnami.com
|
||||
name: Bitnami
|
||||
@@ -25,4 +25,4 @@ name: contour-operator
|
||||
sources:
|
||||
- https://github.com/projectcontour/contour-operator
|
||||
- https://github.com/bitnami/bitnami-docker-contour-operator
|
||||
version: 1.1.1
|
||||
version: 1.1.2
|
||||
|
||||
@@ -25,7 +25,7 @@ Bitnami charts can be used with [Kubeapps](https://kubeapps.com/) for deployment
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- Kubernetes 1.19+
|
||||
- Kubernetes 1.21+
|
||||
- Helm 3.2.0+
|
||||
|
||||
## Installing the Chart
|
||||
@@ -384,4 +384,4 @@ Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
limitations under the License.
|
||||
|
||||
Reference in New Issue
Block a user