Skip to content

Commit

Permalink
fix: Fix incorrect image and appversion (#262)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Glastra <[email protected]>
  • Loading branch information
matglas authored May 3, 2024
1 parent ced5aa6 commit b017529
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: archivista
description: A Helm chart for Archivista

type: application
version: 0.1.1
version: 0.4.0

keywords:
- attestation
Expand All @@ -31,4 +31,4 @@ sources:
maintainers:
- name: in-toto

appVersion: "0.1.1"
appVersion: "0.4.0"
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ image:
repository: ghcr.io/in-toto/archivista
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "0.1.1"
tag: "0.4.0"

nameOverride: ""
fullnameOverride: ""
Expand Down

0 comments on commit b017529

Please sign in to comment.