Skip to content

Commit

Permalink
Update to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Oct 17, 2024
1 parent 29d6cf6 commit 1599809
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.0
FROM datacatering/data-caterer:0.12.1

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,6 +8,6 @@ version=0.1.0

scalaVersion=2.12
scalaSpecificVersion=2.12.19
dataCatererVersion=0.12.0
dataCatererVersion=0.12.1
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.12.0"
tag: "0.12.1"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 1599809

Please sign in to comment.