Skip to content

Commit f24d26d

Browse files
committed
chore: set correct version in chart (ci will fail)
1 parent db17663 commit f24d26d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/tinyauth/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: tinyauth
3-
description: The simplest way to protect your apps with a login screen.
3+
description: The tiniest authentication and authorization server you have ever seen.
44

55
# A chart can be either an 'application' or a 'library' chart.
66
#
@@ -21,4 +21,4 @@ version: 2.0.0
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v5.0.0-beta.4"
24+
appVersion: "v5.0.0"

charts/tinyauth/ci/all-features-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replicaCount: 1
66
image:
77
repository: ghcr.io/steveiliop56/tinyauth
88
pullPolicy: IfNotPresent
9-
tag: "nightly"
9+
tag: "v5"
1010

1111
serviceAccount:
1212
create: true

0 commit comments

Comments
 (0)