mirror of https://git.rancher.io/charts
Merge pull request #2471 from jiaqiluo/bump-webhook
commit
b3eeac96ff
Binary file not shown.
Binary file not shown.
|
@ -8,11 +8,11 @@ annotations:
|
||||||
catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.8.0-0'
|
catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.8.0-0'
|
||||||
catalog.cattle.io/release-name: rancher-webhook
|
catalog.cattle.io/release-name: rancher-webhook
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.3.2-rc19
|
appVersion: 0.3.2-rc21
|
||||||
dependencies:
|
dependencies:
|
||||||
- condition: capi.enabled
|
- condition: capi.enabled
|
||||||
name: capi
|
name: capi
|
||||||
repository: ""
|
repository: ""
|
||||||
description: ValidatingAdmissionWebhook for Rancher types
|
description: ValidatingAdmissionWebhook for Rancher types
|
||||||
name: rancher-webhook
|
name: rancher-webhook
|
||||||
version: 2.0.2+up0.3.2-rc19
|
version: 2.0.2+up0.3.2-rc21
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: rancher/rancher-webhook
|
repository: rancher/rancher-webhook
|
||||||
tag: v0.3.2-rc19
|
tag: v0.3.2-rc21
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
|
|
||||||
global:
|
global:
|
10
index.yaml
10
index.yaml
|
@ -11752,18 +11752,18 @@ entries:
|
||||||
catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.8.0-0'
|
catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.8.0-0'
|
||||||
catalog.cattle.io/release-name: rancher-webhook
|
catalog.cattle.io/release-name: rancher-webhook
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.3.2-rc19
|
appVersion: 0.3.2-rc21
|
||||||
created: "2023-02-27T11:51:10.790037-05:00"
|
created: "2023-03-09T12:10:15.302827-07:00"
|
||||||
dependencies:
|
dependencies:
|
||||||
- condition: capi.enabled
|
- condition: capi.enabled
|
||||||
name: capi
|
name: capi
|
||||||
repository: ""
|
repository: ""
|
||||||
description: ValidatingAdmissionWebhook for Rancher types
|
description: ValidatingAdmissionWebhook for Rancher types
|
||||||
digest: 21dccebb3d5ee931111f53ca42f70b4614b0345d17b1fa8d3eeb85f7a95f8773
|
digest: 96919b88c395ee486327ca33132ac6ec9ceaf0c268a190da5d541c2a9064aa1e
|
||||||
name: rancher-webhook
|
name: rancher-webhook
|
||||||
urls:
|
urls:
|
||||||
- assets/rancher-webhook/rancher-webhook-2.0.2+up0.3.2-rc19.tgz
|
- assets/rancher-webhook/rancher-webhook-2.0.2+up0.3.2-rc21.tgz
|
||||||
version: 2.0.2+up0.3.2-rc19
|
version: 2.0.2+up0.3.2-rc21
|
||||||
- annotations:
|
- annotations:
|
||||||
catalog.cattle.io/certified: rancher
|
catalog.cattle.io/certified: rancher
|
||||||
catalog.cattle.io/hidden: "true"
|
catalog.cattle.io/hidden: "true"
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
url: https://github.com/rancher/webhook/releases/download/v0.3.2-rc19/rancher-webhook-0.3.2-rc19.tgz
|
url: https://github.com/rancher/webhook/releases/download/v0.3.2-rc21/rancher-webhook-0.3.2-rc21.tgz
|
||||||
version: 2.0.2
|
version: 2.0.2
|
||||||
|
|
|
@ -76,7 +76,7 @@ rancher-vsphere-csi:
|
||||||
- 102.0.0+up2.6.2-rancher1
|
- 102.0.0+up2.6.2-rancher1
|
||||||
rancher-webhook:
|
rancher-webhook:
|
||||||
- 0.1.600+up0.1.6
|
- 0.1.600+up0.1.6
|
||||||
- 2.0.2+up0.3.2-rc19
|
- 2.0.2+up0.3.2-rc21
|
||||||
sriov:
|
sriov:
|
||||||
- 102.0.0+up0.1.0
|
- 102.0.0+up0.1.0
|
||||||
sriov-crd:
|
sriov-crd:
|
||||||
|
|
Loading…
Reference in New Issue