mirror of https://git.rancher.io/charts
Merge pull request #1276 from ibuildthecloud/dev-v2.6
Bump rancher-webhook to 0.2.0-alpha02pull/1278/head
commit
d9130be8f0
Binary file not shown.
Binary file not shown.
|
@ -5,11 +5,11 @@ annotations:
|
|||
catalog.cattle.io/os: linux
|
||||
catalog.cattle.io/release-name: rancher-webhook
|
||||
apiVersion: v2
|
||||
appVersion: 0.2.0-alpha
|
||||
appVersion: 0.2.0-alpha02
|
||||
dependencies:
|
||||
- condition: capi.enabled
|
||||
name: capi
|
||||
repository: ""
|
||||
description: ValidatingAdmissionWebhook for Rancher types
|
||||
name: rancher-webhook
|
||||
version: 100.0.0+up0.2.0-alpha01
|
||||
version: 100.0.0+up0.2.0-alpha02
|
|
@ -15,12 +15,17 @@ spec:
|
|||
- name: tls
|
||||
secret:
|
||||
secretName: rancher-webhook-tls
|
||||
{{- if .Values.global.hostNetwork }}
|
||||
hostNetwork: true
|
||||
{{- end }}
|
||||
containers:
|
||||
- env:
|
||||
- name: STAMP
|
||||
value: "{{.Values.stamp}}"
|
||||
- name: ENABLE_CAPI
|
||||
value: "{{.Values.capi.enabled}}"
|
||||
- name: ENABLE_MCM
|
||||
value: "{{.Values.mcm.enabled}}"
|
||||
- name: NAMESPACE
|
||||
valueFrom:
|
||||
fieldRef:
|
|
@ -1,11 +1,15 @@
|
|||
image:
|
||||
repository: rancher/rancher-webhook
|
||||
tag: v0.2.0-alpha01
|
||||
tag: v0.2.0-alpha02
|
||||
imagePullPolicy: IfNotPresent
|
||||
|
||||
global:
|
||||
cattle:
|
||||
systemDefaultRegistry: ""
|
||||
hostNetwork: false
|
||||
|
||||
capi:
|
||||
enabled: false
|
||||
|
||||
mcm:
|
||||
enabled: true
|
10
index.yaml
10
index.yaml
|
@ -3311,18 +3311,18 @@ entries:
|
|||
catalog.cattle.io/os: linux
|
||||
catalog.cattle.io/release-name: rancher-webhook
|
||||
apiVersion: v2
|
||||
appVersion: 0.2.0-alpha
|
||||
created: "2021-06-11T13:46:45.877405-07:00"
|
||||
appVersion: 0.2.0-alpha02
|
||||
created: "2021-06-16T12:34:57.905594698-07:00"
|
||||
dependencies:
|
||||
- condition: capi.enabled
|
||||
name: capi
|
||||
repository: ""
|
||||
description: ValidatingAdmissionWebhook for Rancher types
|
||||
digest: 22092996c278d66ae77e5d8654f497a470b191052e6a669a62fb66927e9bf308
|
||||
digest: 16a1bb9a561d968d521b119b9613255de71c2c7ad0cb9856881710ebc06d3611
|
||||
name: rancher-webhook
|
||||
urls:
|
||||
- assets/rancher-webhook/rancher-webhook-100.0.0+up0.2.0-alpha01.tgz
|
||||
version: 100.0.0+up0.2.0-alpha01
|
||||
- assets/rancher-webhook/rancher-webhook-100.0.0+up0.2.0-alpha02.tgz
|
||||
version: 100.0.0+up0.2.0-alpha02
|
||||
- annotations:
|
||||
catalog.cattle.io/certified: rancher
|
||||
catalog.cattle.io/hidden: "true"
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
--- charts-original/Chart.yaml
|
||||
+++ charts/Chart.yaml
|
||||
@@ -5,11 +5,11 @@
|
||||
catalog.cattle.io/os: linux
|
||||
catalog.cattle.io/release-name: rancher-webhook
|
||||
apiVersion: v2
|
||||
-appVersion: 0.2.0-alpha01
|
||||
+appVersion: 0.2.0-alpha
|
||||
dependencies:
|
||||
- condition: capi.enabled
|
||||
name: capi
|
||||
repository: ""
|
||||
description: ValidatingAdmissionWebhook for Rancher types
|
||||
name: rancher-webhook
|
||||
-version: 0.2.0-alpha01
|
||||
+version: 0.2.0-alpha
|
|
@ -1,2 +1,2 @@
|
|||
url: https://github.com/rancher/webhook/releases/download/v0.2.0-alpha01/rancher-webhook-0.2.0-alpha01.tgz
|
||||
url: https://github.com/rancher/webhook/releases/download/v0.2.0-alpha02/rancher-webhook-0.2.0-alpha02.tgz
|
||||
version: 100.0.0
|
||||
|
|
Loading…
Reference in New Issue