mirror of https://git.rancher.io/charts
Merge pull request #2290 from crobby/bump-webhook-032rc5
Bump rancher-webhook to v0.3.2-rc5pull/2293/head
commit
853d8bfbf4
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-rc4
|
||||
appVersion: 0.3.2-rc5
|
||||
dependencies:
|
||||
- condition: capi.enabled
|
||||
name: capi
|
||||
repository: ""
|
||||
description: ValidatingAdmissionWebhook for Rancher types
|
||||
name: rancher-webhook
|
||||
version: 2.0.2+up0.3.2-rc4
|
||||
version: 2.0.2+up0.3.2-rc5
|
|
@ -11,10 +11,12 @@ spec:
|
|||
labels:
|
||||
app: rancher-webhook
|
||||
spec:
|
||||
{{- if .Values.capi.enabled }}
|
||||
volumes:
|
||||
- name: tls
|
||||
secret:
|
||||
secretName: rancher-webhook-tls
|
||||
{{- end }}
|
||||
{{- if .Values.global.hostNetwork }}
|
||||
hostNetwork: true
|
||||
{{- end }}
|
||||
|
@ -46,9 +48,11 @@ spec:
|
|||
containerPort: 9443
|
||||
- name: capi-https
|
||||
containerPort: 8777
|
||||
{{- if .Values.capi.enabled }}
|
||||
volumeMounts:
|
||||
- name: tls
|
||||
mountPath: /tmp/k8s-webhook-server/serving-certs
|
||||
{{- end }}
|
||||
serviceAccountName: rancher-webhook
|
||||
{{- if .Values.priorityClassName }}
|
||||
priorityClassName: "{{.Values.priorityClassName}}"
|
|
@ -1,6 +1,6 @@
|
|||
image:
|
||||
repository: rancher/rancher-webhook
|
||||
tag: v0.3.2-rc4
|
||||
tag: v0.3.2-rc5
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
||||
global:
|
10
index.yaml
10
index.yaml
|
@ -11510,18 +11510,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-rc4
|
||||
created: "2022-12-21T19:38:38.206154-05:00"
|
||||
appVersion: 0.3.2-rc5
|
||||
created: "2022-12-22T14:23:56.520407607-05:00"
|
||||
dependencies:
|
||||
- condition: capi.enabled
|
||||
name: capi
|
||||
repository: ""
|
||||
description: ValidatingAdmissionWebhook for Rancher types
|
||||
digest: 753ba21701e9fc351e2eece889dfa9b0e7e86bfd8f130654c5e24444cdef76c4
|
||||
digest: 0707f610b028213b4e9086e7e1a729224dee34293272af9bb79cf0fb90a985be
|
||||
name: rancher-webhook
|
||||
urls:
|
||||
- assets/rancher-webhook/rancher-webhook-2.0.2+up0.3.2-rc4.tgz
|
||||
version: 2.0.2+up0.3.2-rc4
|
||||
- assets/rancher-webhook/rancher-webhook-2.0.2+up0.3.2-rc5.tgz
|
||||
version: 2.0.2+up0.3.2-rc5
|
||||
- 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-rc4/rancher-webhook-0.3.2-rc4.tgz
|
||||
url: https://github.com/rancher/webhook/releases/download/v0.3.2-rc5/rancher-webhook-0.3.2-rc5.tgz
|
||||
version: 2.0.2
|
||||
|
|
|
@ -55,7 +55,7 @@ rancher-gatekeeper-crd:
|
|||
rancher-logging:
|
||||
- 101.1.0+up3.17.10
|
||||
rancher-webhook:
|
||||
- 2.0.2+up0.3.2-rc4
|
||||
- 2.0.2+up0.3.2-rc5
|
||||
sriov:
|
||||
- 101.0.2+up0.1.0
|
||||
sriov-crd:
|
||||
|
|
Loading…
Reference in New Issue