mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Upgrade cert-manager version for Kubernetes
This commit is contained in:
parent
7b3c0ea069
commit
fa19947943
@ -1,7 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# !!! never tested !!!
|
||||
|
||||
# base setup
|
||||
SCRIPT_PATH=$(realpath $0)
|
||||
SCRIPT_DIR=$(dirname $SCRIPT_PATH)
|
||||
@ -35,7 +33,7 @@ helm install \
|
||||
--kubeconfig=${KUBECONFIG} \
|
||||
--namespace cert-manager \
|
||||
--create-namespace \
|
||||
--version v1.13.1 \
|
||||
--version v1.13.2 \
|
||||
--set installCRDs=true
|
||||
|
||||
## install Ocelot with helm
|
||||
|
||||
@ -76,7 +76,7 @@ $ helm install \
|
||||
cert-manager jetstack/cert-manager \
|
||||
--namespace cert-manager \
|
||||
--create-namespace \
|
||||
--version v1.13.1 \
|
||||
--version v1.13.2 \
|
||||
--set installCRDs=true
|
||||
# or kubeconfig.yaml in your repo, then adjust
|
||||
$ helm install \
|
||||
@ -84,7 +84,7 @@ $ helm install \
|
||||
--kubeconfig ./kubeconfig.yaml \
|
||||
--namespace cert-manager \
|
||||
--create-namespace \
|
||||
--version v1.13.1 \
|
||||
--version v1.13.2 \
|
||||
--set installCRDs=true
|
||||
``` -->
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user