rewrite and improve Chart.yaml files
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user