Skip to content

Commit

Permalink
feat: boot api referencing new image with newer migration files (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai authored Apr 29, 2024
1 parent 132193f commit c9ffa5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boot-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ version: 0.0.1
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.0.1.20240429.0432.2e850d1"
appVersion: "v0.0.1.20240429.0955.a1b0b6c"
2 changes: 1 addition & 1 deletion boot-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ global:
image:
repository: public.ecr.aws/bisonai/orakl-boot-api #repository url
pullPolicy: IfNotPresent
tag: "v0.0.1.20240429.0432.2e850d1"
tag: "v0.0.1.20240429.0955.a1b0b6c"
imagePullPolicy: IfNotPresent
# -- If defined, uses a Secret to pull an image from a private Docker registry or repository
imagePullSecrets: []
Expand Down

0 comments on commit c9ffa5e

Please sign in to comment.