Skip to content

Commit d02d67e

Browse files
author
CircleCI
committed
circle-ci: updating docker image version
1 parent ee99be9 commit d02d67e

File tree

11 files changed

+18
-18
lines changed

11 files changed

+18
-18
lines changed

charts/sf-archival/charts/compaction-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fullnameOverride: ''
1717
image:
1818
pullPolicy: IfNotPresent
1919
repository: snappyflowml/compaction-controller
20-
tag: '2-0-117'
20+
tag: '2-0-123'
2121
ingest-controller:
2222
service:
2323
servicePort: 5000

charts/sf-archival/charts/dataset-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fullnameOverride: ''
1818
image:
1919
pullPolicy: IfNotPresent
2020
repository: snappyflowml/dataset-controller
21-
tag: '2-0-117'
21+
tag: '2-0-123'
2222
ingest-controller:
2323
service:
2424
servicePort: 5000

charts/sf-archival/charts/dataset-raw-controller/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fullnameOverride: ''
2929
image:
3030
pullPolicy: IfNotPresent
3131
repository: snappyflowml/dataset-raw-controller
32-
tag: '2-0-117'
32+
tag: '2-0-123'
3333
nameOverride: ''
3434
nodeSelector: {}
3535
podAnnotations:
@@ -51,7 +51,7 @@ orcEventController:
5151
image:
5252
pullPolicy: IfNotPresent
5353
repository: snappyflowml/orc-event-controller
54-
tag: '2-0-117'
54+
tag: '2-0-123'
5555
containerResources:
5656
limits:
5757
cpu: 250m

charts/sf-archival/charts/ingest-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fullnameOverride: ''
1818
image:
1919
pullPolicy: IfNotPresent
2020
repository: snappyflowml/ingest-controller
21-
tag: '2-0-117'
21+
tag: '2-0-123'
2222
log-archival:
2323
service:
2424
servicePort: 5003

charts/sf-archival/charts/log-archival/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fullnameOverride: ''
1717
image:
1818
pullPolicy: IfNotPresent
1919
repository: snappyflowml/log-archival
20-
tag: '2-0-117'
20+
tag: '2-0-123'
2121
ingest-controller:
2222
service:
2323
servicePort: 5000

charts/sf-archival/charts/orc-event-retry-job/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ replicaCount: 1
1515
image:
1616
repository: snappyflowml/orc-event-retry-job
1717
pullPolicy: IfNotPresent
18-
tag: '2-0-117'
18+
tag: '2-0-123'
1919

2020
imagePullSecrets: []
2121
nameOverride: ""

charts/sf-archival/charts/orc-event-webhook/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fullnameOverride: ''
1111
image:
1212
pullPolicy: IfNotPresent
1313
repository: snappyflowml/orc-event-webhook
14-
tag: '2-0-117'
14+
tag: '2-0-123'
1515
nameOverride: ''
1616
nodeSelector: {}
1717
schedulerName: sf-scheduler

charts/sf-archival/charts/query-controller/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cleanIntervalInHour: 1
33
cleanup:
44
pullPolicy: IfNotPresent
55
repository: snappyflowml/query-cleanup
6-
tag: '2-0-117'
6+
tag: '2-0-123'
77
containerResources:
88
querycleanup:
99
limits:
@@ -46,7 +46,7 @@ parallelQuery:
4646
executionControler:
4747
pullPolicy: IfNotPresent
4848
repository: snappyflowml/query-execution-controller
49-
tag: '2-0-117'
49+
tag: '2-0-123'
5050
external:
5151
enabled: false
5252
externalTrafficPolicy: Cluster
@@ -55,7 +55,7 @@ fullnameOverride: ''
5555
image:
5656
pullPolicy: IfNotPresent
5757
repository: snappyflowml/query-controller
58-
tag: '2-0-117'
58+
tag: '2-0-123'
5959
ingest-controller:
6060
service:
6161
servicePort: 5000

charts/sf-archival/charts/raw-query-exec-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ fullnameOverride: ''
33
image:
44
pullPolicy: IfNotPresent
55
repository: snappyflowml/raw-query-exec-controller
6-
tag: '2-0-117'
6+
tag: '2-0-123'
77
imagePullSecrets: []
88
maxGBToProcessDuringHistogramQuery: 1
99
maxGBToProcessDuringLogQuery: 1

charts/sf-archival/charts/spark-manager/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ cbsparkevent:
33
image:
44
pullPolicy: IfNotPresent
55
repository: snappyflowml/cb-spark-event
6-
tag: '2-0-117'
6+
tag: '2-0-123'
77
orcCompaction:
88
image:
99
repository: snappyflowml/spark-compact-orc
10-
tag: '2'
10+
tag: '2-0-123'
1111
fullnameOverride: ''
1212
jobserver:
1313
containerResources:
@@ -23,7 +23,7 @@ jobserver:
2323
image:
2424
pullPolicy: IfNotPresent
2525
repository: snappyflowml/job-server
26-
tag: '2-0-117'
26+
tag: '2-0-123'
2727
serverPort: 5002
2828
service:
2929
servicePort: 5002
@@ -40,7 +40,7 @@ monitor:
4040
image:
4141
pullPolicy: IfNotPresent
4242
repository: snappyflowml/monitor
43-
tag: '2-0-117'
43+
tag: '2-0-123'
4444
nameOverride: ''
4545
nodeSelector: {}
4646
schedulerName: sf-scheduler

0 commit comments

Comments
 (0)