Skip to content
Snippets Groups Projects
Commit 7cd29d34 authored by Andres Anaya Amariels's avatar Andres Anaya Amariels :rocket:
Browse files

refactor: update Redis image repository and tag in CI configuration for all environments

parent dd38a4ac
No related branches found
No related tags found
No related merge requests found
...@@ -715,6 +715,8 @@ deploy_ocf_main: ...@@ -715,6 +715,8 @@ deploy_ocf_main:
--set mongo-express.ingress.hosts[0].host="mongo-express-main.$DOMAIN_PRE_PROD" \ --set mongo-express.ingress.hosts[0].host="mongo-express-main.$DOMAIN_PRE_PROD" \
--set mongo-express.ingress.hosts[0].paths[0].path="/" \ --set mongo-express.ingress.hosts[0].paths[0].path="/" \
--set mongo-express.ingress.hosts[0].paths[0].pathType="Prefix" \ --set mongo-express.ingress.hosts[0].paths[0].pathType="Prefix" \
--set redis.image.repository=labs.etsi.org:5050/ocf/capif/redis \
--set redis.image.tag=7.4.2-alpine \
--wait --timeout=10m --create-namespace --atomic --wait --timeout=10m --create-namespace --atomic
main_rf_testing: main_rf_testing:
......
...@@ -243,6 +243,8 @@ deploy_ocf_staging: ...@@ -243,6 +243,8 @@ deploy_ocf_staging:
--set mongo-express.ingress.hosts[0].host="mongo-express-$CI_ENV_ENDPOINT-mr.$DOMAIN_DEV" \ --set mongo-express.ingress.hosts[0].host="mongo-express-$CI_ENV_ENDPOINT-mr.$DOMAIN_DEV" \
--set mongo-express.ingress.hosts[0].paths[0].path="/" \ --set mongo-express.ingress.hosts[0].paths[0].path="/" \
--set mongo-express.ingress.hosts[0].paths[0].pathType="Prefix" \ --set mongo-express.ingress.hosts[0].paths[0].pathType="Prefix" \
--set redis.image.repository=labs.etsi.org:5050/ocf/capif/redis \
--set redis.image.tag=7.4.2-alpine \
--wait --timeout=10m --create-namespace --atomic --wait --timeout=10m --create-namespace --atomic
delete_ocf_staging: delete_ocf_staging:
...@@ -431,6 +433,8 @@ deploy_ocf_oficial_staging: ...@@ -431,6 +433,8 @@ deploy_ocf_oficial_staging:
--set mongo-express.ingress.hosts[0].host="mongo-express-staging.$DOMAIN_STAGING" \ --set mongo-express.ingress.hosts[0].host="mongo-express-staging.$DOMAIN_STAGING" \
--set mongo-express.ingress.hosts[0].paths[0].path="/" \ --set mongo-express.ingress.hosts[0].paths[0].path="/" \
--set mongo-express.ingress.hosts[0].paths[0].pathType="Prefix" \ --set mongo-express.ingress.hosts[0].paths[0].pathType="Prefix" \
--set redis.image.repository=labs.etsi.org:5050/ocf/capif/redis \
--set redis.image.tag=7.4.2-alpine \
--wait --timeout=10m --create-namespace --atomic --wait --timeout=10m --create-namespace --atomic
## dev ### ## dev ###
...@@ -622,6 +626,8 @@ deploy_ocf_dev: ...@@ -622,6 +626,8 @@ deploy_ocf_dev:
--set mongo-express.ingress.hosts[0].host="mongo-express-$CI_ENV_ENDPOINT-dev.$DOMAIN_DEV" \ --set mongo-express.ingress.hosts[0].host="mongo-express-$CI_ENV_ENDPOINT-dev.$DOMAIN_DEV" \
--set mongo-express.ingress.hosts[0].paths[0].path="/" \ --set mongo-express.ingress.hosts[0].paths[0].path="/" \
--set mongo-express.ingress.hosts[0].paths[0].pathType="Prefix" \ --set mongo-express.ingress.hosts[0].paths[0].pathType="Prefix" \
--set redis.image.repository=labs.etsi.org:5050/ocf/capif/redis \
--set redis.image.tag=7.4.2-alpine \
--wait --timeout=10m --create-namespace --atomic --wait --timeout=10m --create-namespace --atomic
delete_ocf_dev: delete_ocf_dev:
......
...@@ -267,4 +267,6 @@ deploy_ocf_prod: ...@@ -267,4 +267,6 @@ deploy_ocf_prod:
--set mongo-express.ingress.hosts[0].host="mongo-express-prod.$DOMAIN_PROD" \ --set mongo-express.ingress.hosts[0].host="mongo-express-prod.$DOMAIN_PROD" \
--set mongo-express.ingress.hosts[0].paths[0].path="/" \ --set mongo-express.ingress.hosts[0].paths[0].path="/" \
--set mongo-express.ingress.hosts[0].paths[0].pathType="Prefix" \ --set mongo-express.ingress.hosts[0].paths[0].pathType="Prefix" \
--set redis.image.repository=labs.etsi.org:5050/ocf/capif/redis \
--set redis.image.tag=7.4.2-alpine \
--wait --timeout=10m --create-namespace --atomic --wait --timeout=10m --create-namespace --atomic
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment