logging: use streaming repo for data-prepper
This commit is contained in:
parent
de8709bc2e
commit
5e245caf45
@ -32,7 +32,7 @@ spec:
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
parameters {
|
parameters {
|
||||||
string(name: 'HARBOR_REPO', defaultValue: 'registry.bstein.dev/monitoring/data-prepper', description: 'Docker repository for Data Prepper')
|
string(name: 'HARBOR_REPO', defaultValue: 'registry.bstein.dev/streaming/data-prepper', description: 'Docker repository for Data Prepper')
|
||||||
string(name: 'IMAGE_TAG', defaultValue: '2.8.0', description: 'Image tag to publish')
|
string(name: 'IMAGE_TAG', defaultValue: '2.8.0', description: 'Image tag to publish')
|
||||||
booleanParam(name: 'PUSH_LATEST', defaultValue: true, description: 'Also push the latest tag')
|
booleanParam(name: 'PUSH_LATEST', defaultValue: true, description: 'Also push the latest tag')
|
||||||
}
|
}
|
||||||
|
|||||||
@ -19,7 +19,7 @@ spec:
|
|||||||
fullnameOverride: data-prepper
|
fullnameOverride: data-prepper
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
image:
|
image:
|
||||||
repository: registry.bstein.dev/monitoring/data-prepper
|
repository: registry.bstein.dev/streaming/data-prepper
|
||||||
tag: "2.8.0"
|
tag: "2.8.0"
|
||||||
config:
|
config:
|
||||||
data-prepper-config.yaml: |
|
data-prepper-config.yaml: |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user