From cc6885009400ca80f32a8cc25b11e4d9fbfc42fa Mon Sep 17 00:00:00 2001 From: Rafael Calleja Date: Wed, 2 Aug 2023 10:44:51 +0200 Subject: [PATCH] try fix --- charts/osiris/Chart.yaml | 2 +- charts/osiris/templates/endpoints-hijacker-webhook-config.yaml | 1 + charts/osiris/templates/proxy-injector-webhook-config.yaml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/osiris/Chart.yaml b/charts/osiris/Chart.yaml index 4b081ed..0457e32 100644 --- a/charts/osiris/Chart.yaml +++ b/charts/osiris/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: osiris description: A general purpose, scale-to-zero component for Kubernetes -version: v0.0.7 +version: v0.0.8 appVersion: v0.0.45 home: https://github.com/dailymotion-oss/osiris maintainers: diff --git a/charts/osiris/templates/endpoints-hijacker-webhook-config.yaml b/charts/osiris/templates/endpoints-hijacker-webhook-config.yaml index 1d7654c..753c0ed 100644 --- a/charts/osiris/templates/endpoints-hijacker-webhook-config.yaml +++ b/charts/osiris/templates/endpoints-hijacker-webhook-config.yaml @@ -31,6 +31,7 @@ metadata: app.kubernetes.io/managed-by: {{ .Release.Service }} webhooks: - name: endpoints-hijacker.osiris.dm.gg + admissionReviewVersions: ["v1", "v1beta1"] clientConfig: service: namespace: {{ .Release.Namespace }} diff --git a/charts/osiris/templates/proxy-injector-webhook-config.yaml b/charts/osiris/templates/proxy-injector-webhook-config.yaml index a7cf771..731f364 100644 --- a/charts/osiris/templates/proxy-injector-webhook-config.yaml +++ b/charts/osiris/templates/proxy-injector-webhook-config.yaml @@ -31,6 +31,7 @@ metadata: app.kubernetes.io/managed-by: {{ .Release.Service }} webhooks: - name: proxy-injector.osiris.dm.gg + admissionReviewVersions: ["v1", "v1beta1"] clientConfig: service: namespace: {{ .Release.Namespace }}