Integrating argo

This commit is contained in:
plm
2025-01-16 13:11:31 +01:00
parent c66de05c57
commit f6fa0e22d2
48 changed files with 6182 additions and 4 deletions

5
upgrade_development_dry_run.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
RELEASE_NAME=dev
RELEASE_NAMESPACE=dev
helm upgrade ${RELEASE_NAME} opencloud -n ${RELEASE_NAMESPACE} --create-namespace -f opencloud/dev-values.yaml --dry-run --debug