rewrite and improve Chart.yaml files

This commit is contained in:
2024-06-20 21:27:37 -05:00
parent 4d84f539ac
commit 74a57406bc
15 changed files with 130 additions and 29 deletions

View File

@@ -1,11 +1,20 @@
apiVersion: v2
name: vault
version: 0.0.1
version: 1.0.0
description: Vault
keywords:
- vault
- secrets
home: ""
sources:
- https://github.com/hashicorp/vault
- https://hub.docker.com/r/hashicorp/vault
- https://github.com/hashicorp/vault-helm
maintainers:
- name: alexlebens
dependencies:
- name: vault
version: "0.28.0"
repository: https://helm.releases.hashicorp.com
appVersion: 1.15.5
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/vault.png
appVersion: 1.17.0

View File

@@ -11,8 +11,8 @@ vault:
server:
enabled: true
image:
repository: "hashicorp/vault"
tag: "1.17.0"
repository: hashicorp/vault
tag: 1.17.0
updateStrategyType: "OnDelete"
logLevel: debug
logFormat: standard