Skip to content

Commit

Permalink
Update to version 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Jun 27, 2024
1 parent fd3a124 commit 5a249ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM datacatering/data-caterer-basic:0.10.8
FROM datacatering/data-caterer-basic:0.11.2

COPY --chown=app:app build/libs/data-caterer-example-0.1.0.jar /opt/spark/jars/data-caterer.jar
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ version=0.1.0

scalaVersion=2.12
scalaSpecificVersion=2.12.15
dataCatererVersion=0.10.9
dataCatererVersion=0.11.2
sparkVersion=3.5.1
sparkMajorVersion=3.5
2 changes: 1 addition & 1 deletion helm/data-caterer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: "datacatering/data-caterer"
pullPolicy: "IfNotPresent"
# Overrides the image tag whose default is the chart appVersion.
tag: "0.10.3"
tag: "0.11.2"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 5a249ed

Please sign in to comment.