mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Merge pull request #6848 from Ocelot-Social-Community/6847-upgrade-cert-manager-version
chore(other): upgrade cert-manager version
This commit is contained in:
commit
46b67c1fdb
@ -1,7 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# !!! never tested !!!
|
|
||||||
|
|
||||||
# base setup
|
# base setup
|
||||||
SCRIPT_PATH=$(realpath $0)
|
SCRIPT_PATH=$(realpath $0)
|
||||||
SCRIPT_DIR=$(dirname $SCRIPT_PATH)
|
SCRIPT_DIR=$(dirname $SCRIPT_PATH)
|
||||||
@ -35,7 +33,7 @@ helm install \
|
|||||||
--kubeconfig=${KUBECONFIG} \
|
--kubeconfig=${KUBECONFIG} \
|
||||||
--namespace cert-manager \
|
--namespace cert-manager \
|
||||||
--create-namespace \
|
--create-namespace \
|
||||||
--version v1.13.1 \
|
--version v1.13.2 \
|
||||||
--set installCRDs=true
|
--set installCRDs=true
|
||||||
|
|
||||||
## install Ocelot with helm
|
## install Ocelot with helm
|
||||||
|
|||||||
@ -76,7 +76,7 @@ $ helm install \
|
|||||||
cert-manager jetstack/cert-manager \
|
cert-manager jetstack/cert-manager \
|
||||||
--namespace cert-manager \
|
--namespace cert-manager \
|
||||||
--create-namespace \
|
--create-namespace \
|
||||||
--version v1.13.1 \
|
--version v1.13.2 \
|
||||||
--set installCRDs=true
|
--set installCRDs=true
|
||||||
# or kubeconfig.yaml in your repo, then adjust
|
# or kubeconfig.yaml in your repo, then adjust
|
||||||
$ helm install \
|
$ helm install \
|
||||||
@ -84,7 +84,7 @@ $ helm install \
|
|||||||
--kubeconfig ./kubeconfig.yaml \
|
--kubeconfig ./kubeconfig.yaml \
|
||||||
--namespace cert-manager \
|
--namespace cert-manager \
|
||||||
--create-namespace \
|
--create-namespace \
|
||||||
--version v1.13.1 \
|
--version v1.13.2 \
|
||||||
--set installCRDs=true
|
--set installCRDs=true
|
||||||
``` -->
|
``` -->
|
||||||
|
|
||||||
|
|||||||
@ -88,7 +88,7 @@ $ docker cp <local-folder-path>/neo4j-dump <docker-image-name('neo4j')>:/var/lib
|
|||||||
# connect to the Docker containers Neo4j terminal
|
# connect to the Docker containers Neo4j terminal
|
||||||
$ docker exec -it neo4j bash
|
$ docker exec -it neo4j bash
|
||||||
# to load the dump into the database we need the following command in this terminal
|
# to load the dump into the database we need the following command in this terminal
|
||||||
neo4j% neo4j-admin load --expand-commands --database=graph.db --from /var/lib/neo4j/$(date +%F)-neo4j-dump --force
|
neo4j% neo4j-admin load --database=neo4j --from /var/lib/neo4j/$(date +%F)-neo4j-dump --force
|
||||||
# leave the terminal by entering
|
# leave the terminal by entering
|
||||||
neo4j% exit
|
neo4j% exit
|
||||||
```
|
```
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user