Skip to content

Commit

Permalink
fix version mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
aottr committed May 24, 2023
1 parent 436351f commit f99474d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/pocketbase/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.1.0
# 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: "1.16.2"
appVersion: "0.16.2"
2 changes: 1 addition & 1 deletion charts/pocketbase/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ image:
repository: ghcr.io/aottr/pocketbase
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "1.16.2"
tag: "0.16.2"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit f99474d

Please sign in to comment.