Commit 7cd29d34 authored by Andres Anaya Amariels's avatar Andres Anaya Amariels 🚀
Browse files

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

parent dd38a4ac
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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].paths[0].path="/" \
      --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

main_rf_testing:
+6 −0
Original line number Diff line number Diff line
@@ -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].paths[0].path="/" \
      --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

delete_ocf_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].paths[0].path="/" \
      --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

## 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].paths[0].path="/" \
      --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

delete_ocf_dev:
+2 −0
Original line number Diff line number Diff line
@@ -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].paths[0].path="/" \
      --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
 No newline at end of file