diff --git a/assets/rancher-webhook/rancher-webhook-100.0.0+up0.2.0-alpha01.tgz b/assets/rancher-webhook/rancher-webhook-100.0.0+up0.2.0-alpha01.tgz deleted file mode 100644 index e580b0aaf..000000000 Binary files a/assets/rancher-webhook/rancher-webhook-100.0.0+up0.2.0-alpha01.tgz and /dev/null differ diff --git a/assets/rancher-webhook/rancher-webhook-100.0.0+up0.2.0-alpha02.tgz b/assets/rancher-webhook/rancher-webhook-100.0.0+up0.2.0-alpha02.tgz new file mode 100644 index 000000000..32397851a Binary files /dev/null and b/assets/rancher-webhook/rancher-webhook-100.0.0+up0.2.0-alpha02.tgz differ diff --git a/charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha01/Chart.yaml b/charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha02/Chart.yaml similarity index 86% rename from charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha01/Chart.yaml rename to charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha02/Chart.yaml index e7c8b6acd..44f4f1229 100644 --- a/charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha01/Chart.yaml +++ b/charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha02/Chart.yaml @@ -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 diff --git a/charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha01/charts/capi/Chart.yaml b/charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha02/charts/capi/Chart.yaml similarity index 100% rename from charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha01/charts/capi/Chart.yaml rename to charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha02/charts/capi/Chart.yaml diff --git a/charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha01/charts/capi/templates/service.yaml b/charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha02/charts/capi/templates/service.yaml similarity index 100% rename from charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha01/charts/capi/templates/service.yaml rename to charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha02/charts/capi/templates/service.yaml diff --git a/charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha01/templates/_helpers.tpl b/charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha02/templates/_helpers.tpl similarity index 100% rename from charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha01/templates/_helpers.tpl rename to charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha02/templates/_helpers.tpl diff --git a/charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha01/templates/deployment.yaml b/charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha02/templates/deployment.yaml similarity index 87% rename from charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha01/templates/deployment.yaml rename to charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha02/templates/deployment.yaml index dc9282757..5104e7eef 100644 --- a/charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha01/templates/deployment.yaml +++ b/charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha02/templates/deployment.yaml @@ -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: diff --git a/charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha01/templates/rbac.yaml b/charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha02/templates/rbac.yaml similarity index 100% rename from charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha01/templates/rbac.yaml rename to charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha02/templates/rbac.yaml diff --git a/charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha01/templates/service.yaml b/charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha02/templates/service.yaml similarity index 100% rename from charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha01/templates/service.yaml rename to charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha02/templates/service.yaml diff --git a/charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha01/templates/serviceaccount.yaml b/charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha02/templates/serviceaccount.yaml similarity index 100% rename from charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha01/templates/serviceaccount.yaml rename to charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha02/templates/serviceaccount.yaml diff --git a/charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha01/templates/webhook.yaml b/charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha02/templates/webhook.yaml similarity index 100% rename from charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha01/templates/webhook.yaml rename to charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha02/templates/webhook.yaml diff --git a/charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha01/values.yaml b/charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha02/values.yaml similarity index 70% rename from charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha01/values.yaml rename to charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha02/values.yaml index 96cb49b36..8a13811b7 100644 --- a/charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha01/values.yaml +++ b/charts/rancher-webhook/rancher-webhook/100.0.0+up0.2.0-alpha02/values.yaml @@ -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 \ No newline at end of file diff --git a/index.yaml b/index.yaml index 30aa98150..2cce3835b 100755 --- a/index.yaml +++ b/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" diff --git a/packages/rancher-webhook/generated-changes/patch/Chart.yaml.patch b/packages/rancher-webhook/generated-changes/patch/Chart.yaml.patch deleted file mode 100644 index dae486eec..000000000 --- a/packages/rancher-webhook/generated-changes/patch/Chart.yaml.patch +++ /dev/null @@ -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 diff --git a/packages/rancher-webhook/package.yaml b/packages/rancher-webhook/package.yaml index 0a70a51e9..f660e228c 100644 --- a/packages/rancher-webhook/package.yaml +++ b/packages/rancher-webhook/package.yaml @@ -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