Compare commits

..

No commits in common. "a7d4b0a452f269cc2e9567b19337867ac1f0d65b" and "5d1165921da95bfdbba621cacc0c86f3194ab0cf" have entirely different histories.

4 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 1.29.1
appVersion: 1.28.1
description: Unofficial Bitwarden compatible server written in Rust
home: https://github.com/k8s-at-home/charts/tree/master/charts/bitwardenrs
icon: https://raw.githubusercontent.com/bitwarden/brand/master/icons/256x256.png
@ -17,4 +17,4 @@ name: bitwarden
sources:
- https://github.com/dani-garcia/bitwarden_rs
type: application
version: 2.0.21
version: 2.0.20

View File

@ -5,7 +5,7 @@ replicaCount: 1
image:
repository: vaultwarden/server
pullPolicy: IfNotPresent
tag: "1.29.1"
tag: "1.28.1"
imagePullSecrets: []
nameOverride: ""

View File

@ -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: 0.1.4
version: 0.1.3
# 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: "0.2.4"
appVersion: "0.2.3"

View File

@ -8,7 +8,7 @@ image:
repository: gitea/act_runner
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "0.2.4"
tag: "0.2.3"
imagePullSecrets: []
nameOverride: ""