From 75f51117cfae5cbca23b6c3c8944477d95dba2ee Mon Sep 17 00:00:00 2001 From: auricom Date: Wed, 28 Apr 2021 15:59:10 +0200 Subject: [PATCH] feat: migrate k8s-gateway to helm-chart --- cluster/apps/networking/k8s-gateway/helm-release.yaml | 2 +- cluster/apps/networking/k8s-gateway/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/apps/networking/k8s-gateway/helm-release.yaml b/cluster/apps/networking/k8s-gateway/helm-release.yaml index fa482a571..75cf5189b 100644 --- a/cluster/apps/networking/k8s-gateway/helm-release.yaml +++ b/cluster/apps/networking/k8s-gateway/helm-release.yaml @@ -10,7 +10,7 @@ spec: spec: # renovate: registryUrl=https://github.com/ori-edge/k8s_gateway chart: ./charts/k8s-gateway - version: 1.0.2 + version: 1.0.3 sourceRef: kind: GitRepository name: k8s-gateway-charts diff --git a/cluster/apps/networking/k8s-gateway/kustomization.yaml b/cluster/apps/networking/k8s-gateway/kustomization.yaml index 9c2d28b0c..34a8531ce 100644 --- a/cluster/apps/networking/k8s-gateway/kustomization.yaml +++ b/cluster/apps/networking/k8s-gateway/kustomization.yaml @@ -1,4 +1,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - deployment.yaml + - helm-release.yaml