Update cert-manager version to v1 from v1alpha2
Following the cert-manager migration to FluxCD, it was upversioned to v1.7.1 from v0.41.2, which means we need to update our helm-chart docs to use v1 instead of v1alpha2. Closes-Bug: #1978858 Signed-off-by: Pedro Almeida <pedro.monteiroazevedodemouraalmeida@windriver.com> Change-Id: I79955ed7412c0961b315f3b8a8cabd9dfce88fbf
This commit is contained in:
parent
8fa42bf283
commit
25f9cc35db
@ -50,7 +50,7 @@ Update the following fields:
|
||||
|
||||
~(keystone_admin)]$ cat <<EOF > docker-certificate.yaml
|
||||
---
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: system-registry-local-certificate
|
||||
|
@ -59,7 +59,7 @@ Update the following fields:
|
||||
|
||||
~(keystone_admin)]$ cat <<EOF > restapi-certificate.yaml
|
||||
---
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: system-restapi-gui-certificate
|
||||
|
@ -18,7 +18,7 @@ for use in a lab environment.
|
||||
.. code-block:: none
|
||||
|
||||
$ echo "
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Issuer
|
||||
metadata:
|
||||
name: my-selfsigning-issuer
|
||||
@ -32,7 +32,7 @@ for use in a lab environment.
|
||||
.. code-block:: none
|
||||
|
||||
$ echo "
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: my-rootca-certificate
|
||||
@ -50,7 +50,7 @@ for use in a lab environment.
|
||||
.. code-block:: none
|
||||
|
||||
$ echo "
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Issuer
|
||||
metadata:
|
||||
name: my-rootca-issuer
|
||||
@ -73,7 +73,7 @@ for use in a lab environment.
|
||||
.. code-block:: none
|
||||
|
||||
$ echo "
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: my-server-certificate
|
||||
|
@ -27,7 +27,7 @@ This example requires that:
|
||||
|
||||
# Create a cluster-wide ISSUER for create self-signed certificates
|
||||
---
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: ClusterIssuer
|
||||
metadata:
|
||||
name: system-selfsigning-issuer
|
||||
@ -37,7 +37,7 @@ This example requires that:
|
||||
|
||||
# Create a Certificate (and key) for my RootCA
|
||||
---
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: abccompany-starlingx-rootca-certificate
|
||||
@ -53,7 +53,7 @@ This example requires that:
|
||||
|
||||
# Create the RootCA ISSUER
|
||||
---
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Issuer
|
||||
metadata:
|
||||
name: abccompany-starlingx-rootca-issuer
|
||||
@ -83,7 +83,7 @@ This example requires that:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
apiVersion: cert-manager.io/v1alpha2
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: abccompany-starlingx.mycompany.com-certificate
|
||||
|
Loading…
x
Reference in New Issue
Block a user