Skip to content

Commit

Permalink
Merge pull request #106 from aldbr/main_FEAT_replace-tag-diracx-web
Browse files Browse the repository at this point in the history
feat(values): replace default diracx-web tag with dev
  • Loading branch information
chaen authored Aug 28, 2024
2 parents e94a27a + 34b8d19 commit f59d398
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ Note that this configuration is trivial and does not follow production recommand
| global.images.services | string | `"ghcr.io/diracgrid/diracx/services"` | |
| global.images.tag | string | `"dev"` | |
| global.images.web.repository | string | `"ghcr.io/diracgrid/diracx-web/static"` | |
| global.images.web.tag | string | `"latest"` | |
| global.images.web.tag | string | `"dev"` | |
| global.storageClassName | string | `"standard"` | |
| grafana.datasources."datasources.yaml".apiVersion | int | `1` | |
| grafana.datasources."datasources.yaml".datasources[0].name | string | `"Jaeger"` | |
Expand Down
2 changes: 1 addition & 1 deletion diracx/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ global:
services: ghcr.io/diracgrid/diracx/services
client: ghcr.io/diracgrid/diracx/client
web:
tag: "latest"
tag: "dev"
repository: ghcr.io/diracgrid/diracx-web/static

replicaCount: 1
Expand Down

0 comments on commit f59d398

Please sign in to comment.