Skip to content

Commit

Permalink
Apply fixed import api to korem
Browse files Browse the repository at this point in the history
  • Loading branch information
moicalcob committed Dec 2, 2024
1 parent b1232ca commit eb35903
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions manifests/kots-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,17 +188,15 @@ spec:
## Values from Advanced Configuration
optionalValues:
## TEMPORAL PATCHED IMAGES
# - when: 'true'
# recursiveMerge: true
# values:
# routerMetrics:
# image:
# registry: registry.self-hosted.carto.com/proxy/carto/gcr.io/carto-artifacts
# tag: "latest"
# httpCache:
# image:
# registry: registry.self-hosted.carto.com/proxy/carto/gcr.io/carto-artifacts
# tag: "latest"
- when: 'true'
recursiveMerge: true
values:
importApi:
image:
tag: "2024.11.11-patch1"
importWorker:
image:
tag: "2024.11.11-patch1"

## Specify service account if workload identity is disabled
- when: '{{repl ConfigOptionEquals "enableGoogleWorkloadIdentity" "0" }}'
Expand Down

0 comments on commit eb35903

Please sign in to comment.