Skip to content

Commit

Permalink
circle-ci: updating docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
CircleCI committed May 29, 2024
1 parent f1a3ea9 commit 3275a2a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ heapOptions: -Xms250M -Xmx1300M
image:
pullPolicy: IfNotPresent
repository: snappyflowml/arch-kafka-connect
tag: '2-0-98'
tag: '2-0-106'
inByteRate: 1736111
jmx:
port: 5555
Expand Down
2 changes: 1 addition & 1 deletion charts/sf-datapath/sub_charts/authenticator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fullnameOverride: ''
image:
pullPolicy: IfNotPresent
repository: snappyflowml/authenticator
tag: '2-0-98'
tag: '2-0-106'
nameOverride: ''
nodeSelector: {}
serverPort: :5006
Expand Down
2 changes: 1 addition & 1 deletion charts/sf-datapath/sub_charts/cp-kafka-rest/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ httpsServicePort: 8081
image:
pullPolicy: IfNotPresent
repository: snappyflowml/sf-kafka-rest
tag: '2-0-98'
tag: '2-0-106'
jmx:
port: 5555
livenessProbe:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ schemaGenerator:
image:
pullPolicy: IfNotPresent
repository: snappyflowml/schema-generator
tag: '2-0-98'
tag: '2-0-106'
servicePort: 8081
tolerations: {}
2 changes: 1 addition & 1 deletion charts/sf-datapath/sub_charts/es-kafka-connect/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ heapOptions: -Xms450M -Xmx1800M
image:
pullPolicy: IfNotPresent
repository: snappyflowml/apm-kafka-connect
tag: '2-0-98'
tag: '2-0-106'
inByteRate: 1736111
jmx:
port: 5555
Expand Down
2 changes: 1 addition & 1 deletion charts/sf-datapath/sub_charts/sfk-interface/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fullnameOverride: ''
image:
pullPolicy: IfNotPresent
repository: snappyflowml/sfk-interface
tag: '2-0-98'
tag: '2-0-106'
nameOverride: ''
nodeSelector: {}
podAnnotations: {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fullnameOverride: ''
image:
pullPolicy: IfNotPresent
repository: snappyflowml/signatures
tag: '2-0-98'
tag: '2-0-106'
nameOverride: ''
nodeSelector: {}
service:
Expand Down
2 changes: 1 addition & 1 deletion charts/sf-datapath/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ systemmigration:
image:
pullPolicy: IfNotPresent
repository: snappyflowml/datapath-system-migration
tag: '2-0-98'
tag: '2-0-106'

0 comments on commit 3275a2a

Please sign in to comment.