Skip to content

Commit 53c080b

Browse files
authored
Merge pull request #632 from Lakshanya-M-ML/master
Reverting commit
2 parents c85fa23 + 4014bda commit 53c080b

File tree

12 files changed

+18
-18
lines changed

12 files changed

+18
-18
lines changed

charts/sf-archival/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ dependencies:
2323
condition: global.secrets.minio.enable
2424
description: A Helm chart for Kubernetes
2525
name: sf-archival
26-
version: 2.0.118
26+
version: 2.0.120

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-118'
20+
tag: '2-0-117'
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-118'
21+
tag: '2-0-117'
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-118'
32+
tag: '2-0-117'
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-118'
54+
tag: '2-0-117'
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-118'
21+
tag: '2-0-117'
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-118'
20+
tag: '2-0-117'
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-118'
18+
tag: '2-0-117'
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-118'
14+
tag: '2-0-117'
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-118'
6+
tag: '2-0-117'
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-118'
49+
tag: '2-0-117'
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-118'
58+
tag: '2-0-117'
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-118'
6+
tag: '2-0-117'
77
imagePullSecrets: []
88
maxGBToProcessDuringHistogramQuery: 1
99
maxGBToProcessDuringLogQuery: 1

0 commit comments

Comments
 (0)