Skip to content

Commit

Permalink
Update all Data Access components to vs 4.1.3 for final testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed Dec 10, 2023
1 parent a4a3fd7 commit 019ac95
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1090,13 +1090,19 @@ spec:
# vs.cache
#-------------------------------------------------------------------------
cache:
image:
repository: registry.gitlab.eox.at/vs/vs/cache
tag: release-4.1.3
ingress:
enabled: false

#-------------------------------------------------------------------------
# vs.scheduler
#-------------------------------------------------------------------------
scheduler:
image:
repository: registry.gitlab.eox.at/vs/vs/scheduler
tag: release-4.1.3
resources:
requests:
cpu: 100m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ spec:
vs:
renderer:
replicaCount: 1
image:
tag: "latest"
pullPolicy: Always
ingress:
enabled: false
resources:
Expand All @@ -80,9 +83,9 @@ spec:

registrar:
replicaCount: 1
# image:
# tag: "latest"
# pullPolicy: Always
image:
tag: "latest"
pullPolicy: Always
resources:
requests:
cpu: 100m
Expand Down Expand Up @@ -192,6 +195,9 @@ spec:
public: False

client:
image:
repository: registry.gitlab.eox.at/vs/vs/client
tag: release-4.1.3
ingress:
enabled: false
config:
Expand Down Expand Up @@ -234,6 +240,9 @@ spec:
enabled: false

scheduler:
image:
repository: registry.gitlab.eox.at/vs/vs/scheduler
tag: release-4.1.3
resources:
requests:
cpu: 100m
Expand Down

0 comments on commit 019ac95

Please sign in to comment.