Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion deploy/helm/encrypted-secret-store/ess-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ description: ESS API Helm Chart

type: application
version: 0.0.0 # autoversioning enabled via release pipeline
appVersion: "v0.58.5"
appVersion: "0.4.13"
2 changes: 1 addition & 1 deletion deploy/helm/encrypted-secret-store/ess-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ess:
# This sets the pull policy for images.
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: v0.58.5
tag: 0.4.13

namespace: ""

Expand Down
Loading