[bitnami/contour-operator] Fix Chart.yaml quotes and README (#9665)

Signed-off-by: Carlos Rodriguez Hernandez <carlosrh@vmware.com>
This commit is contained in:
Carlos Rodríguez Hernández
2022-04-01 21:25:45 +02:00
committed by GitHub
parent 4ba21d3dc0
commit 36f6eaef99
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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.