mirror of https://git.rancher.io/charts
Merge pull request #2378 from crobby/bumpwebh032-rc14
Bump rancher-webhook to v0.3.2-rc14pull/2390/head
commit
3937cdd790
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/release-name: rancher-webhook
|
||||
apiVersion: v2
|
||||
appVersion: 0.3.2-rc13
|
||||
appVersion: 0.3.2-rc14
|
||||
dependencies:
|
||||
- condition: capi.enabled
|
||||
name: capi
|
||||
repository: ""
|
||||
description: ValidatingAdmissionWebhook for Rancher types
|
||||
name: rancher-webhook
|
||||
version: 2.0.2+up0.3.2-rc13
|
||||
version: 2.0.2+up0.3.2-rc14
|
|
@ -1,13 +1,13 @@
|
|||
image:
|
||||
repository: rancher/rancher-webhook
|
||||
tag: v0.3.2-rc13
|
||||
tag: v0.3.2-rc14
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
||||
global:
|
||||
cattle:
|
||||
systemDefaultRegistry: ""
|
||||
psp:
|
||||
enabled: true #PSPs enablement should default to true
|
||||
enabled: false #PSPs enablement should default to false for the webhook
|
||||
hostNetwork: false
|
||||
|
||||
capi:
|
10
index.yaml
10
index.yaml
|
@ -11805,18 +11805,18 @@ entries:
|
|||
catalog.cattle.io/rancher-version: '>= 2.7.0-0 < 2.8.0-0'
|
||||
catalog.cattle.io/release-name: rancher-webhook
|
||||
apiVersion: v2
|
||||
appVersion: 0.3.2-rc13
|
||||
created: "2023-01-27T16:03:23.074705535-05:00"
|
||||
appVersion: 0.3.2-rc14
|
||||
created: "2023-01-30T09:59:55.617930299-05:00"
|
||||
dependencies:
|
||||
- condition: capi.enabled
|
||||
name: capi
|
||||
repository: ""
|
||||
description: ValidatingAdmissionWebhook for Rancher types
|
||||
digest: 37b8c1c8cc245e92d9a199799d046c329fb65d726eae6c2b9d16db7c0268dcd4
|
||||
digest: 93954a15f517b447339eeeda3afd5e9cb097646f5b87d625b1767765d062a088
|
||||
name: rancher-webhook
|
||||
urls:
|
||||
- assets/rancher-webhook/rancher-webhook-2.0.2+up0.3.2-rc13.tgz
|
||||
version: 2.0.2+up0.3.2-rc13
|
||||
- assets/rancher-webhook/rancher-webhook-2.0.2+up0.3.2-rc14.tgz
|
||||
version: 2.0.2+up0.3.2-rc14
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: rancher
|
||||
catalog.cattle.io/hidden: "true"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: https://github.com/rancher/webhook/releases/download/v0.3.2-rc13/rancher-webhook-0.3.2-rc13.tgz
|
||||
url: https://github.com/rancher/webhook/releases/download/v0.3.2-rc14/rancher-webhook-0.3.2-rc14.tgz
|
||||
version: 2.0.2
|
||||
|
|
|
@ -71,7 +71,7 @@ rancher-vsphere-cpi:
|
|||
rancher-vsphere-csi:
|
||||
- 101.1.0+up2.6.2-rancher1
|
||||
rancher-webhook:
|
||||
- 2.0.2+up0.3.2-rc13
|
||||
- 2.0.2+up0.3.2-rc14
|
||||
sriov:
|
||||
- 101.0.2+up0.1.0
|
||||
sriov-crd:
|
||||
|
|
Loading…
Reference in New Issue