Skip to content

Commit

Permalink
Update to 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Dec 4, 2024
1 parent 9526b1f commit 371719d
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:0.12.2
FROM datacatering/data-caterer:0.12.3

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

scalaVersion=2.12
scalaSpecificVersion=2.12.19
dataCatererVersion=0.12.2
dataCatererVersion=0.12.3
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.12.2"
tag: "0.12.3"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 371719d

Please sign in to comment.