Update Vals-Operator to 0.3.0
parent
8b865389b7
commit
0e1ac6f4b8
16
index.yaml
16
index.yaml
|
@ -2953,6 +2953,22 @@ entries:
|
|||
- assets/universal-crossplane/universal-crossplane-1.2.200100.tgz
|
||||
version: 1.2.200100
|
||||
vals-operator:
|
||||
- apiVersion: v2
|
||||
appVersion: v0.4.0
|
||||
created: "2022-01-07T09:27:48.235665Z"
|
||||
description: This helm chart installs the Digitalis Vals Operator to manage sync
|
||||
secrets from supported backends into Kubernetes
|
||||
digest: 996e1a3890a6b9d2b88a0f66336515e987608bcfe4a0f3b676c46bde129e6a3c
|
||||
icon: https://digitalis.io/wp-content/uploads/2020/06/cropped-Digitalis-512x512-Blue_Digitalis-512x512-Blue-32x32.png
|
||||
kubeVersion: '>= 1.19'
|
||||
maintainers:
|
||||
- email: info@digitalis.io
|
||||
name: Digitalis.IO
|
||||
name: vals-operator
|
||||
type: application
|
||||
urls:
|
||||
- assets/vals-operator/vals-operator-0.3.1.tgz
|
||||
version: 0.3.1
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: partner
|
||||
catalog.cattle.io/display-name: Vals-Operator
|
||||
|
|
|
@ -1,14 +1,10 @@
|
|||
--- charts-original/Chart.yaml
|
||||
+++ charts/Chart.yaml
|
||||
@@ -7,3 +7,10 @@
|
||||
@@ -10,3 +10,7 @@
|
||||
name: vals-operator
|
||||
type: application
|
||||
version: 0.2.0
|
||||
version: 0.3.0
|
||||
+annotations:
|
||||
+ catalog.cattle.io/certified: partner
|
||||
+ catalog.cattle.io/release-name: vals-operator
|
||||
+ catalog.cattle.io/display-name: Vals-Operator
|
||||
+maintainers:
|
||||
+- email: info@digitalis.io
|
||||
+ name: Digitalis.IO
|
||||
\ No newline at end of file
|
||||
+ catalog.cattle.io/release-name: vals-operator
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: https://digitalis-io.github.io/helm-charts/charts/vals-operator-0.2.0.tgz
|
||||
url: https://digitalis-io.github.io/helm-charts/charts/vals-operator-0.3.0.tgz
|
||||
packageVersion: 01
|
||||
|
|
Loading…
Reference in New Issue