Skip to content

Commit

Permalink
Update dockerfile and helm to 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Dec 26, 2024
1 parent 82607d5 commit e2d3318
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.4
FROM datacatering/data-caterer:0.13.1

COPY --chown=app:app build/libs/data-caterer-example-0.1.0.jar /opt/app/job.jar
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.4"
tag: "0.13.1"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit e2d3318

Please sign in to comment.