Skip to content

Commit 851dac4

Browse files
authored
Merge pull request #54 from glassflow/release-058
Release 058
2 parents f3ca923 + b6e7b09 commit 851dac4

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

charts/glassflow-etl/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.5.7
18+
version: 0.5.8
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "2.8.0"
24+
appVersion: "2.9.1"
2525

2626
dependencies:
2727
- name: glassflow-operator

charts/glassflow-etl/values.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ api:
6767
logLevel: "info"
6868
image:
6969
repository: glassflow-etl-be
70-
tag: v2.8.0
70+
tag: v2.9.1
7171
pullPolicy: IfNotPresent
7272
resources:
7373
requests:
@@ -101,7 +101,7 @@ ui:
101101
replicas: 1
102102
image:
103103
repository: glassflow-etl-fe
104-
tag: v2.8.0
104+
tag: v2.9.1
105105
pullPolicy: IfNotPresent
106106
logLevel: "info"
107107
resources:
@@ -193,7 +193,7 @@ glassflow-operator:
193193
ingestor:
194194
image:
195195
repository: glassflow-etl-ingestor
196-
tag: v2.8.0
196+
tag: v2.9.1
197197
pullPolicy: IfNotPresent
198198
logLevel: "INFO"
199199
resources:
@@ -208,7 +208,7 @@ glassflow-operator:
208208
join:
209209
image:
210210
repository: glassflow-etl-join
211-
tag: v2.8.0
211+
tag: v2.9.1
212212
pullPolicy: IfNotPresent
213213
logLevel: "INFO"
214214
resources:
@@ -223,7 +223,7 @@ glassflow-operator:
223223
sink:
224224
image:
225225
repository: glassflow-etl-sink
226-
tag: v2.8.0
226+
tag: v2.9.1
227227
pullPolicy: IfNotPresent
228228
logLevel: "INFO"
229229
resources:
@@ -238,7 +238,7 @@ glassflow-operator:
238238
dedup:
239239
image:
240240
repository: glassflow-etl-dedup
241-
tag: v2.8.0
241+
tag: v2.9.1
242242
pullPolicy: IfNotPresent
243243
logLevel: "INFO"
244244
resources:
@@ -324,6 +324,7 @@ postgresql:
324324
persistence:
325325
enabled: true
326326
size: 10Gi
327+
storageClass: ""
327328
resources:
328329
requests:
329330
memory: "512Mi"

0 commit comments

Comments
 (0)