Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions helm-charts/infisical-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.0
version: 1.0.1

# This is the version number of the application being deployed. This version number should be
# 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.0.0"
appVersion: "1.0.1"
2 changes: 1 addition & 1 deletion helm-charts/infisical-gateway/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
pullPolicy: IfNotPresent
tag: "0.42.0"
tag: "0.42.3"

secret:
# The secret that contains the environment variables to be used by the gateway, such as INFISICAL_API_URL and TOKEN
Expand Down
Loading