Skip to content

Commit

Permalink
feat: update versions
Browse files Browse the repository at this point in the history
Signed-off-by: Venkat <[email protected]>
  • Loading branch information
venkatamutyala authored Dec 20, 2024
1 parent 3558942 commit 1e368cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: onetimesecret
description: |
A Helm chart for onetimesecret. Install with
`helm install onetimesecret oci://ghcr.io/onetimesecret/helm-chart/onetimesecret --version 0.2.0`
`helm install onetimesecret oci://ghcr.io/onetimesecret/helm-chart/onetimesecret --version 0.2.1`
# A chart can be either an 'application' or a 'library' chart.
#
Expand All @@ -18,15 +18,15 @@ 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: 0.2.0
version: 0.2.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: v0.18.2
appVersion: v0.18.3

dependencies:
- name: redis
version: 20.2.2 # Choose the appropriate version
version: 20.3.0 # Choose the appropriate version
repository: https://charts.bitnami.com/bitnami

0 comments on commit 1e368cb

Please sign in to comment.