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/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-rc4
|
appVersion: 0.3.2-rc5
|
||||||
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-rc4
|
version: 2.0.2+up0.3.2-rc5
|
|
@ -11,10 +11,12 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app: rancher-webhook
|
app: rancher-webhook
|
||||||
spec:
|
spec:
|
||||||
|
{{- if .Values.capi.enabled }}
|
||||||
volumes:
|
volumes:
|
||||||
- name: tls
|
- name: tls
|
||||||
secret:
|
secret:
|
||||||
secretName: rancher-webhook-tls
|
secretName: rancher-webhook-tls
|
||||||
|
{{- end }}
|
||||||
{{- if .Values.global.hostNetwork }}
|
{{- if .Values.global.hostNetwork }}
|
||||||
hostNetwork: true
|
hostNetwork: true
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
@ -46,9 +48,11 @@ spec:
|
||||||
containerPort: 9443
|
containerPort: 9443
|
||||||
- name: capi-https
|
- name: capi-https
|
||||||
containerPort: 8777
|
containerPort: 8777
|
||||||
|
{{- if .Values.capi.enabled }}
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: tls
|
- name: tls
|
||||||
mountPath: /tmp/k8s-webhook-server/serving-certs
|
mountPath: /tmp/k8s-webhook-server/serving-certs
|
||||||
|
{{- end }}
|
||||||
serviceAccountName: rancher-webhook
|
serviceAccountName: rancher-webhook
|
||||||
{{- if .Values.priorityClassName }}
|
{{- if .Values.priorityClassName }}
|
||||||
priorityClassName: "{{.Values.priorityClassName}}"
|
priorityClassName: "{{.Values.priorityClassName}}"
|
|
@ -1,6 +1,6 @@
|
||||||
image:
|
image:
|
||||||
repository: rancher/rancher-webhook
|
repository: rancher/rancher-webhook
|
||||||
tag: v0.3.2-rc4
|
tag: v0.3.2-rc5
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
|
|
||||||
global:
|
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/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-rc4
|
appVersion: 0.3.2-rc5
|
||||||
created: "2022-12-21T19:38:38.206154-05:00"
|
created: "2022-12-22T14:23:56.520407607-05: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: 753ba21701e9fc351e2eece889dfa9b0e7e86bfd8f130654c5e24444cdef76c4
|
digest: 0707f610b028213b4e9086e7e1a729224dee34293272af9bb79cf0fb90a985be
|
||||||
name: rancher-webhook
|
name: rancher-webhook
|
||||||
urls:
|
urls:
|
||||||
- assets/rancher-webhook/rancher-webhook-2.0.2+up0.3.2-rc4.tgz
|
- assets/rancher-webhook/rancher-webhook-2.0.2+up0.3.2-rc5.tgz
|
||||||
version: 2.0.2+up0.3.2-rc4
|
version: 2.0.2+up0.3.2-rc5
|
||||||
- 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-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
|
version: 2.0.2
|
||||||
|
|
|
@ -55,7 +55,7 @@ rancher-gatekeeper-crd:
|
||||||
rancher-logging:
|
rancher-logging:
|
||||||
- 101.1.0+up3.17.10
|
- 101.1.0+up3.17.10
|
||||||
rancher-webhook:
|
rancher-webhook:
|
||||||
- 2.0.2+up0.3.2-rc4
|
- 2.0.2+up0.3.2-rc5
|
||||||
sriov:
|
sriov:
|
||||||
- 101.0.2+up0.1.0
|
- 101.0.2+up0.1.0
|
||||||
sriov-crd:
|
sriov-crd:
|
||||||
|
|
Loading…
Reference in New Issue