Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions deployments/charts/openg2p-master-data/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ masterDataAPI:
name: ""
image:
repository: openg2p/master-data-api
tag: "1.1.0"
tag: "1.1.3"
pullPolicy: Always
podSecurityContext:
enabled: false
Expand Down Expand Up @@ -283,7 +283,7 @@ masterDataUi:
name: ""
image:
repository: openg2p/master-data-ui
tag: "1.1.0"
tag: "1.1.3"
pullPolicy: Always
podSecurityContext:
enabled: false
Expand Down Expand Up @@ -425,7 +425,7 @@ geoSeed:
# Same registry and tag convention as masterDataAPI above; CI rewrites the
# tag via chart-image-paths in .github/workflows/build-publish.yml.
repository: openg2p/master-data-db-seed
tag: "1.1.0"
tag: "1.1.3"
waitImage: jbergknoff/postgresql-client:latest
backoffLimit: 2
# Optional MinIO settings kept for pack assets; the geo loader stores only
Expand Down
Loading